First published: Wed Jul 12 2006(Updated: )
PHP remote file inclusion vulnerability in com_pccookbook/pccookbook.php in the PccookBook Component for Mambo and Joomla 0.3 and possibly up to 1.3.1, when register_globals is enabled, allows remote attackers to execute arbitrary PHP code via the mosConfig_absolute_path parameter.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Joomla Cookbook | =0.3 | |
Joomla Cookbook | =1.3.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2006-3530 is considered a critical vulnerability due to its potential to allow remote attackers to execute arbitrary PHP code.
To fix CVE-2006-3530, disable register_globals in your PHP configuration and upgrade to a secure version of the PccookBook Component.
CVE-2006-3530 affects the PccookBook Component for Mambo and Joomla versions 0.3 and 1.3.1.
Yes, CVE-2006-3530 can be exploited remotely, allowing attackers to execute malicious code on the server.
The main cause of CVE-2006-3530 is the use of user-supplied input in file inclusion without proper validation.