CVE-2026-23456
Last modified
CVE-2026-23456 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS case In decode_int(), the CONS case calls get_bits(bs, 2) to read a length value, then calls get_uint(bs, len) without checking that len bytes remain in the buffer. The existing boundary check only validates the 2 bits for get_bits(), not the subsequent 1-4 bytes that get_uint() reads. EPSS estimates a 0.52% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS case In decode_int(), the CONS case calls get_bits(bs, 2) to read a length value, then calls get_uint(bs, len) without checking that len bytes remain in the buffer. The existing boundary check only validates the 2 bits for get_bits(), not the subsequent 1-4 bytes that get_uint() reads. This allows a malformed H.323/RAS packet to cause a 1-4 byte slab-out-of-bounds read. Add a boundary check for len bytes after get_bits() and before get_uint().
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.17, < 5.10.253 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.203 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.167 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.130 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.78 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.20 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.10 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-23456?
How severe is CVE-2026-23456?
How do I fix CVE-2026-23456?
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-23450In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-23451In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-23452In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-23453In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-23454In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-23455In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-23457In the Linux kernel, the following vulnerability has been re…8.6
- CVE-2026-23458In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23459In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-2346Authorization bypass through User-Controlled key vulnerabili…9.8
- CVE-2026-23460In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23461In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-23456?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
