CVE-2024-41570
Published: 12 August 2024
Summary
CVE-2024-41570 is a critical-severity SSRF (CWE-918) vulnerability in Havocframework Havoc. Its CVSS base score is 9.8 (Critical).
Operationally, ranked in the top 1.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
CVE-2024-41570 is an unauthenticated server-side request forgery vulnerability in the demon callback handling of Havoc C2 version 0.7. The flaw resides in the team server component and is tracked under CWE-918, carrying a CVSS 3.1 score of 9.8.
An attacker with no credentials can submit specially crafted callback requests that cause the team server to originate arbitrary network traffic to internal or external targets. Successful exploitation grants the ability to reach systems that would otherwise be inaccessible from the attacker’s location, potentially enabling reconnaissance, service interaction, or further compromise with full impact to confidentiality, integrity, and availability.
The single reference is a technical write-up that demonstrates the SSRF vector but does not include vendor advisories or patch details. The associated EPSS score reached a peak of 0.7521, indicating substantial post-disclosure exploitation interest.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-39077
Vulnerability details
An Unauthenticated Server-Side Request Forgery (SSRF) in demon callback handling in Havoc 2 0.7 allows attackers to send arbitrary network traffic originating from the team server.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
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.
Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.
Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.
Validates server-side URLs and resource references to block SSRF attempts.
Detects server-side request forgery through monitoring of unexpected outbound connections.