5
CVSSv2

CVE-2007-4369

Published: 15/08/2007 Updated: 15/10/2018
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 go/_files in SOTEeSKLEP prior to 4.0 allows remote malicious users to read arbitrary files via a .. (dot dot) in the file parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

sote soteesklep 3.1

sote soteesklep 3.5

sote soteesklep 2.0

sote soteesklep 2.5

sote soteesklep 3.0

Exploits

SOTEeSKLEP Remote File Disclosure Vulnerability Script : SOTEeSKLEP Versions: 31RC8, 35RC1, 35RC4, 35RC9, and i think other Site : wwwsotepl Bug: if (! empty($_REQUEST["file"])) { $file=$_REQUEST['file']; } $file_path="$DOCUMENT_ROOT/themes/_$config->lang/_html_files/$file"; if (file_exists($file_path)) { $fd=fopen($fi ...