CVE-2026-74551
Last modified
CVE-2026-74551 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: hwmon: (nzxt-smart2) DMA-align output buffer Sashiko reports: When send_output_report() calls hid_hw_output_report(), the underlying USB HID core calls usb_interrupt_msg() which maps this buffer directly for DMA. When the DMA mapping flushes or invalidates the cacheline, it will corrupt the adjacent variables (mutex, update_interval) that were modified concurrently by the CPU. This causes memory corruption due to cacheline sharing on non-coherent CPU architectures (such as ARM or MIPS). EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: hwmon: (nzxt-smart2) DMA-align output buffer Sashiko reports: When send_output_report() calls hid_hw_output_report(), the underlying USB HID core calls usb_interrupt_msg() which maps this buffer directly for DMA. When the DMA mapping flushes or invalidates the cacheline, it will corrupt the adjacent variables (mutex, update_interval) that were modified concurrently by the CPU. This causes memory corruption due to cacheline sharing on non-coherent CPU architectures (such as ARM or MIPS). The DMA API debugging tool (CONFIG_DMA_API_DEBUG) will trigger runtime warnings for this violation. Any operation that triggers send_output_report() (like setting a fan speed or updating the interval) causes the USB DMA mapping. On systems with non-coherent caches, this structural bug causes immediate and deterministic memory corruption. Align the output buffer to ARCH_DMA_MINALIGN to fix the problem.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/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 | >= 53e68c20aeb1e23419bed811aa3a309ceda200f9, < 81a6593b1c8dfb2694cd0ce39be01212d2b8436c; >= 53e68c20aeb1e23419bed811aa3a309ceda200f9, < 70ad543ce81f368411b6c721265a3b2d7ab4fda4; >= 53e68c20aeb1e23419bed811aa3a309ceda200f9, < 51a76bc1b8e717ee3fc0d84f15ac51490ca5f76f; >= 53e68c20aeb1e23419bed811aa3a309ceda200f9, < 2332d35aaf206c17acf848522817252732596676; >= 53e68c20aeb1e23419bed811aa3a309ceda200f9, < 6a2dbce5da2d2163a5b684acf68a0e54582ff0fa; >= 53e68c20aeb1e23419bed811aa3a309ceda200f9, < 080bbf42faf77e6489ab30d5114c5f8f6ccbb1b8 |
| Linux | Linux | 5.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74551?
How severe is CVE-2026-74551?
How do I fix CVE-2026-74551?
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-74545In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74546In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74547In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74548In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74549In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74550In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74552In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74553In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74554In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74555In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74556In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74557In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-74551?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
