CVE-2022-28508
MantisBT vulnerable to XSS via unescaped output in browser_search_plugin.php
Record summary
CVE-2022-28508 has a selected CVSS score of 6.1 (medium); EIP currently links 1 repository PoC and 1 Nuclei template.
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
mantisbt/mantisbtBrowse Packagist / mantisbt/mantisbt | GitHub Advisory | Through 2.25.2 | affected |
Proofs of concept
1Repository PoCs
GitHubYSah44/CVE-2022-28508Repository PoCby YSah44Stars: 4Not analyzed1 file
Nuclei templates
1ProjectDiscoveryMEDIUMMantisBT < 2.25.2 - Cross-Site ScriptingCVSS 6.1
MantisBT before 2.25.2 contains a cross-site scripting vulnerability in browser_search_plugin.php. The application does not properly sanitize the 'type' parameter, which allows attackers to inject arbitrary web script or HTML via a crafted URL.
Impact
Successful exploitation allows attackers to execute arbitrary JavaScript code in the context of a victim's browser,potentially leading to session hijacking, credential theft, or phishing attacks.
Remediation
Upgrade to MantisBT version 2.25.2 or later which contains the fix for this vulnerability.If upgrading is not immediately possible, restrict access to the browser_search_plugin.php endpoint.
Source: ProjectDiscovery