First published: Tue Oct 29 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.3<6.6.58 | |
Linux Kernel | >=6.7<6.11.5 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50076 has a medium severity rating due to the potential information leak.
To fix CVE-2024-50076, update to the latest stable version of the Linux kernel that addresses this vulnerability.
CVE-2024-50076 affects Linux kernel versions between 6.3 and 6.6.58, and specific release candidates from version 6.12.
CVE-2024-50076 is characterized as an information leak vulnerability in the Linux kernel.
CVE-2024-50076 does not appear to have a remote exploitation vector, but could be leveraged in local environments.