CVE-2024-43845

Low

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.

Package Linux Kernel
Published 2024-08-17
Last modified 2025-06-19
CVSS version 3.1
Patch available
Yes

CVSS 3.1 score

3.3

out of 10
Low
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N

Weakness type

CWE-908

CVE-2024-43845 is classified as CWE-908

See CWE-908 on MITRE CWE for full details on this weakness type.

Affected versions

Linux kernel versions 6.3 and later are affected. Fixed in 6.6.44, 6.10.3, 6.11 and their respective stable series.

Affected from
≥ 6.3
Fixed in
✓ 6.6.44 6.6.x ✓ 6.10.3 6.10.x ✓ 6.11

Frequently asked questions

  • What is CVE-2024-43845?

    CVE-2024-43845 is a Low severity Linux kernel vulnerability with a CVSS score of 3.3 out of 10 . It affects Linux kernel versions from 6.3 onward and has been patched in 6.6.44, 6.10.3 and 6.11. CVE-2024-43845 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • What is the CVSS score for CVE-2024-43845?

    CVE-2024-43845 has a CVSS score of 3.3 out of 10, rated Low severity (CVSS 3.1). The vector string is CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N .

  • Is there a patch available for CVE-2024-43845?

    Yes. CVE-2024-43845 has been patched. Fixed versions include 6.6.44, 6.10.3 and 6.11. If you are running Linux kernel 6.3 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2024-43845 actively exploited?

    No. CVE-2024-43845 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.