Vulnerability in Linux
CVE-2024-43845
In the Linux kernel, the following vulnerability has been resolved: udf: Fix bogus checksum computation in udf_rename() Syzbot reports uninitialized memory access in udf_rename() when updating checksum of '..' directory entry of a moved directory. This is indeed true as we pass on-stack diriter.fi to the udf_update_tag() and because that has only struct fileIdentDesc included in it and not the impUse or name fields, the checksumming function is going to checksum random stack contents beyond the end of the structure. This is actually harmless because the following udf_fiiter_write_fi() will recompute the checksum from on-disk buffers where everything is properly included. So all that is needed is just removing the bogus calculation.
EPSS: 0.002 (11.0th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.
Affected products
- Linux — versions 626860c470ff88e5f7f22a282efd1bfe953a1b54, e9109a92d2a95889498bed3719cd2318892171a2, 6.3
- Linux Linux_kernel
Weakness classification (CWE)
Public proof-of-concept exploits
References
Frequently asked questions
- What is CVE-2024-43845?
- CVE-2024-43845 is a high-severity vulnerability in Linux, classified under Use of Uninitialized Resource. CVSS score: 7.8/10. Published 2024-08-17.
- How severe is CVE-2024-43845?
- High severity. CVSS v3 base score is 7.8 out of 10.
- Is CVE-2024-43845 known to be exploited?
- 1 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.