
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-44951 affects the Linux kernel's serial driver (sc16is7xx). The vulnerability was discovered when a packet received on channel A could corrupt the TX buffer data on channel B, leading to data transmission issues. This issue was introduced after a change in the EFR (Enhanced Feature Register) locking mechanism that modified it to operate on each channel instead of chip-wise (NVD).
The vulnerability stems from a regression introduced by commit 4409df5866b7 which changed the EFR locking mechanism. The EFR lock was being used not only to protect EFR registers access but also to protect access to the data buffer shared by TX and RX handlers across multiple channels. The issue manifests when a packet is received on channel A simultaneously as a packet is about to be transmitted on channel B, resulting in channel A's received packet being transmitted on channel B. 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 (NVD).
The vulnerability can lead to data corruption in the transmission buffer, causing packets received on one channel to be incorrectly transmitted on another channel. This can result in data integrity issues and potential information leakage between different communication channels (Kernel Patch).
The vulnerability has been fixed by implementing two key changes: switching to kfifooutlinearptr() in sc16is7xxhandle_tx() to eliminate the need for a shared Rx/Tx buffer, and replacing the chip-wise Rx buffer with separate Rx buffers for each channel. Users should update to the patched kernel version (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."