View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0036986 | mantisbt | security | public | 2026-03-18 04:30 | 2026-05-09 19:56 |
| Reporter | ninjasec | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.28.1 | ||||
| Target Version | 2.28.2 | Fixed in Version | 2.28.2 | ||
| Summary | 0036986: CVE-2026-34463: Stored HTML Injection/XSS in Clone Issue Form via Unescaped Project Name | ||||
| Description | When cloning an issue from a different current project context, the clone/report form prepends the source project name before the category selector. That project name is inserted without output encoding, so attacker-controlled markup in the source project name is rendered in the clone form. Affected Code
Prerequisites
| ||||
| Steps To Reproduce | Steps to Reproduce
| ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
XSS confirmed. Advisory: https://github.com/mantisbt/mantisbt/security/advisories/GHSA-fvjf-68wh-rwp2 |
|
|
PR https://github.com/mantisbt/mantisbt-ghsa-fvjf-68wh-rwp2/pull/1 |
|
|
CVE-2026-34463 assigned. |
|
|
This issue was independently reported by another security researcher see 0037014. |
|
|
MantisBT: master-2.28 df22697a 2026-03-28 12:46 Details Diff |
Escape Project name in bug_report_page.php Prevents XSS in Clone context (i.e. if m_id parameter is provided) when the current project is different from the master issue's. Fixes 0036986, GHSA-fvjf-68wh-rwp2 |
Affected Issues 0036986 |
|
| mod - bug_report_page.php | Diff File | ||