
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-50131 is a vulnerability in the Linux kernel's tracing functionality, discovered and disclosed in November 2024. The issue affects the event length validation in the kernel's tracing subsystem, specifically in how it handles NULL character termination. The vulnerability impacts multiple versions of the Linux kernel, including versions from 5.1 through 6.11.6 (NVD).
The vulnerability stems from improper validation of event length in the kernel's tracing subsystem. The issue occurs because strlen() returns a string length excluding the null byte, and if the string length equals the maximum buffer length, the buffer has no space for the NULL terminating character. This could potentially lead to a buffer overflow condition. The vulnerability has been assigned a CVSS v3.1 base score of 7.8 (HIGH) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H, indicating local access requirements but high impact potential (NVD).
The vulnerability could potentially lead to buffer overflow conditions in the Linux kernel's tracing functionality. Given the CVSS score and vector, successful exploitation could result in high impacts on confidentiality, integrity, and availability of the affected system, though local access is required (NVD).
The vulnerability has been patched in the Linux kernel. The fix involves modifying the condition that checks the event name length to account for the NULL terminating character. The patch changes the length comparison from 'len > MAX_EVENT_NAME_LEN' to 'len >= MAX_EVENT_NAME_LEN' to ensure proper NULL termination (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."