Vulnerability Description
ApostropheCMS is an open-source Node.js content management system. Versions up to and including 4.29.0 have a password reset flow that constructs the reset URL using `req.hostname`, which is derived directly from the attacker-controlled HTTP `Host` header when `apos.baseUrl` is not explicitly configured. An unauthenticated attacker who knows a victim's email address can send a crafted reset request that causes the application to email the victim a reset link pointing to the attacker's domain. When the victim clicks the link, the valid reset token is delivered to the attacker, enabling full account takeover. As of time of publication, no known patched versions are available.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-gf43-24g3-5
- https://github.com/apostrophecms/apostrophe/security/advisories/GHSA-gf43-24g3-5
FAQ
What is CVE-2026-45013?
CVE-2026-45013 is a vulnerability with a CVSS score of 8.1 (HIGH). ApostropheCMS is an open-source Node.js content management system. Versions up to and including 4.29.0 have a password reset flow that constructs the reset URL using `req.hostname`, which is derived d...
How severe is CVE-2026-45013?
CVE-2026-45013 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45013?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.