
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-39480 affects the Linux kernel's kernel debugger (kdb) functionality. The vulnerability was discovered in the tab-complete feature where a buffer overflow could occur during symbol completion. The issue was reported by Justin Stitt and was publicly disclosed on July 5, 2024. The vulnerability affects multiple versions of the Linux kernel, including versions from 4.19 through 6.8 (NVD).
The vulnerability exists in the kdb's tab-completion mechanism where strncpy() is used to insert completed symbols into the command buffer. The function incorrectly passes the size of the source buffer instead of the destination buffer to strncpy(), which can lead to buffer overflow when the command buffer is full but the cursor position is in the middle of the buffer. The vulnerability has been assigned a CVSS v3.1 base score of 7.8 (High) with vector string CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H (NVD).
If exploited, this vulnerability could allow an attacker with local access to cause a buffer overflow in the kernel debugger, potentially leading to arbitrary code execution or system crashes. The vulnerability requires local access and low privileges to exploit (NVD).
The vulnerability has been fixed by replacing the problematic strncpy() calls with memmove()/memcpy() calls and adding explicit boundary checks to ensure sufficient space before moving characters. The fix has been implemented across multiple Linux kernel versions. Users should update to the patched versions of their respective kernel releases (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."