Cyber Resilience

CVE-2024-41570

CriticalPublic PoC

Published: 12 August 2024

Published
12 August 2024
Modified
29 August 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.7407 98.9th percentile
Risk Priority 64 60% EPSS · 20% KEV · 20% CVSS

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

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

havocframework
havoc
all versions

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.

addresses: CWE-918

Penetration testing attempts server-side requests to internal resources, identifying SSRF weaknesses for remediation.

addresses: CWE-918

Outbound connections to external resources can be monitored and limited at the boundary, reducing SSRF impact.

addresses: CWE-918

Validates server-side URLs and resource references to block SSRF attempts.

addresses: CWE-918

Detects server-side request forgery through monitoring of unexpected outbound connections.

References