CVE-2026-74729
Last modified
CVE-2026-74729 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read put_fifo_with_discard() acts as both producer and consumer on the kfifo: it calls kfifo_skip() (advances out) and kfifo_put() (advances in) from the IRQ handler without synchronizing with snoop_file_read(), which also consumes via kfifo_to_user(). On SMP systems this concurrent access can leave (in - out) larger than the ring buffer, so __kfifo_to_user()'s clamp to (in - out) is ineffective and kfifo_copy_to_user() can attempt a copy_to_user() past the kmalloc-2k backing store: usercopy: Kernel memory exposure attempt detected from SLUB object 'kmalloc-2k' (offset 0, size 2049)! kernel BUG at mm/usercopy.c! Call trace: usercopy_abort __check_heap_object __check_object_size kfifo_copy_to_user __kfifo_to_user snoop_file_read vfs_read Serialize kfifo access with a per-channel spinlock shared between the IRQ handler (producer) and the file reader (consumer).
Description
In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read put_fifo_with_discard() acts as both producer and consumer on the kfifo: it calls kfifo_skip() (advances out) and kfifo_put() (advances in) from the IRQ handler without synchronizing with snoop_file_read(), which also consumes via kfifo_to_user(). On SMP systems this concurrent access can leave (in - out) larger than the ring buffer, so __kfifo_to_user()'s clamp to (in - out) is ineffective and kfifo_copy_to_user() can attempt a copy_to_user() past the kmalloc-2k backing store: usercopy: Kernel memory exposure attempt detected from SLUB object 'kmalloc-2k' (offset 0, size 2049)! kernel BUG at mm/usercopy.c! Call trace: usercopy_abort __check_heap_object __check_object_size kfifo_copy_to_user __kfifo_to_user snoop_file_read vfs_read Serialize kfifo access with a per-channel spinlock shared between the IRQ handler (producer) and the file reader (consumer). Annotate @fifo with __guarded_by(&lock) and opt the driver into context analysis so the compiler enforces that all fifo access holds the lock.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3772e5da445420543b25825ac2b5971f3743f6e8, < 131ab677b03349a5ae48da8722ec7075b37ec66e; >= 3772e5da445420543b25825ac2b5971f3743f6e8, < 1acef6d85bfd98bd9dfe1f08bffa397a4dda8a6f |
| Linux | Linux | 4.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74729?
How severe is CVE-2026-74729?
How do I fix CVE-2026-74729?
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-74723In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74724In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74725In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74726In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74727In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74728In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7473On affected platforms running Arista EOS where a tunnel deca…6.9
- CVE-2026-74730In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74731In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74732In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74733In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7474HashiCorp Nomad and Nomad Enterprise prior to 2.0.1 are vuln…8.8
Are you affected by CVE-2026-74729?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
