CVE-2014-9571
Description
MantisBT admin/install.php contains a reflected XSS vulnerability allowing remote attackers to inject arbitrary web script via admin_username or admin_password parameters.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
MantisBT admin/install.php contains a reflected XSS vulnerability allowing remote attackers to inject arbitrary web script via admin_username or admin_password parameters.
Vulnerability
A cross-site scripting (XSS) vulnerability exists in the admin/install.php script of MantisBT. The admin_username and admin_password parameters are not properly sanitized before being displayed, allowing injection of arbitrary web script or HTML. This affects MantisBT versions before 1.2.19 and 1.3.x before 1.3.0-beta.2 [1][2][3][4].
Exploitation
An attacker can craft a malicious URL containing the payload in the admin_username or admin_password parameters. The attacker must trick a logged-in user (typically an administrator) into visiting the crafted link. No authentication is required to access the install.php page, but the user must be logged in to MantisBT for the XSS to execute [1][4].
Impact
Successful exploitation allows the attacker to execute arbitrary HTML and JavaScript in the context of the victim's browser. This can lead to cookie theft, session hijacking, defacement, or phishing attacks against other users [1][4]. The CVSSv2 base score for this XSS is 4.3 (AV:N/AC:M/Au:N/C:N/I:P/A:N) [4].
Mitigation
The vulnerability is fixed in MantisBT versions 1.2.19 and 1.3.0-beta.2. Users should upgrade to these or later versions. The fix applies the string_attribute() function to escape user-supplied input before output [1][2][3]. No workarounds are documented other than upgrading.
AI Insight generated on May 23, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
3Patches
2132cd6d06d47c047Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
8- seclists.org/oss-sec/2015/q1/156nvdExploit
- www.htbridge.com/advisory/HTB23243nvdExploit
- www.mantisbt.org/bugs/view.phpnvdVendor Advisory
- www.securitytracker.com/id/1031633nvd
- exchange.xforce.ibmcloud.com/vulnerabilities/100209nvd
- github.com/mantisbt/mantisbt/commit/132cd6d0nvd
- github.com/mantisbt/mantisbt/commit/6d47c047nvd
- www.mantisbt.org/bugs/view.phpnvd
News mentions
0No linked articles in our index yet.