Memory leak in Linux kernel - CVE-2026-72413

 

Memory leak in Linux kernel - CVE-2026-72413

Published: August 15, 2026


Vulnerability identifier: #VU143036
CSH Severity: Medium
CVSS v4: 6.9 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-72413
CWE-ID: CWE-401
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote attacker to cause a denial of service.

The vulnerability exists due to a memory leak in SCTP INIT handling in net/sctp/sm_statefuns.c when processing INIT chunks with unrecognized parameters. A remote attacker can send a specially crafted INIT chunk to cause a denial of service.

The issue occurs when err_chunk is allocated by sctp_verify_init() and is not freed on certain error and success return paths.


Affected software

Linux kernel
openEuler
kernel
bpftool
bpftool-debuginfo
kernel-debuginfo
kernel-debugsource
kernel-devel
kernel-extra-modules
kernel-headers
kernel-source
kernel-tools
kernel-tools-debuginfo
kernel-tools-devel
perf
perf-debuginfo
python3-perf
python3-perf-debuginfo

How to mitigate CVE-2026-72413

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3
kernel - update to 6.6.0-145.3.31.162
bpftool - update to 6.6.0-145.3.31.162
bpftool-debuginfo - update to 6.6.0-145.3.31.162
kernel-debuginfo - update to 6.6.0-145.3.31.162
kernel-debugsource - update to 6.6.0-145.3.31.162
kernel-devel - update to 6.6.0-145.3.31.162
kernel-extra-modules - update to 6.6.0-145.3.31.162
kernel-headers - update to 6.6.0-145.3.31.162
kernel-source - update to 6.6.0-145.3.31.162
kernel-tools - update to 6.6.0-145.3.31.162
kernel-tools-debuginfo - update to 6.6.0-145.3.31.162
kernel-tools-devel - update to 6.6.0-145.3.31.162
perf - update to 6.6.0-145.3.31.162
perf-debuginfo - update to 6.6.0-145.3.31.162
python3-perf - update to 6.6.0-145.3.31.162
python3-perf-debuginfo - update to 6.6.0-145.3.31.162

External References

Related Security Bulletins