Cyber Resilience

CVE-2024-23342

Tlsfuzzer Ecdsa ≤ 0.18.0

Public PoC
Published
23 January 2024
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 7.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0098 59th percentile
Risk Priority 57 floored blend · peak EPSS

Summary

CVE-2024-23342 is a high-severity Observable Discrepancy (CWE-203) vulnerability in Tlsfuzzer Ecdsa. Its CVSS base score is 7.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Password Guessing (T1110.001); ranked in the top 41% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to IA-6 (Authentication Feedback) and SA-11 (Developer Testing and Evaluation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

The `ecdsa` PyPI package is a pure Python implementation of ECC (Elliptic Curve Cryptography) with support for ECDSA (Elliptic Curve Digital Signature Algorithm), EdDSA (Edwards-curve Digital Signature Algorithm) and ECDH (Elliptic Curve Diffie-Hellman). Versions 0.18.0 and prior are vulnerable to…

more

the Minerva attack. As of time of publication, no known patched version exists.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1110.001 Password Guessing Credential Access
Adversaries with no prior knowledge of legitimate credentials within the system or environment may guess passwords to attempt access to accounts.
T1001 Data Obfuscation Command And Control
Adversaries may obfuscate command and control traffic to make it more difficult to detect.
T1087 Account Discovery Discovery
Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment.
T1087.001 Local Account Discovery
Adversaries may attempt to get a listing of local system accounts.
T1087.002 Domain Account Discovery
Adversaries may attempt to get a listing of domain accounts.
T1087.003 Email Account Discovery
Adversaries may attempt to get a listing of email addresses and accounts.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-33936Same product: Tlsfuzzer Ecdsa
CVE-2025-29780Shared CWE-203, CWE-208
CVE-2023-40021Shared CWE-203, CWE-208
CVE-2023-25806Shared CWE-203, CWE-208
CVE-2023-1538Shared CWE-203, CWE-208
CVE-2026-45410Shared CWE-203, CWE-208
CVE-2024-56738Shared CWE-203, CWE-208
CVE-2026-23849Shared CWE-203, CWE-208
CVE-2024-36405Shared CWE-208, CWE-385
CVE-2023-32694Shared CWE-203, CWE-208

Affected Assets

tlsfuzzer
ecdsa
≤ 0.18.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 1 hardening rule · 1 OS baseline
Validate
Prove the fix (OWASP ASVS)
  • V11.2.4

Mitigating Controls (NIST 800-53 r5) AI

Obscures authentication feedback so that success/failure differences are not observable to attackers.

Developer testing can include timing analysis or side-channel test cases that reveal observable timing discrepancies.

Covert channel analysis directly identifies timing channels that could leak information.

Requires error messages to avoid revealing exploitable details, directly stopping observable response discrepancies.

Engineering principles can mandate constant-time algorithms and side-channel resistance so timing discrepancies are never introduced.

Requiring approved cryptographic modules and algorithms implicitly demands implementations free of observable timing leaks.

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 observable response discrepancies via consistent error handling and timing.

DE.CM-09 partial match
prevents

Runtime monitoring of hardware/software behavior can detect anomalous timing patterns that indicate covert channels.

ID.RA-01 partial match
prevents

Vulnerability identification processes can surface timing-channel weaknesses during design or code analysis.

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.

A.8.15 Logging partial match
degrades

Detailed logging can reveal timing anomalies but does not prevent covert timing channels.

finds

Continuous monitoring may detect timing-based exfiltration but does not eliminate the channel itself.

mitigates

Network segmentation reduces attack surface but does not address intra-process timing channels.

mitigates

Network segregation limits external timing observation but not internal covert timing.

prevents

Secure architecture principles can include timing-channel countermeasures but are not specific.

prevents

Secure coding guidelines may recommend constant-time algorithms but coverage is not guaranteed.

References