CVE-2024-50092
Linux Kernel vulnerability analysis and mitigation

Overview

In the Linux kernel, a vulnerability (CVE-2024-50092) was identified in the netconsole module. The issue involves an incorrect warning message that is triggered when there is insufficient space in the buffer for userdata. The vulnerability was discovered and patched in Linux kernel versions from 6.9 up to 6.11.4, and also affects versions 6.12-rc1 and 6.12-rc2 (NVD).

Technical details

The vulnerability stems from a code issue where a warning is incorrectly triggered when the 'this_chunk' variable is zero, which is actually a valid scenario. The warning message appears in drivers/net/netconsole.c at line 1122. The code was modified to only trigger the warning when 'this_chunk' is negative, as zero is a valid value since the userdata will be sent in the next iteration. The vulnerability has been assigned a CVSS v3.1 base score of 3.3 (LOW) with a vector string of CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N (NVD).

Impact

The impact of this vulnerability is relatively low, primarily affecting system logging functionality. When triggered, it produces unnecessary warning messages in the system log but does not prevent the proper functioning of the netconsole module, as the userdata is still properly handled in subsequent iterations (Kernel Patch).

Mitigation and workarounds

The issue has been fixed through a patch that modifies the warning condition in the netconsole module. The fix changes the condition from 'this_chunk <= 0' to 'this_chunk < 0', allowing zero as a valid value. Users should upgrade to patched kernel versions. The fix is documented in the kernel patch commits 712a3af3710263444217df54e7f337f99df198d2 and d94785bb46b6167382b1de3290eccc91fa98df53 (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-68764N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-debug-modules
NoYesJan 05, 2026
CVE-2025-68762N/AN/A
  • Linux KernelLinux Kernel
  • kernel-debug
NoYesJan 05, 2026
CVE-2025-68758N/AN/A
  • Linux KernelLinux Kernel
  • linux-riscv
NoYesJan 05, 2026
CVE-2025-68756N/AN/A
  • Linux KernelLinux Kernel
  • linux-fips
NoYesJan 05, 2026
CVE-2025-68753N/AN/A
  • Linux KernelLinux Kernel
  • python3-perf
NoYesJan 05, 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