CVE-2026-72146
Last modified
CVE-2026-72146 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel->ch_base, which is initialized only after requesting the IRQ, this may lead to invalid memory access. Likewise, the IRQ thread may access uninitialized data (the ld_free, ld_queue, and ld_active lists), which may also lead to issues. Request the interrupts only after everything is set up. To keep the error path simpler, use dmam_alloc_coherent() instead of dma_alloc_coherent().. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: dmaengine: sh: rz-dmac: Move interrupt request after everything is set up Once the interrupt is requested, the interrupt handler may run immediately. Since the IRQ handler can access channel->ch_base, which is initialized only after requesting the IRQ, this may lead to invalid memory access. Likewise, the IRQ thread may access uninitialized data (the ld_free, ld_queue, and ld_active lists), which may also lead to issues. Request the interrupts only after everything is set up. To keep the error path simpler, use dmam_alloc_coherent() instead of dma_alloc_coherent().
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5000d37042a61ca556fde2782ca40dbfa802ea16, < d24d53323e817d79a4bd111bd10b34dbc96e64a8; >= 5000d37042a61ca556fde2782ca40dbfa802ea16, < 0e0c5b3cf374ebf3c589741751e1fbc67f53ec2f; >= 5000d37042a61ca556fde2782ca40dbfa802ea16, < 5b12de6229d662864ee22c11d4876652b40120f0; >= 5000d37042a61ca556fde2782ca40dbfa802ea16, < 2a4d9e2234c3f817bb0ddbc8680d09ce9be84f93; >= 5000d37042a61ca556fde2782ca40dbfa802ea16, < ec9f66c91bffdb69d309bae6dfb387562db7ebc8; >= 5000d37042a61ca556fde2782ca40dbfa802ea16, < 07ae600bd353b22f31a8f1007269744fafc7f123; >= 5000d37042a61ca556fde2782ca40dbfa802ea16, < 731712403ddb39d1a76a11abf339a0615bc85de7 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72146?
How severe is CVE-2026-72146?
How do I fix CVE-2026-72146?
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-72140In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72141In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-72142In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72143In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72144In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72145In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72147In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72148In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72149In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-7215A security flaw has been discovered in egtai gmx-vmd-mcp up …7.3
- CVE-2026-72150In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72151In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-72146?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
