Cyber Resilience

CVE-2023-31084

Debian Linux 10.0 … 12.0

Published
24 April 2023
Modified
18 March 2025
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0041 34th percentile
Risk Priority 43 floored blend · peak EPSS

Summary

CVE-2023-31084 is a medium-severity Deadlock (CWE-833) vulnerability in Debian Debian Linux. Its CVSS base score is 5.5 (Medium).

Operationally, ranked at the 34th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

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 dvb_frontend_test_event, down(&fepriv->sem) is called. However, wait_event_interruptible would put…

more

the process to sleep, and down(&fepriv->sem) may block the process.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-35001Same product: Debian Debian Linux
CVE-2023-2269Same product: Debian Debian Linux
CVE-2023-3212Same product: Debian Debian Linux
CVE-2023-4004Same product: Debian Debian Linux
CVE-2023-3338Same product: Debian Debian Linux
CVE-2023-23559Same product: Debian Debian Linux
CVE-2023-28466Same product: Debian Debian Linux
CVE-2023-1989Same product: Debian Debian Linux
CVE-2023-3141Same product: Debian Debian Linux
CVE-2023-45862Same product: Linux Linux Kernel

Affected Assets

linux
linux kernel
6.2
fedoraproject
fedora
37, 38
debian
debian linux
10.0, 11.0, 12.0
netapp
h410c firmware
all versions

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V15.4.3

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-833

Advance scheduling and deconfliction of security tasks lowers the chance that overlapping operations will produce deadlock conditions on shared resources.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 partial match
prevents

Secure SDLC practices can include concurrency analysis and lock discipline to avoid deadlock conditions.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect deadlock conditions through stress and concurrency testing.

prevents

Secure development lifecycle requires deadlock analysis and avoidance techniques during design and coding.

prevents

Secure system architecture principles include concurrency controls and resource-locking discipline that prevent deadlock.

prevents

Secure coding standards mandate safe lock ordering, timeouts, and deadlock detection patterns.

none

Change management may catch deadlock-related defects during reviews but does not directly address concurrency design.

References