CVE-2026-43497
Last modified
CVE-2026-43497 is a high-severity vulnerability rated 7.3/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-free dlfb_ops_mmap() uses remap_pfn_range() to map vmalloc framebuffer pages to userspace but sets no vm_ops on the VMA. This means the kernel cannot track active mmaps. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-free dlfb_ops_mmap() uses remap_pfn_range() to map vmalloc framebuffer pages to userspace but sets no vm_ops on the VMA. This means the kernel cannot track active mmaps. When dlfb_realloc_framebuffer() replaces the backing buffer via FBIOPUT_VSCREENINFO, existing mmap PTEs are not invalidated. On USB disconnect, dlfb_ops_destroy() calls vfree() on the old pages while userspace PTEs still reference them, resulting in a use-after-free: the process retains read/write access to freed kernel pages. Add vm_operations_struct with open/close callbacks that maintain an atomic mmap_count on struct dlfb_data. In dlfb_realloc_framebuffer(), check mmap_count and return -EBUSY if the buffer is currently mapped, preventing buffer replacement while userspace holds stale PTEs. Tested with PoC using dummy_hcd + raw_gadget USB device emulation.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.19, < 5.10.258 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.209 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.175 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.140 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.88 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.30 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.7 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43497?
How severe is CVE-2026-43497?
How do I fix CVE-2026-43497?
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-43491In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43492In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43493In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-43494In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43495In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-43496In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43498In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43499In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4350The Perfmatters plugin for WordPress is vulnerable to arbitr…8.1
- CVE-2026-43500In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43501In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-43502In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-43497?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
