摘要:
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 theERR_PTR() macro. However, its caller in parse_btf_field() only checksfor the NULL condition. Fix this by using IS_ERR() and returning theerror up the stack.
安全等级: Low
公告ID: KylinSec-SA-2024-3059
发布日期: 2024年7月7日
关联CVE: 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 theERR_PTR() macro. However, its caller in parse_btf_field() only checksfor the NULL condition. Fix this by using IS_ERR() and returning theerror up the stack.
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2024-36481 | KY3.4-5A | kernel | Unaffected |
CVE-2024-36481 | KY3.5.2 | kernel | Unaffected |