In the Linux kernel, the following vulnerability has been resolved:
ACPI: sysfs: validate return type of _STR method
Only buffer objects are valid return values of _STR.
If something else is returned description_show() will access invalid
memory.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-21 13:15
Updated : 2024-11-08 16:15
NVD link : CVE-2024-49860
Mitre link : CVE-2024-49860
CVE.ORG link : CVE-2024-49860
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-843
Access of Resource Using Incompatible Type ('Type Confusion')