Cyber Resilience

CVE-2023-1993

DoS in Fedoraproject Fedora 36 … 38

Public PoCDoS
Published
12 April 2023
Modified
03 November 2025
Patch / advisory
CVSS Score v3.1 6.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
EPSS Score 0.041 90th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2023-1993 is a medium-severity Excessive Iteration (CWE-834) vulnerability in Fedoraproject Fedora. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked in the top 10% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability Data

LISP dissector large loop in Wireshark 4.0.0 to 4.0.4 and 3.6.0 to 3.6.12 allows denial of service via packet injection or crafted capture file

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.003 Application Exhaustion Flood Impact
Adversaries may target resource intensive features of applications to cause a denial of service (DoS), denying availability to those applications.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-1992Same product: Debian Debian Linux
CVE-2023-1994Same product: Debian Debian Linux
CVE-2023-0411Same product: Wireshark Wireshark
CVE-2023-2952Same product: Debian Debian Linux
CVE-2024-4854Same product: Fedoraproject Fedora
CVE-2023-2879Same product: Debian Debian Linux
CVE-2023-29407Same product: Fedoraproject Fedora
CVE-2023-36053Same product: Debian Debian Linux
CVE-2023-28755Same product: Debian Debian Linux
CVE-2023-33460Same product: Debian Debian Linux

Affected Assets

wireshark
wireshark
3.6.0 — 3.6.13 · 4.0.0 — 4.0.5
debian
debian linux
10.0, 12.0
fedoraproject
fedora
36, 37, 38

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)

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 mostly match
prevents

Secure SDLC practices directly prevent unbounded loops via code review, static analysis, and testing.

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 can detect excessive iteration through stress and fuzz testing.

prevents

Secure development lifecycle requires input validation and loop bounds, directly limiting excessive iteration.

prevents

Application security requirements include resource-consumption limits that prevent unbounded loops.

prevents

Secure architecture principles mandate defensive coding patterns such as loop termination checks.

prevents

Secure coding standards explicitly forbid unbounded loops and require explicit iteration limits.

References