First published: Tue Nov 05 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: net: netconsole: fix wrong warning A warning is triggered when there is insufficient space in the buffer for userdata. However, this is not an issue since userdata will be sent in the next iteration. Current warning message: ------------[ cut here ]------------ WARNING: CPU: 13 PID: 3013042 at drivers/net/netconsole.c:1122 write_ext_msg+0x3b6/0x3d0 ? write_ext_msg+0x3b6/0x3d0 console_flush_all+0x1e9/0x330 The code incorrectly issues a warning when this_chunk is zero, which is a valid scenario. The warning should only be triggered when this_chunk is negative.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.9<6.11.4 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
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.
The CVE-2024-50092 vulnerability has been assessed and is classified as a low severity issue in the Linux kernel.
To resolve CVE-2024-50092, users should upgrade to the latest patched versions of the Linux kernel listed in their distribution's updates.
CVE-2024-50092 affects Linux kernel versions from 6.9 up to but not including 6.11.4, as well as 6.12-rc1 and 6.12-rc2.
CVE-2024-50092 is not known to be remotely exploitable and primarily impacts local user functionality within the kernel.
CVE-2024-50092 addresses a warning issue related to insufficient buffer space for userdata in the netconsole subsystem, which is not indicative of a true defect.