vendor:
Mantis Bug Tracker
by:
John Page a.k.a hyp3rlinx
6,5
CVSS
MEDIUM
CSRF Permalink Injection
352
CWE
Product Name: Mantis Bug Tracker
Affected Version From: 1.3.10
Affected Version To: 2.3.0
Patch Exists: YES
Related CWE: CVE-2017-7620
CPE: a:mantisbt:mantis_bug_tracker
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2017
Mantis Bug Tracker CSRF Permalink Injection
Remote attackers can inject arbitrary permalinks into the mantisbt Web Interface if an authenticated user visits a malicious webpage. Vuln code in "string_api.php" PHP file, under mantis/core/ did not account for supplied backslashes.
Mitigation:
Ensure that all user input is properly sanitized and validated before being used in the application.