NONE · 0

CVE-2026-68313

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 ...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-68313?

CVE-2026-68313 is a documented vulnerability. 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 ...

How severe is CVE-2026-68313?

CVSS scoring is not yet available for CVE-2026-68313. Check NVD for updates.

Is there a patch for CVE-2026-68313?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.