5
CVSSv2

CVE-2008-4151

Published: 24/09/2008 Updated: 11/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 collect.php in CYASK 3.x allows remote malicious users to read arbitrary files via a .. (dot dot) in the neturl parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

cyask cyask 3

Exploits

This vulnerability leads to that the attacker can read any file on your webserver when it installs cyask The $neturl variable in collectphp is short of enough check When the attacker registers a new user, he can pass the user check and then submit any filename to $neturl so that collectphp can read it The vuln code like this: $url=get_refer ...