
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-58017 is a vulnerability in the Linux kernel's printk system that was discovered and disclosed on February 26, 2025. The issue involves a signed integer overflow vulnerability when defining LOG_BUF_LEN_MAX in the kernel's printk functionality. This vulnerability affects multiple versions of the Linux kernel, including versions 6.13 through 6.13.3, 6.2 through 6.6.78, 6.7 through 6.12.14, and versions prior to 6.1.129 (NVD).
The vulnerability occurs in the kernel/printk/printk.c file where shifting 1 << 31 on a 32-bit int causes signed integer overflow, leading to undefined behavior. The issue specifically relates to the definition of LOG_BUF_LEN_MAX. The vulnerability has been assigned a CVSS v3.1 base score of 5.5 (MEDIUM) with a vector string of CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
The vulnerability could lead to undefined behavior in the kernel's printing system. While there is no direct impact on confidentiality or integrity, the vulnerability has been assessed to have a high impact on availability, as indicated by the CVSS scoring (NVD).
The vulnerability has been fixed by casting the value 1 to u32 before performing the shift operation, ensuring well-defined behavior. The fix explicitly avoids any potential overflow by ensuring that the shift occurs on an unsigned 32-bit integer. The patch has been implemented across multiple kernel versions (Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."