Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — vdpa: solidrun: Fix UB bug with devres
AV AC PR UI S C I A CVSS EPSS %ile KEV
L L L N U H H H 7.8 .0021 12.0 —
AFFECTED
Product Versions Fixed
Linux 51a8f9d7f587290944d6fc733d1f897091c63159 – —
Linux 6.3 – 6.6.63
TIMELINE
Nov 19 Reserved by Linux
Dec 4 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2024-53126 (Linux). CVSS 7.1 → 7.8 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
vdpa: solidrun: Fix UB bug with devres
In psnet_open_pf_bar() and snet_open_vf_bar() a string later passed to
pcim_iomap_regions() is placed on the stack. Neither
pcim_iomap_regions() nor the functions it calls copy that string.
Should the string later ever be used, this, consequently, causes
undefined behavior since the stack frame will by then have disappeared.
Fix the bug by allocating the strings on the heap through
devm_kasprintf().
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| November 19, 2024 | Reserved | Reserved by Linux |
| December 4, 2024 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2024-53126 (Linux). CVSS 7.1 → 7.8 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | 51a8f9d7f587290944d6fc733d1f897091c63159 | — |
| Linux | Linux | — | 6.3 | 6.6.63 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2024-53126 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.