PT-2026-61391 · Linux+1 · Linux Kernel+1
CVE-2026-64074
·
Published
2026-07-19
·
Updated
2026-09-07
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/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
An out-of-bounds write occurs in the
statmount mnt idmap() function. The function uses seq printf() to write a mapping and manually increments seq->count to include a NUL separator. If seq printf() overflows, seq set overflow() sets seq->count to seq->size, but the subsequent manual increment changes it to seq->size + 1. This prevents seq has overflowed() from detecting the overflow. When the corrupted count is returned to statmount string(), it results in a 1-byte NULL out-of-bounds write on the dynamically allocated seq buffer.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Memory Corruption
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu