Mantis Multiple Input Validation Vulnerabilities

BID:16657

Info

Mantis Multiple Input Validation Vulnerabilities

Bugtraq ID: 16657
Class: Input Validation Error
CVE: CVE-2006-0840
CVE-2006-0841
Remote: Yes
Local: No
Published: Feb 15 2006 12:00AM
Updated: Jul 06 2016 02:40PM
Credit: Thomas Waldegger is credited with the discovery of these vulnerabilities.
Vulnerable: Mantis Mantis 1.0 .0RC4
Mantis Mantis 1.0 .0RC3
Mantis Mantis 1.0 .0rc2
Mantis Mantis 1.0 .0rc1
Mantis Mantis 1.0 .0a3
Mantis Mantis 1.0 .0a2
Mantis Mantis 1.0 .0a1
Mantis Mantis 0.19.4
Mantis Mantis 0.19.3
Mantis Mantis 0.19.2
Mantis Mantis 0.19.1
Mantis Mantis 0.19 .0RC1
Mantis Mantis 0.19 .0a2
Mantis Mantis 0.19 .0a1
Mantis Mantis 0.19 .0a
Mantis Mantis 0.19 .0
Mantis Mantis 0.18.3
Mantis Mantis 0.18.2
Mantis Mantis 0.18 a1
Mantis Mantis 0.18 0rc1
Mantis Mantis 0.18 0a4
Mantis Mantis 0.18 0a3
Mantis Mantis 0.18 0a2
Mantis Mantis 0.18
Mantis Mantis 0.17.5
Mantis Mantis 0.17.4 a
Mantis Mantis 0.17.4
Mantis Mantis 0.17.3
Mantis Mantis 0.17.2
Mantis Mantis 0.17.1
+ Debian Linux 3.0 sparc
+ Debian Linux 3.0 s/390
+ Debian Linux 3.0 ppc
+ Debian Linux 3.0 mipsel
+ Debian Linux 3.0 mips
+ Debian Linux 3.0 m68k
+ Debian Linux 3.0 ia-64
+ Debian Linux 3.0 ia-32
+ Debian Linux 3.0 hppa
+ Debian Linux 3.0 arm
+ Debian Linux 3.0 alpha
+ Debian Linux 3.0
Mantis Mantis 0.17 .0
Mantis Mantis 0.17
Mantis Mantis 0.16.1
Mantis Mantis 0.16 .0
Mantis Mantis 0.16
Mantis Mantis 0.15.12
Mantis Mantis 0.15.11
Mantis Mantis 0.15.10
Mantis Mantis 0.15.9
Mantis Mantis 0.15.8
Mantis Mantis 0.15.7
Mantis Mantis 0.15.6
Mantis Mantis 0.15.5
Mantis Mantis 0.15.4
Mantis Mantis 0.15.3
Mantis Mantis 0.15.2
Mantis Mantis 0.15.1
Mantis Mantis 0.15
Mantis Mantis 0.14.8
Mantis Mantis 0.14.7
Mantis Mantis 0.14.6
Mantis Mantis 0.14.5
Mantis Mantis 0.14.4
Mantis Mantis 0.14.3
Mantis Mantis 0.14.2
Mantis Mantis 0.14.1
Mantis Mantis 0.14
Mantis Mantis 0.13.1
Mantis Mantis 0.13
Mantis Mantis 0.12
Mantis Mantis 0.11.1
Mantis Mantis 0.11
Mantis Mantis 0.10.2
Mantis Mantis 0.10.1
Mantis Mantis 0.10
Mantis Mantis 0.9.1
Mantis Mantis 0.9
Debian Linux 3.1 sparc
Debian Linux 3.1 s/390
Debian Linux 3.1 ppc
Debian Linux 3.1 mipsel
Debian Linux 3.1 mips
Debian Linux 3.1 m68k
Debian Linux 3.1 ia-64
Debian Linux 3.1 ia-32
Debian Linux 3.1 hppa
Debian Linux 3.1 arm
Debian Linux 3.1 amd64
Debian Linux 3.1 alpha
Debian Linux 3.1
Not Vulnerable: Mantis Mantis 1.0

Discussion

Mantis Multiple Input Validation Vulnerabilities

Mantis is prone to multiple input-validation vulnerabilities. The issues include cross-site scripting and SQL-injection vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.

Successful exploitation of these vulnerabilities could allow an attacker to compromise the application, access or modify data, steal cookie-based authentication credentials, or even exploit vulnerabilities in the underlying database implementation. Other attacks are also possible.

Exploit / POC

