CVE-2026-72423
Last modified
CVE-2026-72423 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bpf: Guard conntrack opts error writes The conntrack lookup and allocation kfuncs take an opts pointer together with an opts__sz argument. The verifier checks only the memory range described by opts__sz, but the wrappers unconditionally write opts->error whenever the internal lookup or allocation helper returns an error. For an invalid size smaller than the end of opts->error, that write can land outside the verifier-checked range. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Guard conntrack opts error writes The conntrack lookup and allocation kfuncs take an opts pointer together with an opts__sz argument. The verifier checks only the memory range described by opts__sz, but the wrappers unconditionally write opts->error whenever the internal lookup or allocation helper returns an error. For an invalid size smaller than the end of opts->error, that write can land outside the verifier-checked range. Keep returning NULL for invalid arguments, but only report the error through opts->error when the supplied size includes the field. This preserves error reporting for the supported 12-byte and 16-byte layouts, and for other invalid sizes that still include opts->error.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b4c2b9593a1c4c3a718370e34af28e817fd5e5c6, < dd74c80203842a21b2ebb9f70d1260d9aa20fa05; >= b4c2b9593a1c4c3a718370e34af28e817fd5e5c6, < 6f6183a39533d727deaa5061cadae6dd9e6744d0 |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72423?
How severe is CVE-2026-72423?
How do I fix CVE-2026-72423?
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-72418In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72419In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7242A vulnerability was determined in Totolink A8000RU 7.1cu.643…9.8
- CVE-2026-72420In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72421In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-72422In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72424In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72425In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72426In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72427In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72428In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72429In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-72423?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
