CVE-2024-36481
UNKNOWN
Published 2024-06-21T11:18:47.482Z
Actions:
No CVSS data available
Description
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.
Available Exploits
No exploits available for this CVE.
Related News
No news articles found for this CVE.
Affected Products
References
Published: 2024-06-21T11:18:47.482Z
Last Modified: 2025-05-04T09:11:15.637Z
Copied to clipboard!