vendor:
AirVision NVR
by:
pennyGrit
7,5
CVSS
HIGH
Local File Disclosure and SQL Injection
89, 564
CWE
Product Name: AirVision NVR
Affected Version From: 1.1.13
Affected Version To: 1.1.13
Patch Exists: YES
Related CWE: CVE-2008-1381, CVE-2008-3880
CPE: a:ubiquiti_networks:airvision_nvr:1.1.13
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: WinXP SP3
2012
airVisionNVR readfile() disclosure and sql injection
Unauthenticated users can review the contents of anyfile on the host machine using a browser. The 'id' parameter in ajax/event.php is vulnerable to a time based sql injection. Complete enumeration of the mysql 'nvr' database is possible.
Mitigation:
Ensure that all user input is properly validated and sanitized. Use parameterized queries to prevent SQL injection attacks.