Skip to main content

MantisBT EUVDEUVD-2026-31192

| CVE-2026-39960 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-05-11 https://github.com/mantisbt/mantisbt GHSA-qj6w-v29q-4rgx
5.4
CVSS 3.1 · Vendor: https://github.com/mantisbt/mantisbt
Share

Severity by source

Vendor (https://github.com/mantisbt/mantisbt) PRIMARY
5.4 MEDIUM
AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
vuln.today AI
5.4 MEDIUM

Network-delivered stored XSS requiring authenticated low-privilege attacker and victim page load; scope changes to victim browser context justifying S:C with limited C and I impact.

3.1 AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:P/PR:L/UI:A/VC:N/VI:L/VA:N/SC:L/SI:L/SA:N

Primary rating from Vendor (https://github.com/mantisbt/mantisbt).

CVSS VectorVendor: https://github.com/mantisbt/mantisbt

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

3
Source Code Evidence Fetched
Jul 23, 2026 - 23:52 vuln.today
Analysis Generated
Jul 23, 2026 - 23:52 vuln.today
CVE Published
May 11, 2026 - 19:34 nvd
MEDIUM 5.4

DescriptionCVE.org

Improper escaping of a textarea custom field's contents in the Update Issue page (bug_update_page.php) allows an attacker to inject HTML and, if CSP settings permit, execute arbitrary JavaScript when the page is loaded.

Impact

Session theft leading to admin account takeover, full project data access.

  • Precondition: A textarea-type custom field must be configured for the project
  • Attacker: Authenticated user with bug report permission (low privilege)
  • Victim: Any user viewing the bug edit form, including administrators

Patches

  • 5fec0f448b7a7d7d539a6adb6dccceac4e4e4ab7

Workarounds

The default Content-Security Policy will block script execution.

References

  • https://mantisbt.org/bugs/view.php?id=37003
  • This is related to CVE-2024-34081.

Credits

Thanks to the following security researchers for independently discovering and responsibly reporting the issue, and providing a patch to fix it.

  • Thanks to Nozomu Sasaki (Paul) (@morimori-dev)
  • Tristan Madani (@TristanInSec) from Talence Security

AnalysisAI

Stored XSS in MantisBT's bug update page (bug_update_page.php) allows a low-privileged authenticated reporter to inject arbitrary HTML - and JavaScript where CSP is not enforced - into textarea-type custom field values, which execute in any victim's browser upon loading the Update Issue form. The impact chain reaches session theft and full administrative takeover of the MantisBT instance. No active exploitation has been confirmed (not in CISA KEV), no public exploit code has been identified, and EPSS at 0.03% (10th percentile) reflects very low current exploitation probability; however, the attacker-controlled payload persists until the bug is edited and the preconditions for exploitation are common among MantisBT deployments that use custom fields.

Technical ContextAI

MantisBT is an open-source PHP-based bug and issue tracking system (composer package mantisbt/mantisbt). The flaw resides in core/cfdefs/cfdef_standard.php within the cfdef_input_textarea() function, which rendered a custom field's stored value directly inside a <textarea> HTML element without HTML entity encoding. The commit diff confirms the fix was a single-character change: wrapping $p_custom_field_value with string_textarea() before output. This is a textbook CWE-79 (Improper Neutralization of Input During Web Page Generation - Stored XSS) pattern: unsanitized user-controlled data travels from storage to rendered HTML context. The vulnerability is structurally related to CVE-2024-34081, a prior stored XSS in MantisBT (GHSA-wgx7-jp56-65mq), indicating a recurring pattern of missing output encoding on custom field rendering. Affected CPE: pkg:composer/mantisbt/mantisbt versions ≤ 2.28.1.

RemediationAI

Upgrade MantisBT to version 2.28.2 or later; this release contains commit 5fec0f448b7a7d7d539a6adb6dccceac4e4e4ab7 (https://github.com/mantisbt/mantisbt/commit/5fec0f448b7a7d7d539a6adb6dccceac4e4e4ab7), which adds proper HTML escaping via string_textarea() to textarea custom field rendering. For deployments that cannot immediately upgrade, confirm that MantisBT's default Content-Security Policy is active and untouched - the default CSP blocks inline script execution, which prevents JavaScript from running even if the HTML injection is present, though HTML-only injection (e.g., phishing links, UI spoofing) remains possible as a residual risk. As a secondary mitigation, removing all textarea-type custom fields from projects eliminates the attack surface entirely at the cost of losing that field type for legitimate use. The full security advisory is available at https://github.com/mantisbt/mantisbt/security/advisories/GHSA-qj6w-v29q-4rgx.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

EUVD-2026-31192 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy