PT-2026-27745 · Linux · Linux Kernel
Published
2026-01-01
·
Updated
2026-03-27
·
CVE-2026-23380
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A flaw exists in the Linux kernel related to tracing buffer management. Specifically, a double-free condition can occur in the
tracing buffers mmap close() function when a process forks and utilizes madvise(MADVISE DOFORK). This happens because the user-mapped reference count is not incremented during a fork, leading to a premature release of memory and a subsequent warning message. The issue arises when both parent and child processes exit, and the function is called twice, resulting in an error. The VM DONTCOPY flag, intended to prevent this, can be overridden by the application using madvise(MADVISE DOFORK), triggering the condition.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Assertion Failure
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel