CWE-362: CWE-362
Yearly Trend
Top Affected Vendors
All CWE-362 CVEs (469)
A race condition vulnerability in macOS allows malicious applications to escape their sandbox restrictions. This affects macOS Ventura, Sonoma, and Se...
Jul 30, 2025A race condition vulnerability in macOS SMB client allows attackers to cause system termination (kernel panic) by mounting a malicious SMB share. This...
Mar 31, 2025This vulnerability allows a remote attacker to cause unexpected app termination or execute arbitrary code on affected Apple devices. It affects macOS,...
May 8, 2023A race condition in crossbeam-deque Rust library versions before 0.7.4 and 0.8.0 allows tasks in worker queues to be popped twice while other tasks ar...
Aug 2, 2021This CVE describes a race condition vulnerability in Apple operating systems that allows shortcuts to bypass sandbox restrictions through improper han...
Feb 11, 2026CVE-2023-32250 is a race condition vulnerability in the Linux kernel's ksmbd SMB server that allows attackers to execute arbitrary code with kernel pr...
Jul 10, 2023CVE-2025-66419 is a sandbox escape vulnerability in MaxKB's tool module that allows attackers to escalate privileges under concurrent conditions. This...
Dec 11, 2025CVE-2025-66446 is a privilege escalation vulnerability in MaxKB AI assistant where improper file permissions allow attackers to overwrite critical sys...
Dec 11, 2025A race condition vulnerability in Chrome's V8 JavaScript engine allows remote attackers to potentially exploit heap corruption via a crafted HTML page...
Nov 10, 2025A race condition vulnerability in Chrome's V8 JavaScript engine allows remote attackers to execute arbitrary code within the browser's sandbox by tric...
Aug 13, 2025A race condition vulnerability in WWBN AVideo's aVideoEncoder.json.php unzip functionality allows attackers to execute arbitrary code through speciall...
Jul 24, 2025This CVE describes a data race vulnerability in Google Chrome's audio component that could allow heap corruption. A remote attacker could exploit this...
Mar 9, 2021This CVE describes a race condition vulnerability in BuildKit where two malicious build steps running in parallel with shared cache mounts could allow...
Jan 31, 2024This vulnerability allows an authenticated attacker on a guest virtual machine to execute arbitrary code on the Hyper-V host. It affects Windows syste...
Jun 15, 2022CVE-2021-30465 is a container escape vulnerability in runc that allows attackers to break out of container filesystem isolation through directory trav...
May 27, 2021This CVE describes a use-after-free concurrency vulnerability in the graphics module that could allow an attacker to cause system instability or crash...
Feb 6, 2026A race condition vulnerability in the video framework module allows attackers to cause denial of service by exploiting multi-threading timing issues. ...
Jan 14, 2026A race condition vulnerability in the card framework module allows attackers to disrupt system availability through multi-threaded exploitation. This ...
Jan 14, 2026A race condition vulnerability in Okta Java Management SDK versions 11.0.0 through 20.0.0 allows concurrent API requests to interfere with each other,...
Dec 10, 2025A race condition vulnerability in Huawei network management modules allows attackers to cause denial-of-service conditions by exploiting multi-threadi...
Dec 8, 2025This CVE describes a use-after-free vulnerability in the screen recording framework module that could allow attackers to crash affected systems, poten...
Nov 28, 2025This vulnerability allows a local attacker to execute arbitrary code with Trusted Computing Base (TCB) privileges through a race condition in OpenHarm...
Aug 11, 2025This vulnerability allows a local attacker to execute arbitrary code with elevated privileges (in the Trusted Computing Base) through a race condition...
Aug 11, 2025This CVE describes a race condition vulnerability in the RGXMMUCacheInvalidate function of rgxmem.c that allows local privilege escalation to kernel l...
Jan 28, 2025A race condition vulnerability in the binder driver module of Huawei/HarmonyOS devices allows attackers to cause denial-of-service conditions. This af...
May 14, 2024This is a use-after-free vulnerability in Qualcomm's kgsl graphics driver that occurs due to a race condition when closing fence file descriptors whil...
Jun 14, 2022This vulnerability in Microsoft Edge (Chromium-based) allows attackers to execute code with elevated privileges by exploiting a race condition (CWE-36...
Jun 1, 2022This vulnerability allows attackers to cause a denial-of-service (DoS) condition in Node.js HTTP/2 servers by sending specially crafted HTTP/2 frames ...
Apr 9, 2024This CVE describes a race condition vulnerability in FreeRDP's serial channel IRP thread tracking that allows heap use-after-free. Attackers could exp...
Jan 14, 2026This vulnerability is a use-after-free flaw in Windows Message Queuing that allows unauthorized attackers to execute arbitrary code remotely over a ne...
Aug 12, 2025A race condition vulnerability in Shopware's voucher system allows attackers to bypass voucher restrictions and exceed usage limits. This affects Shop...
Aug 6, 2025A race condition vulnerability in CatoNetworks CatoClient's PrivilegedHelperTool allows attackers to escalate privileges on macOS systems. This affect...
Apr 27, 2025This vulnerability allows remote code execution on systems running vulnerable LDAP clients. An attacker could execute arbitrary code with the privileg...
Dec 12, 2024A race condition in Gradio's update_root_in_config function allows attackers to redirect frontend-backend communication to malicious servers. This cou...
Oct 10, 2024CVE-2024-7589 is a race condition vulnerability in OpenSSH's sshd on FreeBSD systems that allows unauthenticated remote attackers to potentially execu...
Aug 12, 2024This CVE describes a use-after-free vulnerability in Android's MetaDataBase.cpp due to a race condition. It allows remote attackers to escalate privil...
Dec 4, 2023This CVE describes a race condition vulnerability in AMD System Management Mode (SMM) code that could allow a local attacker with compromised user spa...
Nov 14, 2023This vulnerability is a race condition in OpenPMIx that allows attackers to gain ownership of arbitrary files when the library code runs with root pri...
Sep 9, 2023CVE-2023-32258 is a race condition vulnerability in the Linux kernel's ksmbd SMB server that allows local attackers to escalate privileges to kernel-l...
Jul 24, 2023This vulnerability allows attackers to bypass security features in ASP.NET and Visual Studio, potentially enabling unauthorized access or privilege es...
Jul 11, 2023This vulnerability allows remote attackers to execute arbitrary code on Windows systems by exploiting a flaw in the Point-to-Point Tunneling Protocol ...
Apr 27, 2023This CVE describes a race condition vulnerability in Apple operating systems that could allow an application to gain elevated privileges. The vulnerab...
Dec 23, 2021A race condition in the getaddrinfo function in Mozilla Thunderbird and Firefox on Linux systems could cause memory corruption and lead to a potential...
Aug 17, 2021This vulnerability in the tiny_future Rust crate allows data races and memory corruption when Future<T> objects are sent or shared between threads wit...
Aug 8, 2021This vulnerability in the libsbc Rust crate allows Send trait implementation for any Read type in Decoder<R>, potentially enabling data races and memo...
Aug 8, 2021This vulnerability in the beef crate for Rust allows data races when beef::Cow objects are sent between threads without proper synchronization. It aff...
Aug 8, 2021This vulnerability in the convec Rust crate allows data races and memory corruption by incorrectly marking ConVec<T> as thread-safe (Send and Sync) wh...
Aug 8, 2021This vulnerability in the v9 Rust crate allows data races due to an unconditional Sync implementation for SyncRef<T>, violating Rust's safety guarante...
Aug 8, 2021This vulnerability in the parc Rust crate allows data races and memory corruption by enabling unsafe concurrent access across threads. It affects any ...
Aug 8, 2021This vulnerability in the Rust lexer crate involves an incorrect Sync trait implementation for ReaderResult<T, E> that only requires T: Send and E: Se...
Aug 8, 2021About CWE-362 (CWE-362)
Our database tracks 469 CVEs classified as CWE-362, with 6 rated critical and 257 rated high severity. The average CVSS score for CWE-362 vulnerabilities is 6.4.
External reference: View CWE-362 on MITRE CWE →
Monitor CWE-362 Vulnerabilities
Get alerted when new CWE-362 CVEs affect your infrastructure.
Start Monitoring Free