CVE-2026-74461
Last modified
CVE-2026-74461 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Cancel hrtimer before clearing slave pointer In i2c_imx_unreg_slave(), the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer (i2c_imx_slave_timeout) before the pointer was cleared. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: i2c: imx: Cancel hrtimer before clearing slave pointer In i2c_imx_unreg_slave(), the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer (i2c_imx_slave_timeout) before the pointer was cleared. If the hrtimer fires after i2c_imx->slave is set to NULL, the timer callback i2c_imx_slave_finish_op() will call i2c_imx_slave_event() with a NULL slave pointer, which results in a use-after-free / NULL pointer dereference. Fix by canceling the hrtimer and waiting for it to complete after disabling interrupts, before clearing the slave pointer.
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 | >= f7414cd6923fd7f78e57086fc964ba2dc25db5c1, < e3da77bdb4015051656bb472c295656bbea03b6f; >= f7414cd6923fd7f78e57086fc964ba2dc25db5c1, < 470fe15fb3bb2eba6629be301ca7e991ee3cfb7e; >= f7414cd6923fd7f78e57086fc964ba2dc25db5c1, < a8a1f9ac3d763e721586f15479ef9140b216ddf3; >= f7414cd6923fd7f78e57086fc964ba2dc25db5c1, < 753060f2b77ff2f386addbd3ecadb95b9f90cddd; >= f7414cd6923fd7f78e57086fc964ba2dc25db5c1, < affd62f5719a78135b7441aa49c8cab3c3b5e838; >= f7414cd6923fd7f78e57086fc964ba2dc25db5c1, < dab4762ee7f3fd0a01980d5407ba48d0261d3bff; >= f7414cd6923fd7f78e57086fc964ba2dc25db5c1, < 6ac7702b6cc2b94aaed9ef2d95bfbefcdc90061f |
| Linux | Linux | 5.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74461?
How severe is CVE-2026-74461?
How do I fix CVE-2026-74461?
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-74456In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74457In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74458In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74459In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7446A vulnerability was detected in VetCoders mcp-server-semgrep…7.3
- CVE-2026-74460In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74462In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74463In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74464In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74465In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74466In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74467In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-74461?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
