Cyber Resilience

CVE-2024-58360

Public PoC
Published
16 July 2026
Modified
18 July 2026
CVSS Score v4 6.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0026 18th percentile
Risk Priority 40 floored blend · peak EPSS

Summary

CVE-2024-58360 is a medium-severity Improper Use of Validation Framework (CWE-1173) vulnerability. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 18th percentile by exploit likelihood (below the median); 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 SA-11 (Developer Testing and Evaluation) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

stoatchat versions before 0.7.8 fail to enforce account creation restrictions including invite-only mode, email verification, captcha, and shield verification. Attackers can create unlimited accounts with unverified email addresses, increasing denial-of-service risk and compromising service integrity.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-33674Shared CWE-1173
CVE-2025-3940Shared CWE-1173
CVE-2026-33454Shared CWE-1173
CVE-2025-48490Shared CWE-1173
CVE-2023-29091Shared CWE-1173
CVE-2023-30949Shared CWE-1173

Affected Assets

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)
  • V2.2.2
  • V1.3.1
  • V1.4.2
  • V15.3.7

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover incorrect or missing use of supplied validation frameworks during development.

SI-10 directly requires checking validity of inputs, which structurally prevents failure to use or misuse of a validation framework.

Requiring documented development processes and tools can mandate correct adoption of language or library validation frameworks.

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 require correct adoption of language-provided or library input-validation frameworks.

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 missing validation but does not enforce framework adoption.

prevents

Secure development life cycle mandates use of approved validation frameworks and libraries.

prevents

Application security requirements explicitly call for proper input validation mechanisms.

prevents

Secure architecture principles encourage validated input handling but do not prescribe frameworks.

prevents

Secure coding directly requires correct use of language-provided or approved validation libraries.

References