VYPR

CWE-362

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

ClassDraftLikelihood: Medium

Description

The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.

Hierarchy (View 1000)

Related attack patterns (CAPEC)

CAPEC-26 · CAPEC-29

CVEs mapped to this weakness (2,608)

page 68 of 131
  • CVE-2026-28544MedMar 5, 2026
    risk 0.40cvss 6.2epss 0.00

    Race condition vulnerability in the printing module. Impact: Successful exploitation of this vulnerability may affect availability.

  • CVE-2026-23161HigFeb 14, 2026
    risk 0.40cvss 7.3epss 0.00

    In the Linux kernel, the following vulnerability has been resolved: mm/shmem, swap: fix race of truncate and swap entry split The helper for shmem swap freeing is not handling the order of swap entries correctly. It uses xa_cmpxchg_irq to erase the swap entry, but it gets the…

  • CVE-2025-38687HigSep 4, 2025
    risk 0.40cvss 7.3epss 0.00

    In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still…

  • CVE-2025-49456MedAug 12, 2025
    risk 0.40cvss 6.2epss 0.00

    Race condition in the installer for certain Zoom Clients for Windows may allow an unauthenticated user to impact application integrity via local access.

  • CVE-2025-30394MedMay 13, 2025
    risk 0.40cvss 5.9epss 0.30

    Sensitive data storage in improperly locked memory in Remote Desktop Gateway Service allows an unauthorized attacker to deny service over a network.

  • CVE-2024-40887MedFeb 12, 2025
    risk 0.40cvss 6.1epss 0.00

    Race condition in some Intel(R) PROSet/Wireless WiFi and Killerâ„¢ WiFi software for Windows before version 23.80 may allow an unauthenticated user to potentially enable denial of service via adjacent access.

  • CVE-2025-21278MedJan 14, 2025
    risk 0.40cvss 6.2epss 0.01

    Windows Remote Desktop Gateway (RD Gateway) Denial of Service Vulnerability

  • CVE-2024-54122MedDec 12, 2024
    risk 0.40cvss 6.2epss 0.00

    Concurrent variable access vulnerability in the ability module Impact: Successful exploitation of this vulnerability may affect availability.

  • CVE-2024-54102MedDec 12, 2024
    risk 0.40cvss 6.1epss 0.00

    Race condition vulnerability in the DDR module Impact: Successful exploitation of this vulnerability may affect service confidentiality.

  • CVE-2024-51515MedNov 5, 2024
    risk 0.40cvss 6.2epss 0.00

    Race condition vulnerability in the kernel network module Impact:Successful exploitation of this vulnerability may affect availability.

  • CVE-2024-35899HigMay 19, 2024
    risk 0.40cvss 7.3epss 0.00

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: flush pending destroy work before exit_net release Similar to 2c9f0293280e ("netfilter: nf_tables: flush pending destroy work before netlink notifier") to address a race between exit_net…

  • CVE-2023-47111HigNov 8, 2023
    risk 0.40cvss 7.3epss 0.01

    ZITADEL provides identity infrastructure. ZITADEL provides administrators the possibility to define a `Lockout Policy` with a maximum amount of failed password check attempts. On every failed password check, the amount of failed checks is compared against the configured maximum.…

  • CVE-2019-3016MedJan 31, 2020
    risk 0.40cvss 6.2epss 0.01

    In a Linux KVM guest that has PV TLB enabled, a process in the guest kernel may be able to read memory locations from another process in the same guest. This problem is limit to the host running linux kernel 4.10 with a guest running linux kernel 4.16 or later. The problem…

  • CVE-2019-3837MedApr 11, 2019
    risk 0.40cvss 6.1epss 0.00

    It was found that the net_dma code in tcp_recvmsg() in the 2.6.32 kernel as shipped in RHEL6 is thread-unsafe. So an unprivileged multi-threaded userspace application calling recvmsg() for the same network socket in parallel executed on ioatdma-enabled hardware with net_dma…

  • CVE-2018-0480MedOct 5, 2018
    risk 0.40cvss 6.1epss 0.01

    A vulnerability in the errdisable per VLAN feature of Cisco IOS XE Software could allow an unauthenticated, adjacent attacker to cause the device to crash, leading to a denial of service (DoS) condition. The vulnerability is due to a race condition that occurs when the VLAN and…

  • CVE-2016-0764MedJul 17, 2017
    risk 0.40cvss 6.2epss 0.00

    Race condition in Network Manager before 1.0.12 as packaged in Red Hat Enterprise Linux Desktop 7, Red Hat Enterprise Linux HPC Node 7, Red Hat Enterprise Linux Server 7, and Red Hat Enterprise Linux Workstation 7 allows local users to obtain sensitive connection information by…

  • CVE-2026-70640HigAug 6, 2026
    risk 0.39cvss 7.0epss 0.00

    llama.cpp builds b1886 through b7445 contain a race condition use-after-free vulnerability in the LLaMA-Android JNI wrapper where bench_1model() and free_1context() lack synchronization, allowing Thread A to operate on freed memory while Thread B concurrently frees the…

  • CVE-2026-33872HigMar 27, 2026
    risk 0.39cvss epss 0.00

    elixir-nodejs provides an Elixir API for calling Node.js functions. A vulnerability in versions prior to 3.1.4 results in Cross-User Data Leakage or Information Disclosure due to a race condition in the worker protocol. The lack of request-response correlation creates a "stale…

  • CVE-2026-26074HigMar 26, 2026
    risk 0.39cvss 7.0epss 0.00

    EVerest is an EV charging software stack. Versions prior to 2026.02.0 have a data race leading to possible `std::map<std::queue>` corruption. The trigger is CSMS GetLog/UpdateFirmware request (network) with an EVSE fault event (physical). This results in TSAN reports concurrent…

  • CVE-2026-23294HigMar 25, 2026
    risk 0.39cvss 7.0epss 0.00

    In the Linux kernel, the following vulnerability has been resolved: bpf: Fix race in devmap on PREEMPT_RT On PREEMPT_RT kernels, the per-CPU xdp_dev_bulk_queue (bq) can be accessed concurrently by multiple preemptible tasks on the same CPU. The original code assumes…