Vulnerability Description
Forgejo before 15.0.3 contains a stored cross-site scripting vulnerability that allows authenticated attackers to execute arbitrary JavaScript in other users' browsers by setting a full name containing an HTML payload and triggering an Actions run. When the DEFAULT_SHOW_FULL_NAME option is enabled, the run description is assembled server-side with the user's display name interpolated into an HTML string via a translation function that does not escape its arguments, and the frontend renders the result using a Vue v-html binding, causing script execution for any user who views the affected Actions run page.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://codeberg.org/forgejo/forgejo/pulls/13002
- https://codeberg.org/forgejo/forgejo/src/branch/forgejo/release-notes-published/
- https://github.com/geo-chen/oss/blob/main/forgejo.md
- https://www.vulncheck.com/advisories/forgejo-stored-xss-via-actions-run-full-nam
FAQ
What is CVE-2026-59102?
CVE-2026-59102 is a vulnerability with a CVSS score of 5.4 (MEDIUM). Forgejo before 15.0.3 contains a stored cross-site scripting vulnerability that allows authenticated attackers to execute arbitrary JavaScript in other users' browsers by setting a full name containin...
How severe is CVE-2026-59102?
CVE-2026-59102 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-59102?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.