CVE-2026-33548
Improper escaping of tag names retrieved from History in Timeline (myviewpage.php) allows an attacker to inject HTML and, if CSP settings permit, achieve execution of arbitrary JavaScript, when displaying a tag that has been renamed or deleted.
Impact
Cross-site scripting (XSS).
Patches
f32787c14d4518476fe7f05f992dbfe6eaccd815
Workarounds
- Edit offending History entries (using SQL)
- Wrap
$this->tag_namein a stringhtmlspecialchars() call in IssueTagTimelineEvent::html()
Credits
MantisBT thanks Vishal Shukla for discovering and responsibly reporting the issue.
Package Versions Affected
Automatically patch vulnerabilities without upgrading
CVSS Version



Related Resources
References
https://github.com/mantisbt/mantisbt/security/advisories/GHSA-73vx-49mv-v8w5, https://nvd.nist.gov/vuln/detail/CVE-2026-33548, https://github.com/mantisbt/mantisbt/commit/f32787c14d4518476fe7f05f992dbfe6eaccd815, https://github.com/mantisbt/mantisbt, https://mantisbt.org/bugs/view.php?id=36973
