PT-2026-36428 · Linux · Linux Kernel
Published
2026-05-01
·
Updated
2026-05-26
·
CVE-2026-43011
CVSS v3.1
9.8
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A double free issue exists in the net/x25 component. When
alloc skb fails within the x25 queue rx frame() function, the system calls kfree skb(skb) and returns an error. This error propagates through x25 state3 machine() and x25 process rx frame(), eventually leading x25 backlog rcv() to call kfree skb(skb) a second time on the same socket buffer (skb).Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Double Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel