
Cloud Vulnerability DB
A community-led vulnerabilities database
A race condition vulnerability was discovered in the Linux kernel through version 6.0.9, specifically in the drivers/media/dvb-core/dvbnet.c file. The vulnerability (CVE-2022-45886) involves a race condition between the .disconnect function and dvbdevice_open function, which can lead to a use-after-free condition (Ubuntu Security, NVD).
The vulnerability occurs when there is a race condition between the .disconnect function (called during device disconnection) and the dvbdeviceopen() function (called when the device node is opened). The root cause is the implementation of dvbdeviceopen() function, which lacks a conditional statement to check 'dvbnet->exit'. This can result in use-after-free vulnerabilities when the device is disconnected while being accessed (Linux Kernel Patch).
The vulnerability has been assigned a CVSS v3.1 base score of 7.0 (High), indicating significant potential impact. When successfully exploited, this vulnerability could lead to a denial of service (system crash) or possibly allow arbitrary code execution. However, the attack requires physical proximity to the affected system (NetApp Security).
The vulnerability has been fixed in various Linux kernel versions through patches that add 'removemutex' to protect 'dvbnet->exit' and implement a lockeddvbnetopen() function to check 'dvbnet->exit'. The fix has been incorporated into multiple distribution releases, including Ubuntu 23.04 (kernel 6.2.0-34.34), Ubuntu 22.04 LTS (kernel 5.15.0-83.92), and Ubuntu 20.04 LTS (kernel 5.4.0-162.179) (Ubuntu Security).
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."