CVE-2026-74461

Source
https://cve.org/CVERecord?id=CVE-2026-74461
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74461.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74461
Downstream
Published
2026-08-15T12:27:01.924Z
Modified
2026-08-17T03:47:31.579417377Z
Summary
i2c: imx: Cancel hrtimer before clearing slave pointer
Details

In the Linux kernel, the following vulnerability has been resolved:

i2c: imx: Cancel hrtimer before clearing slave pointer

In i2cimxunregslave(), the slave pointer is set to NULL after disabling interrupts. However, a pending interrupt might already have started the hrtimer (i2cimxslavetimeout) before the pointer was cleared. If the hrtimer fires after i2cimx->slave is set to NULL, the timer callback i2cimxslavefinishop() will call i2cimxslaveevent() 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74461.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
f7414cd6923fd7f78e57086fc964ba2dc25db5c1
Fixed
a8a1f9ac3d763e721586f15479ef9140b216ddf3
Fixed
753060f2b77ff2f386addbd3ecadb95b9f90cddd
Fixed
affd62f5719a78135b7441aa49c8cab3c3b5e838
Fixed
dab4762ee7f3fd0a01980d5407ba48d0261d3bff
Fixed
6ac7702b6cc2b94aaed9ef2d95bfbefcdc90061f

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74461.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
6.6.151
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74461.json"