Cyber Resilience

CVE-2024-29028

MediumPublic PoC

Published: 19 April 2024

Published
19 April 2024
Modified
07 July 2025
KEV Added
Patch
CVSS Score v3.1 5.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
EPSS Score 0.0606 90.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-29028 is a medium-severity SSRF (CWE-918) vulnerability in Usememos Memos. Its CVSS base score is 5.8 (Medium).

Operationally, ranked in the top 9.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-29028 is a server-side request forgery vulnerability in the memos note-taking service, specifically affecting version 0.13.2 at the /o/get/httpmeta endpoint. The flaw permits unauthenticated network requests that can reach internal hosts and return limited HTML metadata in JSON format, corresponding to CWE-918 with a CVSS 3.1 score of 5.8.

An attacker with no credentials can send crafted requests to the endpoint and use the responses to enumerate internal network resources, obtaining partial content from otherwise unreachable systems. Because the attack requires no authentication or user interaction and crosses trust boundaries, it enables reconnaissance that could support further targeted exploitation inside the affected environment.

The referenced GitHub Security Lab advisory and the fixing commit in memos 0.16.1 indicate that the issue was resolved by updating request handling logic to prevent unauthorized outbound fetches from the endpoint.

EPSS scores for the CVE reached a peak of 0.0801 after disclosure before settling at the current value of 0.0606, indicating measurable post-publication interest in exploitation.

EU & UK References

Vulnerability details

memos is a privacy-first, lightweight note-taking service. In memos 0.13.2, an SSRF vulnerability exists at the /o/get/httpmeta that allows unauthenticated users to enumerate the internal network and receive limited html values in json form. This vulnerability is fixed in 0.16.1.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

usememos
memos
0.13.2 — 0.16.1

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