Mantis: Multiple vulnerabilities
1.
Gentoo Linux Security Advisory
Version Information
| Advisory Reference |
GLSA 200812-07 / mantisbt |
| Release Date |
December 02, 2008 |
| Latest Revision |
December 02, 2008: 01 |
| Impact |
high |
| Exploitable |
remote |
| Package |
Vulnerable versions |
Unaffected versions |
Architecture(s) |
| www-apps/mantisbt |
<
1.1.4-r1 |
>=
1.1.4-r1 |
All supported architectures
|
Related bugreports:
#238570, #241940, #242722
Synopsis
Multiple vulnerabilities have been discovered in Mantis, the most severe of
which leading to the remote execution of arbitrary code.
2.
Impact Information
Background
Mantis is a PHP/MySQL/Web based bugtracking system.
Description
Multiple issues have been reported in Mantis:
-
EgiX reported that manage_proj_page.php does not correctly sanitize the
sort parameter before passing it to create_function() in
core/utility_api.php (CVE-2008-4687).
-
Privileges of viewers are not sufficiently checked before composing a
link with issue data in the source anchor (CVE-2008-4688).
-
Mantis does not unset the session cookie during logout (CVE-2008-4689).
-
Mantis does not set the secure flag for the session cookie in an HTTPS
session (CVE-2008-3102).
Impact
Remote unauthenticated attackers could exploit these vulnerabilities to
execute arbitrary PHP commands, disclose sensitive issue data, or
hijack a user's sessions.
3.
Resolution Information
Workaround
There is no known workaround at this time.
Resolution
All Mantis users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-apps/mantisbt-1.1.4-r1"
|
4.
References
|