MantisBT Vulnerable to Stored HTML Injection in Tag Delete Confirmation
Description
Published by the National Vulnerability Database
Mar 23, 2026
Published to the GitHub Advisory Database
Mar 25, 2026
Reviewed
Mar 25, 2026
Last updated
Mar 25, 2026
Improper escaping of Tag name when deleting it in tag_delete.php allows an attacker to inject HTML and, if CSP settings permit, achieve execution of arbitrary JavaScript.
Impact
Cross-site scripting (XSS).
Patches
80990f43153167c73f11eb4b2bc7108d0c3d6b46
Workarounds
%1$sfrom $s_tag_delete_message string, for example withsed -r -i '/tag_delete_message/s/.%1\$s.//' -- lang/Credits
MantisBT hanks Vishal Shukla for discovering and responsibly reporting the issue.
References