vendor:
WebTitan
by:
SecurityFocus
7,5
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: WebTitan
Affected Version From: 3.60
Affected Version To: Prior to 3.60
Patch Exists: YES
Related CWE: N/A
CPE: a:webtitan:webtitan
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2012
WebTitan Directory Traversal Vulnerability
WebTitan is prone to a directory-traversal vulnerability because it fails to sufficiently sanitize user-supplied input data. A remote attacker could exploit the vulnerability using directory-traversal characters ('../') to access arbitrary files containing sensitive information that could aid in further attacks.
Mitigation:
Input validation should be used to prevent directory traversal attacks. Input validation should be applied on both client-side and server-side to prevent malicious input from entering the system.