In the Linux kernel, the following vulnerability has been resolved:
HID: core: zero-initialize the report buffer
Since the report buffer is used by all kinds of drivers in various ways, let's
zero-initialize it during allocation to make sure that it can't be ever used
to leak kernel memory via specially-crafted report.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-19 02:16
Updated : 2025-03-05 02:00
NVD link : CVE-2024-50302
Mitre link : CVE-2024-50302
CVE.ORG link : CVE-2024-50302
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-908
Use of Uninitialized Resource