7.5
CVSSv2

CVE-2009-0291

Published: 27/01/2009 Updated: 11/10/2018
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 760
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Directory traversal vulnerability in fc.php in OpenX 2.6.3 allows remote malicious users to include and execute arbitrary files via a .. (dot dot) in the MAX_type parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

openx openx 2.6.3

Exploits

<snip> include_once '//init-deliveryphp'; $MAX_PLUGINS_AD_PLUGIN_NAME = 'MAX_type'; if(!isset($_GET[$MAX_PLUGINS_AD_PLUGIN_NAME])) { echo $MAX_PLUGINS_AD_PLUGIN_NAME ' is not specified'; exit(1); } $tagName = $_GET[$MAX_PLUGINS_AD_PLUGIN_NAME]; $tagFileName = MAX_PATH '/plugins/invocationTags/'$tagName'/'$tagName'deliveryphp'; ...
source: wwwsecurityfocuscom/bid/33458/info OpenX is prone to a local file-include vulnerability because it fails to properly sanitize user-supplied input An attacker can exploit this vulnerability to view files and execute local scripts in the context of the webserver process This may aid in further attacks OpenX 263 is affected; o ...