CVE-2025-22601
Published: 04 February 2025
Summary
CVE-2025-22601 is a low-severity Path Traversal (CWE-22) vulnerability in Discourse Discourse. Its CVSS base score is 3.1 (Low).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 43.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-2876
Vulnerability details
Discourse is an open source platform for community discussion. In affected versions an attacker can trick a target user to make changes to their own username via carefully crafted link using the `activate-account` route. This problem has been patched in…
more
the latest version of Discourse. Users are advised to upgrade. There are no known workarounds for this vulnerability.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The client-side path traversal vulnerability in Discourse's activate-account route enables attackers to craft malicious links that trick targeted users into modifying their own usernames, exploiting a public-facing web application (T1190), facilitating spearphishing via links (T1566.002), and achieving account manipulation (T1098).
Affected Assets
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.
Validates pathnames and filenames to prevent traversal outside intended directories.