
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-39509 affects the Linux kernel's HID (Human Interface Device) core subsystem. The vulnerability was discovered when Syzkaller hit a warning in the implement() function when attempting to write a value into a field of smaller size in an output report. The issue was identified in the drivers/hid/hid-core.c file (Kernel Commit).
The vulnerability exists in the implement() function of the HID core subsystem. When writing a value into a field of smaller size in an output report, the code included a superfluous WARN_ON(1) statement despite already having a warning message printed through hid_warn(). The value in question gets trimmed with 'value &= m' operation, making the additional WARN_ON unnecessary (Kernel Commit).
The vulnerability results in unnecessary warning messages being triggered in the kernel log when writing values to HID output reports. While this does not pose a direct security risk, it can lead to log spam and potentially mask other important warning messages (Kernel Commit).
This is a low-severity issue as it only affects system logging and does not present any direct security implications. The vulnerability can be triggered through normal HID device operations when writing values to output reports (Kernel Commit).
The issue has been fixed by removing the superfluous WARN_ON(1) statement while maintaining the existing hid_warn() message. The fix has been incorporated into various Linux kernel versions through backporting. Users should update to the patched kernel versions available in their respective distributions (Ubuntu Notice).
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."