VYPR

CWE-833

Deadlock

BaseIncomplete

Description

The product contains multiple threads or executable segments that are waiting for each other to release a necessary lock, resulting in deadlock.

Hierarchy (View 1000)

Parents

Children

none

Related attack patterns (CAPEC)

CAPEC-25

CVEs mapped to this weakness (25)

page 2 of 2
  • CVE-2023-42441MedSep 18, 2023
    risk 0.27cvss 5.3epss 0.00

    Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine (EVM). Starting in version 0.2.9 and prior to version 0.3.10, locks of the type `@nonreentrant("")` or `@nonreentrant('')` do not produce reentrancy checks at runtime. This issue is fixed in version…

  • CVE-2023-3436LowJun 27, 2023
    risk 0.21cvss 3.3epss 0.00

    Xpdf 4.04 will deadlock on a PDF object stream whose "Length" field is itself in another object stream.

  • CVE-2024-0641MedJan 17, 2024
    risk 0.00cvss 5.5epss 0.00

    A denial of service vulnerability was found in tipc_crypto_key_revoke in net/tipc/crypto.c in the Linux kernel’s TIPC subsystem. This flaw allows guests with local user privileges to trigger a deadlock and potentially crash the system.

  • CVE-2023-0160MedJul 18, 2023
    risk 0.00cvss 4.7epss 0.00

    A deadlock flaw was found in the Linux kernel’s BPF subsystem. This flaw allows a local user to potentially crash the system.

  • CVE-2023-31084MedApr 24, 2023
    risk 0.00cvss 5.5epss 0.00

    An issue was discovered in drivers/media/dvb-core/dvb_frontend.c in the Linux kernel 6.2. There is a blocking operation when a task is in !TASK_RUNNING. In dvb_frontend_get_event, wait_event_interruptible is called; the condition is dvb_frontend_test_event(fepriv,events). In…