CVE-2024-36481

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
21/06/2024
Last modified:
24/06/2024

Description

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

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.6 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.6.1 (including) 6.6.33 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.9 (including) 6.9.4 (excluding)
cpe:2.3:o:linux:linux_kernel:6.10.0:rc1:*:*:*:*:*:*