Cyber Resilience

CVE-2024-36675

CriticalPublic PoC

Published: 04 June 2024

Published
04 June 2024
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.4428 97.6th percentile
Risk Priority 45 60% EPSS · 20% KEV · 20% CVSS

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

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

lylme
lylme spage
1.9.5

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