This script is Copyright (C) 2006-2011 Tenable Network Security, Inc.
Synopsis :
The remote web server contains a PHP application that is affected by
several issues.
Description :
The remote installation of Mambo Open Source fails to sanitize input
to the 'mos_user_template' cookie before using it to include PHP code
from a local file. An unauthenticated attacker may be able to exploit
this issue to view arbitrary files or to execute arbitrary PHP code on
the affected host.
In addition, the application suffers from a similar lack of sanitation
of input to the 'username' parameter in the 'includes/mambo.php'
script, the 'task' parameter in 'index2.php', and the 'filter'
parameter in 'components/com_content/content.php' before using it in
SQL statements. Provided PHP's 'magic_quotes_gpc' setting is
disabled, an attacker can leverage these issues to manipulate database
queries and, for example, log in as any user, including an admin.
See also :
http://www.gulftech.org/?node=research&article_id=00104-02242006
http://archives.neohapsis.com/archives/bugtraq/2006-02/0463.html
Solution :
Apply the appropriate security patch listed in the vendor advisory
above.
Risk factor :
Medium / CVSS Base Score : 5.1
(CVSS2#AV:N/AC:H/Au:N/C:P/I:P/A:P)
CVSS Temporal Score : 4.2
(CVSS2#E:F/RL:OF/RC:C)
Public Exploit Available : true
Family: CGI abuses
Nessus Plugin ID: 21144 (mambo_mult_flaws.nasl)
Bugtraq ID: 16775
CVE ID: CVE-2006-0871
CVE-2006-1794