CVE-2024-50131
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Mitigation and workarounds

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-71142N/AN/A
  • Linux KernelLinux Kernel
  • kernel-zfcpdump-modules-core
NoNoJan 14, 2026
CVE-2025-71137N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-debug-devel-matched
NoYesJan 14, 2026
CVE-2025-71135N/AN/A
  • Linux KernelLinux Kernel
  • kernel-doc
NoNoJan 14, 2026
CVE-2025-71134N/AN/A
  • Linux KernelLinux Kernel
  • kernel-abi-stablelists
NoNoJan 14, 2026
CVE-2025-71133N/AN/A
  • Linux KernelLinux Kernel
  • kernel-zfcpdump-modules
NoYesJan 14, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management