CVE-2026-43272
Last modified
CVE-2026-43272 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix possible dereference of uninitialized pointer There is a pointer head_page in rb_meta_validate_events() which is not initialized at the beginning of a function. This pointer can be dereferenced if there is a failure during reader page validation. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix possible dereference of uninitialized pointer There is a pointer head_page in rb_meta_validate_events() which is not initialized at the beginning of a function. This pointer can be dereferenced if there is a failure during reader page validation. In this case the control is passed to "invalid" label where the pointer is dereferenced in a loop. To fix the issue initialize orig_head and head_page before calling rb_validate_buffer. Found by Linux Verification Center (linuxtesting.org) with SVACE.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.12, < 6.18.16 |
| Linux | Linux Kernel | >= 6.19, < 6.19.6 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43272?
How severe is CVE-2026-43272?
How do I fix CVE-2026-43272?
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-43266In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43267In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43268In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43269In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43270In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43271In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43273In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43274In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-43275In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-43276In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43277In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43278In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-43272?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
