Executive Summary

Informations
Name CVE-2024-43845 First vendor Publication 2024-08-17
Vendor Cve Last vendor Modification 2024-10-25

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Overall CVSS Score 3.3
Base Score 3.3 Environmental Score 3.3
impact SubScore 1.4 Temporal Score 3.3
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact Low Availability Impact None
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-43845

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3645

Sources (Detail)

https://git.kernel.org/stable/c/27ab33854873e6fb958cb074681a0107cc2ecc4c
https://git.kernel.org/stable/c/40d7b3ed52449d36143bab8d3e70926aa61a60f4
https://git.kernel.org/stable/c/9c439311c13fc6faab1921441165c9b8b500c83b
https://git.kernel.org/stable/c/c996b570305e7a6910c2ce4cdcd4c22757ffe241
https://git.kernel.org/stable/c/fe2ead240c31e8d158713beca9d0681a6e6a53ab
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
Date Informations
2025-01-08 03:04:33
  • Multiple Updates
2025-01-07 03:04:06
  • Multiple Updates
2024-12-25 03:02:44
  • Multiple Updates
2024-12-12 03:05:41
  • Multiple Updates
2024-11-23 03:02:43
  • Multiple Updates
2024-11-22 03:00:54
  • Multiple Updates
2024-11-20 02:59:13
  • Multiple Updates
2024-11-14 02:59:32
  • Multiple Updates
2024-11-09 02:59:33
  • Multiple Updates
2024-10-26 00:29:07
  • Multiple Updates
2024-10-22 21:28:13
  • Multiple Updates
2024-08-29 21:27:35
  • Multiple Updates
2024-08-19 17:27:25
  • Multiple Updates
2024-08-17 17:27:28
  • First insertion