
Cloud Vulnerability DB
A community-led vulnerabilities database
A use-after-free (UAF) vulnerability was discovered in the Linux kernel's peak_pci driver module. The vulnerability (CVE-2021-47456) occurs when removing the peek_pci module, where referencing the 'chan' variable after releasing 'dev' leads to a use-after-free condition (NVD, Kernel Commit).
The vulnerability exists in the peak_pci_remove() function of the Linux kernel's CAN (Controller Area Network) subsystem. When removing the peak_pci module, the code incorrectly releases the 'dev' resource before accessing the 'chan' variable, leading to a use-after-free condition. This was confirmed through KASAN (Kernel Address Sanitizer) which detected the issue during module removal operations (Kernel Commit). The vulnerability has been assigned a CVSS v3.1 base score of 8.4 (HIGH) with vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H (NVD).
The vulnerability could potentially lead to local privilege escalation, system crashes, or information disclosure due to the use-after-free condition in kernel memory. The high CVSS score indicates significant potential impact on system confidentiality, integrity, and availability when exploited (NVD).
The vulnerability requires local access and can be triggered during the removal of the peak_pci kernel module. No public exploits have been reported in the wild at the time of assessment (NVD).
The vulnerability has been fixed by modifying the code to release the 'dev' resource later in the execution flow. The fix has been implemented in the Linux kernel through a patch that reorders the cleanup operations in the peak_pci_remove() function (Kernel Commit).
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."