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

DATE CVE VULNERABILITY TITLE RISK
2024-03-13 CVE-2024-27102 Race Condition vulnerability in Pterodactyl Wings
Wings is the server control plane for Pterodactyl Panel.
network
high complexity
pterodactyl CWE-362
8.5
2024-03-13 CVE-2023-52608 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Check mailbox/SMT channel for consistency On reception of a completion interrupt the shared memory area is accessed to retrieve the message header at first and then, if the message sequence number identifies a transaction which is still pending, the related payload is fetched too. When an SCMI command times out the channel ownership remains with the platform until eventually a late reply is received and, as a consequence, any further transmission attempt remains pending, waiting for the channel to be relinquished by the platform. Once that late reply is received the channel ownership is given back to the agent and any pending request is then allowed to proceed and overwrite the SMT area of the just delivered late reply; then the wait for the reply to the new request starts. It has been observed that the spurious IRQ related to the late reply can be wrongly associated with the freshly enqueued request: when that happens the SCMI stack in-flight lookup procedure is fooled by the fact that the message header now present in the SMT area is related to the new pending transaction, even though the real reply has still to arrive. This race-condition on the A2P channel can be detected by looking at the channel status bits: a genuine reply from the platform will have set the channel free bit before triggering the completion IRQ. Add a consistency check to validate such condition in the A2P ISR.
local
high complexity
linux CWE-362
4.7
2024-03-11 CVE-2023-52489 Race Condition vulnerability in multiple products
In the Linux kernel, the following vulnerability has been resolved: mm/sparsemem: fix race in accessing memory_section->usage The below race is observed on a PFN which falls into the device memory region with the system memory configuration where PFN's are such that [ZONE_NORMAL ZONE_DEVICE ZONE_NORMAL].
local
high complexity
linux debian CWE-362
4.7
2024-03-11 CVE-2024-26617 Race Condition vulnerability in Linux Kernel 6.7/6.7.1/6.7.2
In the Linux kernel, the following vulnerability has been resolved: fs/proc/task_mmu: move mmu notification mechanism inside mm lock Move mmu notification mechanism inside mm lock to prevent race condition in other components which depend on it.
local
high complexity
linux CWE-362
7.0
2024-03-08 CVE-2024-23235 Race Condition vulnerability in Apple products
A race condition was addressed with additional validation.
local
high complexity
apple CWE-362
4.7
2024-03-08 CVE-2024-23239 Race Condition vulnerability in Apple products
A race condition was addressed with improved state handling.
local
high complexity
apple CWE-362
4.7
2024-03-08 CVE-2024-23275 Race Condition vulnerability in Apple Macos
A race condition was addressed with additional validation.
local
high complexity
apple CWE-362
4.7
2024-03-06 CVE-2023-52586 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering the vblank irq callback. v4: -Removed vblank_ctl_lock from dpu_encoder_virt, so it is only a parameter of dpu_encoder_phys. -Switch from atomic refcnt to a simple int counter as mutex has now been added v3: Mistakenly did not change wording in last version.
local
high complexity
linux CWE-362
7.0
2024-03-06 CVE-2023-52589 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ disable race issue In rkisp1_isp_stop() and rkisp1_csi_disable() the driver masks the interrupts and then apparently assumes that the interrupt handler won't be running, and proceeds in the stop procedure.
local
high complexity
linux CWE-362
4.7
2024-03-02 CVE-2023-52517 Race Condition vulnerability in Linux Kernel
In the Linux kernel, the following vulnerability has been resolved: spi: sun6i: fix race between DMA RX transfer completion and RX FIFO drain Previously the transfer complete IRQ immediately drained to RX FIFO to read any data remaining in FIFO to the RX buffer.
local
high complexity
linux CWE-362
7.0