Vulnerability in Linux

CVE-2024-36481

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: fix error check in parse_btf_field() btf_find_struct_member() might return NULL or an error via the ERR_PTR() macro. However, its caller in parse_btf_field() only checks for the NULL condition. Fix this by using IS_ERR() and returning the error up the stack.

EPSS: 0.002 (11.6th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2024-36481?
CVE-2024-36481 is a medium-severity vulnerability in Linux, classified under Improper Check for Unusual or Exceptional Conditions. CVSS score: 5.5/10. Published 2024-06-21.
How severe is CVE-2024-36481?
Medium severity. CVSS v3 base score is 5.5 out of 10.