CVE-2024-35848

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-35848
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-35848.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-35848
Downstream
Related
Published
2024-05-17T15:15:21Z
Modified
2025-08-09T19:01:27Z
Summary
[none]
Details

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.

References

Affected packages