2021-08-20 11:07:22 +00:00
|
|
|
id: netgear-router-exposure
|
2021-08-18 11:32:08 +00:00
|
|
|
|
|
|
|
info:
|
2022-05-30 14:10:54 +00:00
|
|
|
name: NETGEAR Routers - Serial Number Disclosure
|
2022-04-22 10:38:41 +00:00
|
|
|
author: geeknik
|
2022-05-30 14:10:54 +00:00
|
|
|
severity: medium
|
2022-05-31 08:51:09 +00:00
|
|
|
description: |
|
|
|
|
Multiple NETGEAR router models disclose their serial number which can be used to obtain the admin password if password recovery is enabled.
|
2021-08-18 11:32:08 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/exploits/47117
|
2022-05-31 08:51:09 +00:00
|
|
|
classification:
|
2022-05-30 14:10:54 +00:00
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: edb,netgear,exposure,iot,router
|
2021-08-18 11:32:08 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-08-18 11:32:08 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/rootDesc.xml"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- 501
|
2021-08-20 19:08:54 +00:00
|
|
|
condition: or
|
2021-08-18 11:32:08 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<serialNumber>"
|
|
|
|
- "<deviceType>"
|
|
|
|
- "<modelNumber>"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/xml
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "<serialNumber>([A-Z0-9]+)<\\/serialNumber>"
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 490a0046304402205aeb4892c9128a94a0158d0166762d070c8582a543281d4a3b909517f865a62c02202265154dac06f9072109334304a4089165b3b31cf56fd83d9cc54cc3634044ee:922c64590222798bb761d5b6d8e72950
|