VYPR

CWE-414

Missing Lock Check

BaseDraft

Description

A product does not check to see if a lock is present before performing sensitive operations on a resource.

Hierarchy (View 1000)

Parents

Children

none

CVEs mapped to this weakness (3)

  • CVE-2025-54510MedApr 16, 2026
    risk 0.38cvss epss 0.00

    A missing lock verification in AMD Secure Processor (ASP) firmware may permit a locally authenticated attacker with administrative privileges to alter MMIO routing on some Zen 5-based products, potentially compromising guest system integrity.

  • CVE-2023-5447MedMay 14, 2024
    risk 0.36cvss 5.5epss 0.00

    Missing lock check in SynHsaService may create a use-after-free condition which causes abnormal termination of the service, resulting in denial of service for the Synaptics Hardware Support App.

  • CVE-2026-54906lowJun 19, 2026
    risk 0.00cvss epss 0.00

    ### Summary `Concurrent::ReadWriteLock#release_write_lock` does not verify that the calling thread acquired the write lock. Any thread with access to the lock object can release an active write lock held by another thread. A second writer can then enter its critical section…