
Cloud Vulnerability DB
A community-led vulnerabilities database
A race condition vulnerability was discovered in the Linux kernel through version 6.0.6, specifically in the drivers/char/pcmcia/cm4040_cs.c file. The vulnerability (CVE-2022-44033) involves a race condition between cm4040_open() and reader_detach() functions, which can result in a use-after-free condition if a physically proximate attacker removes a PCMCIA device while calling open() (NVD, CVE).
The vulnerability occurs due to a race condition between the cm4040_open() and reader_detach() functions. In the cm4040_cs.c driver, if link->open is set to 1 in cm4040_open(), and a race condition occurs with reader_detach(), the link->open check can be bypassed. This leads to a use-after-free vulnerability when the device is accessed after being freed. The vulnerability has been assigned a CVSS v3.1 Base Score of 6.4 (Medium) with vector: CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H (NVD).
If successfully exploited, this vulnerability could allow an attacker with physical access to the device to potentially cause a system crash or execute arbitrary code through a use-after-free condition. The impact is limited by the requirement of physical access to the PCMCIA device (Kernel Patch).
The ultimate mitigation for this vulnerability was the complete removal of the affected PCMCIA drivers from the Linux kernel. This decision was made because these char PCMCIA drivers were found to be buggy and received only minimal maintenance. The removal was implemented through a kernel patch that removed all the affected drivers (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."