Executive Summary

Informations
Name CVE-2024-50088 First vendor Publication 2024-10-29
Vendor Cve Last vendor Modification 2024-11-01

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Overall CVSS Score 7.8
Base Score 7.8 Environmental Score 7.8
impact SubScore 5.9 Temporal Score 7.8
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact High
Integrity Impact High Availability Impact High
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:

btrfs: fix uninitialized pointer free in add_inode_ref()

The add_inode_ref() function does not initialize the "name" struct when it is declared. If any of the following calls to "read_one_inode() returns NULL,

dir = read_one_inode(root, parent_objectid);
if (!dir) {
ret = -ENOENT;
goto out;
}

inode = read_one_inode(root, inode_objectid);
if (!inode) {
ret = -EIO;
goto out;
}

then "name.name" would be freed on "out" before being initialized.

out:
...
kfree(name.name);

This issue was reported by Coverity with CID 1526744.

Original Source

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

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3634

Sources (Detail)

https://git.kernel.org/stable/c/12cf028381aa19bc38465341512c280256e8d82d
https://git.kernel.org/stable/c/66691c6e2f18d2aa4b22ffb624b9bdc97e9979e4
https://git.kernel.org/stable/c/a941f3d5b1469c60a7e70e775584f110b47e0d16
https://git.kernel.org/stable/c/e11ce03b58743bf1e096c48fcaa7e6f08eb75dfa
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
Date Informations
2024-11-20 03:01:04
  • Multiple Updates
2024-11-14 03:01:15
  • Multiple Updates
2024-11-09 00:28:02
  • Multiple Updates
2024-11-01 21:27:33
  • Multiple Updates
2024-10-30 02:56:01
  • Multiple Updates
2024-10-30 02:55:25
  • Multiple Updates
2024-10-29 17:27:31
  • Multiple Updates
2024-10-29 09:27:31
  • First insertion