Executive Summary

Informations
Name CVE-2024-38574 First vendor Publication 2024-06-19
Vendor Cve Last vendor Modification 2025-01-31

Security-Database Scoring CVSS v3

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

libbpf: Prevent null-pointer dereference when prog to load has no BTF

In bpf_objec_load_prog(), there's no guarantee that obj->btf is non-NULL when passing it to btf__fd(), and this function does not perform any check before dereferencing its argument (as bpf_object__btf_fd() used to do). As a consequence, we get segmentation fault errors in bpftool (for example) when trying to load programs that come without BTF information.

v2: Keep btf__fd() in the fix instead of reverting to bpf_object__btf_fd().

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-476 NULL Pointer Dereference

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3668

Sources (Detail)

https://git.kernel.org/stable/c/1fd91360a75833b7110af9834ae26c977e1273e0
https://git.kernel.org/stable/c/9bf48fa19a4b1d186e08b20bf7e5de26a15644fb
https://git.kernel.org/stable/c/ef80b59acfa4dee4b5eaccb15572b69248831104
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
14
15
16
17
Date Informations
2025-07-15 02:34:46
  • Multiple Updates
2025-07-14 12:33:19
  • Multiple Updates
2025-06-26 02:32:12
  • Multiple Updates
2025-06-25 12:31:38
  • Multiple Updates
2025-06-24 02:36:50
  • Multiple Updates
2025-05-27 02:41:04
  • Multiple Updates
2025-03-29 03:37:36
  • Multiple Updates
2025-03-28 13:43:03
  • Multiple Updates
2025-03-28 03:16:15
  • Multiple Updates
2025-03-19 03:11:41
  • Multiple Updates
2025-03-18 03:24:34
  • Multiple Updates
2025-03-14 03:11:57
  • Multiple Updates
2025-03-06 14:08:20
  • Multiple Updates
2025-02-22 03:21:45
  • Multiple Updates
2025-01-31 21:21:11
  • Multiple Updates
2024-11-25 09:24:45
  • Multiple Updates
2024-06-20 17:27:37
  • Multiple Updates
2024-06-19 21:27:23
  • First insertion