Vulnerabilities > Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

DATE CVE VULNERABILITY TITLE RISK
2025-02-26 CVE-2022-49633 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctl_icmp_echo_enable_probe. While reading sysctl_icmp_echo_enable_probe, it can be changed concurrently.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49634 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data-races in proc_dou8vec_minmax(). A sysctl variable is accessed concurrently, and there is always a chance of data-race.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49637 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix a data-race around sysctl_fib_sync_mem. While reading sysctl_fib_sync_mem, it can be changed concurrently. So, we need to add READ_ONCE() to avoid a data-race.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49638 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctl. While reading icmp sysctl variables, they can be changed concurrently. So, we need to add READ_ONCE() to avoid data-races.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49639 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: cipso: Fix data-races around sysctl. While reading cipso sysctl variables, they can be changed concurrently. So, we need to add READ_ONCE() to avoid data-races.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49640 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in proc_douintvec_minmax(). A sysctl variable is accessed concurrently, and there is always a chance of data-race.
local
high complexity
linux CWE-362
4.7
2025-02-26 CVE-2022-49641 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in proc_douintvec(). A sysctl variable is accessed concurrently, and there is always a chance of data-race.
local
high complexity
linux CWE-362
4.7
2025-02-10 CVE-2025-21688 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Assign job pointer to NULL before signaling the fence In commit e4b5ccd392b9 ("drm/v3d: Ensure job pointer is set to NULL after job completion"), we introduced a change to assign the job pointer to NULL after completing a job, indicating job completion. However, this approach created a race condition between the DRM scheduler workqueue and the IRQ execution thread.
local
high complexity
linux CWE-362
4.7
2025-01-27 CVE-2025-24094 Race Condition vulnerability in Apple Macos
A race condition was addressed with additional validation.
local
high complexity
apple CWE-362
4.7
2025-01-15 CVE-2025-21101 Race Condition vulnerability in Dell Display Manager
Dell Display Manager, versions prior to 2.3.2.20, contain a race condition vulnerability. A local malicious user could potentially exploit this vulnerability during installation, leading to arbitrary folder or file deletion.
local
high complexity
dell CWE-362
6.3