CVE-2024-36675
Published: 04 June 2024
Summary
CVE-2024-36675 is a critical-severity SSRF (CWE-918) vulnerability in Lylme Lylme Spage. Its CVSS base score is 9.1 (Critical).
Operationally, ranked in the top 2.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
LyLme_spage version 1.9.5 contains a Server-Side Request Forgery vulnerability in the get_head function, tracked as CVE-2024-36675 and assigned CWE-918. The flaw received a CVSS 3.1 score of 9.1, reflecting network attack vector, low complexity, and no requirements for authentication or user interaction, with impacts rated high for confidentiality and integrity.
An unauthenticated remote attacker can supply crafted input to the affected function and cause the application to issue arbitrary requests to internal or external resources, enabling retrieval or manipulation of data that would otherwise be inaccessible.
The two provided references both point to the same GitHub issue thread for the project, but contain no explicit statements on patches or mitigation steps. The associated EPSS score reached a peak of 0.4940 with a current value of 0.4428; absent a documented low starting value, this does not indicate a material post-disclosure climb requiring renewed attention.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-36181
Vulnerability details
LyLme_spage v1.9.5 is vulnerable to Server-Side Request Forgery (SSRF) via the get_head function.
- 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.