In the Linux kernel, the following vulnerability has been resolved:
vt: prevent kernel-infoleak in con_font_get()
font.data may not initialize all memory spaces depending on the implementation
of vc->vc_sw->con_font_get. This may cause info-leak, so to prevent this, it
is safest to modify it to initialize the allocated memory space to 0, and it
generally does not affect the overall performance of the system.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-29 01:15
Updated : 2024-11-08 16:15
NVD link : CVE-2024-50076
Mitre link : CVE-2024-50076
CVE.ORG link : CVE-2024-50076
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-909
Missing Initialization of Resource