CVE-2026-43461
Last modified
CVE-2026-43461 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: spi: amlogic: spifc-a4: Fix DMA mapping error handling Fix three bugs in aml_sfc_dma_buffer_setup() error paths: 1. Unnecessary goto: When the first DMA mapping (sfc->daddr) fails, nothing needs cleanup. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: spi: amlogic: spifc-a4: Fix DMA mapping error handling Fix three bugs in aml_sfc_dma_buffer_setup() error paths: 1. Unnecessary goto: When the first DMA mapping (sfc->daddr) fails, nothing needs cleanup. Use direct return instead of goto. 2. Double-unmap bug: When info DMA mapping failed, the code would unmap sfc->daddr inline, then fall through to out_map_data which would unmap it again, causing a double-unmap. 3. Wrong unmap size: The out_map_info label used datalen instead of infolen when unmapping sfc->iaddr, which could lead to incorrect DMA sync behavior.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.18, < 6.18.19 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.9 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43461?
How severe is CVE-2026-43461?
How do I fix CVE-2026-43461?
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-43456In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43457In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43458In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43459In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-4346The vulnerability affecting TL-WR850N v3 allows cleartext st…6.8
- CVE-2026-43460In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43462In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-43463In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43464In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-43465In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-43466In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-43467In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-43461?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
