S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
critical·Product Based Web Vulnerabilities·Updated Sep 6, 2025

CVE-2025-50738 Scanner

This scanner targets the SVG file upload endpoint in Memos, where insufficient sanitization allows attackers to inject persistent JavaScript that executes in victims' browsers.

Est. Time~10 seconds
Scan TypeSingle Scan
Targetsdomain, subdomain, ipv4
CostFree
3.3k
Times Used
continuous scan runs
4.2k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2025-50738
9.8
CVSScritical
Exploitable remotely over the internet · no authentication required.

The Memos application, up to version v0.24.3, allows for the embedding of markdown images with arbitrary URLs. When a user views a memo containing such an image, their browser automatically fetches the image URL without explicit user consent or interaction beyond viewing the memo. This can be exploited by an attacker to disclose the viewing user's IP address, browser User-Agent string, and potentially other request-specific information to the attacker-controlled server, leading to information disclosure and user tracking.

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
n/aby n/a
n/a
Updated Aug 19, 2026View on NVD →
Detail

Memos is an open-source note-taking and collaboration platform designed for developers and teams to efficiently manage, share, and retrieve information. It supports various file types, including SVG images, and is widely used for organizing resources and enhancing productivity. Its user-friendly interface and extensibility make it a popular choice for both personal and team-based projects.

The stored Cross-Site Scripting (XSS) vulnerability in Memos, identified as CVE-2025-50738, arises from inadequate sanitization of SVG files uploaded by authenticated users. When an SVG file containing malicious JavaScript is uploaded, the script is stored on the server and executed in the browser of any user who views the compromised content. This occurs because the application fails to properly escape or validate the SVG's embedded script elements.

Specifically, the vulnerability is triggered through the file upload functionality, where SVG files are accepted without stripping dangerous attributes like 'onload' or script tags. An attacker can craft an SVG file that, when rendered, executes arbitrary JavaScript in the context of the victim's session. The endpoint responsible for handling file uploads does not enforce strict content-type validation or sanitization of the SVG's XML structure.

If exploited, this vulnerability allows an attacker to steal session cookies, perform actions on behalf of the victim, deface the application, or redirect users to malicious sites. Given the CVSS score of 9.8, the impact is critical, potentially leading to full compromise of user accounts and data within the Memos environment. Immediate remediation is essential to protect users and maintain trust.

Solution Advice
  • Update Memos to the latest patched version that addresses CVE-2025-50738.
  • Implement strict file upload validation to reject or sanitize SVG files containing script elements.
  • Configure Content-Security-Policy (CSP) headers to block inline script execution and restrict script sources.
  • Apply output encoding for all user-generated content, especially SVG files, to prevent XSS.
  • Conduct regular security audits and penetration testing focusing on file upload functionalities.
  • Educate users about the risks of uploading untrusted files and encourage reporting of suspicious content.
  • Disable SVG uploads if not essential, or use a dedicated sanitization library like DOMPurify.
  • Monitor application logs for unusual file upload patterns and potential exploitation attempts.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.