CVE-2026-72104
Last modified
CVE-2026-72104 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: dm-pcache: reject option groups without values The pcache target parses optional arguments as name/value pairs. A table that advertises one optional argument and supplies only a recognized option name, for example "cache_mode", reaches parse_cache_opts() with argc == 1. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: dm-pcache: reject option groups without values The pcache target parses optional arguments as name/value pairs. A table that advertises one optional argument and supplies only a recognized option name, for example "cache_mode", reaches parse_cache_opts() with argc == 1. The parser consumes the name, decrements argc to zero, then calls dm_shift_arg() again for the value. dm_shift_arg() returns NULL when no arguments remain, and the following strcmp() dereferences that NULL pointer. Check that each recognized option has a value before consuming it. This keeps valid "cache_mode writeback" and "data_crc true/false" tables unchanged while making malformed tables fail during target construction with a precise missing-value error.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < 1247615aadb74c89c1b2f01a6de7df9dab92ecb3; >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < 0cbe13fe540330d31e5273bbf8cbd66bc7c9cb5a; >= 1d57628ff95b32d5cfa8d8f50e07690c161e9cf0, < d9c631e3fbd44246a2be781d26cfacbb9b8ec127 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72104?
How severe is CVE-2026-72104?
How do I fix CVE-2026-72104?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72099In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-7210`xml.parsers.expat` and `xml.etree.ElementTree` use insuffic…7.5
- CVE-2026-72100In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72101In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72102In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72103In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-72105In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72106In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72107In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72108In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72109In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7211A weakness has been identified in dvladimirov MCP up to 0.1.…7.3
Are you affected by CVE-2026-72104?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
