๐Ÿ” CVE Alert

CVE-2026-74461

UNKNOWN 0.0

i2c: imx: Cancel hrtimer before clearing slave pointer

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Aug 15, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
f7414cd6923fd7f78e57086fc964ba2dc25db5c1 < a8a1f9ac3d763e721586f15479ef9140b216ddf3 f7414cd6923fd7f78e57086fc964ba2dc25db5c1 < 753060f2b77ff2f386addbd3ecadb95b9f90cddd f7414cd6923fd7f78e57086fc964ba2dc25db5c1 < affd62f5719a78135b7441aa49c8cab3c3b5e838 f7414cd6923fd7f78e57086fc964ba2dc25db5c1 < dab4762ee7f3fd0a01980d5407ba48d0261d3bff f7414cd6923fd7f78e57086fc964ba2dc25db5c1 < 6ac7702b6cc2b94aaed9ef2d95bfbefcdc90061f
Linux / Linux
5.11

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/a8a1f9ac3d763e721586f15479ef9140b216ddf3 git.kernel.org: https://git.kernel.org/stable/c/753060f2b77ff2f386addbd3ecadb95b9f90cddd git.kernel.org: https://git.kernel.org/stable/c/affd62f5719a78135b7441aa49c8cab3c3b5e838 git.kernel.org: https://git.kernel.org/stable/c/dab4762ee7f3fd0a01980d5407ba48d0261d3bff git.kernel.org: https://git.kernel.org/stable/c/6ac7702b6cc2b94aaed9ef2d95bfbefcdc90061f