Cyber Resilience

CVE-2025-49590

Xwiki Cryptpad ≤ 2025.3.0

Public PoC
Published
18 June 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v4 2.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:L/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0028 20th percentile
Risk Priority 24 floored blend · peak EPSS

Summary

CVE-2025-49590 is a low-severity Incomplete Denylist to Cross-Site Scripting (CWE-692) vulnerability in Xwiki Cryptpad. Its CVSS base score is 2.9 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Content Injection (T1659); ranked at the 20th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

CryptPad is a collaboration suite. Prior to version 2025.3.0, the "Link Bouncer" functionality attempts to filter javascript URIs to prevent Cross-Site Scripting (XSS), however this can be bypassed. There is an "early allow" code path that happens before the URI's…

more

protocol/scheme is checked, which a maliciously crafted URI can follow. This issue has been patched in version 2025.3.0.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-49591Same product: Xwiki Cryptpad
CVE-2025-51846Same product: Xwiki Cryptpad
CVE-2023-26472Same vendor: Xwiki
CVE-2024-55663Same vendor: Xwiki
CVE-2023-22457Same vendor: Xwiki
CVE-2023-40572Same vendor: Xwiki
CVE-2023-37277Same vendor: Xwiki
CVE-2023-35158Same vendor: Xwiki
CVE-2023-48292Same vendor: Xwiki
CVE-2023-26478Same vendor: Xwiki

Affected Assets

xwiki
cryptpad
≤ 2025.3.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Input validation requires complete, allowlist-style checks that structurally eliminate reliance on incomplete XSS denylists.

Security engineering principles mandate robust sanitization and validation approaches that avoid incomplete denylist patterns.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require robust input validation and sanitization (e.g., allowlists) rather than incomplete denylists for XSS.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can discover incomplete denylists, yet the control does not mandate their replacement.

prevents

Secure-SDLC processes encourage proper input/output handling, but do not specifically address denylist shortcomings.

prevents

Application-security requirements can mandate proper output encoding, but the control itself does not prescribe the technique.

prevents

Secure-coding rules directly require allow-list or context-aware escaping instead of incomplete denylists for XSS.

References