CVE-2026-72424

Source
https://cve.org/CVERecord?id=CVE-2026-72424
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72424.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72424
Downstream
Published
2026-08-15T05:56:42.335Z
Modified
2026-08-18T03:31:09.592169135Z
Summary
rtc: msc313: fix NULL deref in shared IRQ handler at probe
Details

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

rtc: msc313: fix NULL deref in shared IRQ handler at probe

msc313rtcprobe() calls devmrequestirq() with IRQFSHARED and &pdev->dev as the cookie, but platformsetdrvdata() is only called later after the clock setup. With a shared IRQ line, another device on the same line can trigger the handler in that window. The handler does devgetdrvdata() on the cookie, gets NULL, and dereferences priv->rtcbase in interrupt context.

Pass priv as the cookie directly so the handler reads it from dev_id without the lookup, removing the dependency on probe order.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72424.json"
}
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
be7d9c9161b9c76edeff15e79edc2f256568fe05
Fixed
ece7b9ffde23e2ccd7567761ac27463ded43932c
Fixed
52c73b6992b46ed476590ed526faa033d4fbfc5d
Fixed
bc1f61a9b97d65de21c2681bcf0b5b1392c58486
Fixed
1f6a4aec0d36647eb2f67cd69db22bd28cabe2cb
Fixed
bb3e624808c981fe881cb79037be63e680ed7d38
Fixed
a369f48be8de426a7d2bca18dbd46c2ad1138803

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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