Mantis Multiple Input Validation Vulnerabilities

An exploit is not required.

The following proof-of-concept URIs are available:

http://www.example.com/manage_user_page.php?sort=last_visit'[SQL]

http://www.example.com/view_all_set.php?type=1&handler_id=1&hide_status=[XSS]
http://www.example.com/view_all_set.php?type=1&handler_id=[XSS]
http://www.example.com/view_all_set.php?type=1&temporary=y&user_monitor=[XSS]
http://www.example.com/view_all_set.php?type=1&temporary=y&reporter_id=[XSS]
http://www.example.com/view_all_set.php?type=6&view_type=[XSS]
http://www.example.com/view_all_set.php?type=1&show_severity=[XSS]
http://www.example.com/view_all_set.php?type=1&show_category=[XSS]
http://www.example.com/view_all_set.php?type=1&show_status=[XSS]
http://www.example.com/view_all_set.php?type=1&show_resolution=[XSS]
http://www.example.com/view_all_set.php?type=1&show_build=[XSS]
http://www.example.com/view_all_set.php?type=1&show_profile=[XSS]
http://www.example.com/view_all_set.php?type=1&show_priority=[XSS]
http://www.example.com/view_all_set.php?type=1&highlight_changed=[XSS]
http://www.example.com/view_all_set.php?type=1&relationship_type=[XSS]
http://www.example.com/view_all_set.php?type=1&relationship_bug=[XSS]
http://www.example.com/manage_user_page.php?sort=[XSS]
http://www.example.com/view_filters_page.php?view_type=[XSS]
http://www.example.com/proj_doc_delete.php?file_id=1&title=[XSS]

Solution / Fix

Mantis Multiple Input Validation Vulnerabilities

Solution:
The vendor has released Mantis version 1.0.0 to address these issues.

Please see the referenced advisories for further information.


Mantis Mantis 0.10

Mantis Mantis 0.10.1

Mantis Mantis 0.10.2

Mantis Mantis 0.11

Mantis Mantis 0.11.1

Mantis Mantis 0.12

Mantis Mantis 0.13

Mantis Mantis 0.13.1

Mantis Mantis 0.14

Mantis Mantis 0.14.1

Mantis Mantis 0.14.2

Mantis Mantis 0.14.3

Mantis Mantis 0.14.4

Mantis Mantis 0.14.5

Mantis Mantis 0.14.6

Mantis Mantis 0.14.7

Mantis Mantis 0.14.8

Mantis Mantis 0.15

Mantis Mantis 0.15.1

Mantis Mantis 0.15.10

Mantis Mantis 0.15.11

Mantis Mantis 0.15.12

Mantis Mantis 0.15.2

Mantis Mantis 0.15.3

Mantis Mantis 0.15.4

Mantis Mantis 0.15.5

Mantis Mantis 0.15.6

Mantis Mantis 0.15.7

Mantis Mantis 0.15.8

Mantis Mantis 0.15.9

Mantis Mantis 0.16

Mantis Mantis 0.16 .0

Mantis Mantis 0.16.1

Mantis Mantis 0.17 .0

Mantis Mantis 0.17

Mantis Mantis 0.17.1

Mantis Mantis 0.17.2

Mantis Mantis 0.17.3

Mantis Mantis 0.17.4

Mantis Mantis 0.17.4 a

Mantis Mantis 0.17.5

Mantis Mantis 0.18 0a2

Mantis Mantis 0.18 0a4

Mantis Mantis 0.18 a1

Mantis Mantis 0.18 0rc1

Mantis Mantis 0.18 0a3

Mantis Mantis 0.18

Mantis Mantis 0.18.2

Mantis Mantis 0.18.3

Mantis Mantis 0.19 .0a2

Mantis Mantis 0.19 .0a1

Mantis Mantis 0.19 .0

Mantis Mantis 0.19 .0a

Mantis Mantis 0.19 .0RC1

Mantis Mantis 0.19.1

Mantis Mantis 0.19.2

Mantis Mantis 0.19.3

Mantis Mantis 0.19.4

Mantis Mantis 0.9

Mantis Mantis 0.9.1

Mantis Mantis 1.0 .0rc2

Mantis Mantis 1.0 .0RC3

Mantis Mantis 1.0 .0a1

Mantis Mantis 1.0 .0a2

Mantis Mantis 1.0 .0rc1

Mantis Mantis 1.0 .0a3

Mantis Mantis 1.0 .0RC4

References

Mantis Multiple Input Validation Vulnerabilities

References:

© CVE.report 2026

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report