5
CVSSv2

CVE-2009-4627

Published: 18/01/2010 Updated: 19/09/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

Directory traversal vulnerability in sources/_template_parser.php in Moa Gallery 1.2.0 and previous versions allows remote malicious users to read arbitrary files via a .. (dot dot) in the p_filename parameter, a different issue than CVE-2009-4614.

Vulnerable Product Search on Vulmon Subscribe to Product

dan brown moa gallery 1.2.0

Exploits

Moa Gallery <= 120 Remote File Disclosure Vulnerability Code In sources\_template_parserphp $filename = $MOA_PATH"templates/"$template_name"/"$p_filename; $fp = @fopen($filename, "r"); if ((!$fp) && (is_bool($fp))) { $fp = $fp = @fopen($MOA_PATH"templates/MoaDefault/"$p_filename, "r"); POC /sources/_tem ...