vendor:
Xibo
by:
Mahendra
8,8
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: Xibo
Affected Version From: 1.2.2
Affected Version To: 1.4.1
Patch Exists: YES
Related CWE: N/A
CPE: a:spring_signage_ltd:xibo
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
2013
Xibo Directory Traversal Vulnerability
Directory traversal vulnerabilities occur when user input is used in the construction of a filename or directory path which is subsequently used in some system function. If the input is not correctly validated or directory permissions not correctly set, it may be possible to cause a different file to be accessed other than that intended. This issue was exploited by adding a null byte (%00) which resulted in the application ignoring the rest of the supplied value after the null byte.
Mitigation:
Validate user input and set correct directory permissions.