An issue was discovered on Vera VeraEdge 1.7.19 and Veralite 1.7.481 devices. The device provides UPnP services that are available on port 3480 and can also be accessed via port 80 using the url "/port_3480". It seems that the UPnP services provide "file" as one of the service actions for a normal user to read a file that is stored under the /etc/cmh-lu folder. It retrieves the value from the "parameters" query string variable and then passes it to an internal function "FileUtils::ReadFileIntoBuffer" which is a library function that does not perform any sanitization on the value submitted and this allows an attacker to use directory traversal characters "../" and read files from other folders within the device.
References
Link | Resource |
---|---|
http://packetstormsecurity.com/files/153242/Veralite-Veraedge-Router-XSS-Command-Injection-CSRF-Traversal.html | Third Party Advisory VDB Entry |
https://github.com/ethanhunnt/IoT_vulnerabilities/blob/master/Vera_sec_issues.pdf | Exploit Third Party Advisory |
https://seclists.org/bugtraq/2019/Jun/8 | Mailing List Third Party Advisory |
Configurations
History
No history.
Information
Published : 2019-06-17 20:15
Updated : 2024-02-04 20:20
NVD link : CVE-2017-9382
Mitre link : CVE-2017-9382
CVE.ORG link : CVE-2017-9382
JSON object : View
Products Affected
getvera
- veraedge
- veraedge_firmware
- veralite_firmware
- veralite
CWE
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')