Skip to main content

usememos memos CVE-2026-51583

| EUVDEUVD-2026-56176 HIGH
Server-Side Request Forgery (SSRF) (CWE-918)
2026-08-11 mitre GHSA-qmhr-x227-7hgf
8.5
CVSS 3.1 · Vendor: mitre
Share

Severity by source

Vendor (mitre) PRIMARY
8.5 HIGH
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
vuln.today AI
8.5 HIGH

Network-delivered SSRF requiring authenticated low-privilege account; scope changes to internal systems justify S:C and C:H with I:L for potential state-altering internal requests.

3.1 AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N/SC:H/SI:L/SA:N

Primary rating from Vendor (mitre).

CVSS VectorVendor: mitre

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
Low
Availability
None

Lifecycle Timeline

4
Analysis Generated
Aug 12, 2026 - 19:24 vuln.today
CVSS changed
Aug 12, 2026 - 19:22 NVD
8.5 (HIGH)
CVE Published
Aug 11, 2026 - 00:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 11, 2026 - 00:00 cve.org
HIGH 8.5

DescriptionCVE.org

An issue in usememos through v0.30.0 allows a remote authenticated attacker to perform Server-Side Request Forgery (SSRF) via the Webhook validation mechanism in internal/webhook/validate.go, by setting a webhook target to an internal address.

AnalysisAI

Server-Side Request Forgery in usememos/memos through v0.30.0 allows authenticated users to redirect server-side HTTP requests to arbitrary internal network addresses by configuring a malicious webhook target URL. The CVSS S:C (Scope Changed) rating reflects that exploitation breaks the application boundary, enabling access to internal infrastructure such as cloud metadata endpoints, internal APIs, or RFC1918-addressed services. A publicly available proof-of-concept exists via GitHub gist; however, EPSS remains low at 0.22% (13th percentile), indicating limited observed exploitation in the wild at time of analysis despite the high CVSS score of 8.5.

Technical ContextAI

The vulnerability resides in the webhook validation logic within internal/webhook/validate.go of the memos application (github.com/usememos/memos). Memos is a self-hosted, open-source note-taking service. When a user configures a webhook, the application issues outbound HTTP requests to the configured target URL - but the validation routine fails to restrict or sanitize destination addresses, permitting internal IP ranges (e.g., 127.0.0.1, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) or link-local addresses (e.g., 169.254.169.254 for cloud instance metadata). CWE-918 (Server-Side Request Forgery) describes this root cause class: user-controlled input dictates which URLs the server fetches, bypassing intended network access controls. The CVSS vector AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N confirms network delivery, low attack complexity, and scope change to systems beyond the memos application itself. CPE data in NVD is listed as n/a, indicating NVD has not yet populated specific platform identifiers for this product.

RemediationAI

No vendor-released patched version has been confirmed from the available reference data; the fix status should be verified directly against the upstream repository at https://github.com/usememos/memos for commits or releases beyond v0.30.0. If an upgrade is not immediately available, operators can apply compensating controls: restrict outbound HTTP requests from the memos host at the network layer by blocking RFC1918 ranges and link-local addresses (e.g., 169.254.169.254) via firewall or iptables rules - note this will not block DNS rebinding attacks without additional SSRF-safe HTTP client configuration. Disabling the webhook feature entirely via application configuration, if supported, eliminates the attack surface with no functional trade-off for users who do not rely on webhooks. In cloud environments, enforce IMDSv2 (requiring session-based token authentication) to reduce metadata exposure even if SSRF is achieved. Restrict webhook creation permissions to administrative roles only as an additional access control boundary.

More in N A

View all
CVE-2024-51092 CRITICAL POC
9.1 May 08

LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr

CVE-2025-15684 MEDIUM POC
5.5 Aug 12

Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han

CVE-2024-45257 HIGH POC
7.3 May 08

A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi

CVE-2025-15687 LOW POC
2.1 Aug 12

Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc

CVE-2025-15686 LOW POC
2.1 Aug 12

Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula

CVE-2025-67888 HIGH POC
7.3 May 08

Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root

CVE-2024-53326 HIGH POC
7.3 May 08

LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(

CVE-2026-38360 CRITICAL POC
9.8 May 08

Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti

CVE-2026-30623 CRITICAL POC
9.8 Jul 15

Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr

CVE-2026-67917 CRITICAL POC
9.8 Aug 17

SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg

CVE-2026-75337 CRITICAL POC
9.8 Aug 27

Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ

CVE-2026-31072 CRITICAL POC
9.8 May 19

Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali

Share

CVE-2026-51583 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy