Bug 2513478 (CVE-2026-68313) - CVE-2026-68313 kernel: tipc: fix infinite loop in __tipc_nl_compat_dumpit
Summary: CVE-2026-68313 kernel: tipc: fix infinite loop in __tipc_nl_compat_dumpit
Keywords:
Status: NEW
Alias: CVE-2026-68313
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:39 UTC by OSIDB Bzimport
Modified: 2026-08-11 08:03 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:39:36 UTC
In the Linux kernel, the following vulnerability has been resolved:

tipc: fix infinite loop in __tipc_nl_compat_dumpit

cmd->dumpit callback can return a negative errno, causing an infinite
loop due to the while(len) condition. As the loop never terminates,
genl_mutex is never released, and other tasks waiting on it starve in D
state.

Check dumpit's return value, propagate it and jump to err_out on error.

Comment 1 Mauro Matteo Cascella 2026-08-11 08:01:42 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026081032-CVE-2026-68313-419c@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.