CVE-2024-35848 — Race Condition in Linux
Severity
4.7MEDIUMNVD
OSV6.5OSV5.5
EPSS
0.0%
top 96.59%
CISA KEV
Not in KEV
Exploit
No known exploits
Affected products
Timeline
PublishedMay 17
Latest updateNov 19
Description
In the Linux kernel, the following vulnerability has been resolved:
eeprom: at24: fix memory corruption race condition
If the eeprom is not accessible, an nvmem device will be registered, the
read will fail, and the device will be torn down. If another driver
accesses the nvmem device after the teardown, it will reference
invalid memory.
Move the failure point before registering the nvmem device.
CVSS vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:HExploitability: 1.0 | Impact: 3.6
Affected Packages13 packages
▶CVEListV5linux/linuxb20eb4c1f0261eebe6e1b9221c0d6e4048837778 — c850f71fca09ea41800ed55905980063d17e01da+6
Also affects: Debian Linux 10.0
Patches
🔴Vulnerability Details
20OSV
▶