PT-2026-43890 · Linux+2 · Linux Kernel+2
CVE-2026-46023
·
Published
2026-05-27
·
Updated
2026-08-25
CVSS v3.1
7.0
High
| Vector | AV:L/AC:H/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 integer overflow exists in the
create dirty log() function within the dm mirror component. The calculation *args used = 2 + param count occurs before validating against argc. If a user provides a param count close to UINT MAX via the device mapper table string, the unsigned addition wraps around to a small value, bypassing the argc < *args used check. This overflowed param count is subsequently passed as argc to the dm dirty log create() function, which can lead to out-of-bounds reads on the argv array.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Integer Overflow
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Ubuntu