nuclei-templates/http/cves/2015/CVE-2015-0554.yaml

42 lines
1.4 KiB
YAML

id: CVE-2015-0554
info:
name: ADB/Pirelli ADSL2/2+ Wireless Router P.DGA4001N - Information Disclosure
author: daffainfo
severity: high
description: ADB (formerly Pirelli Broadband Solutions) P.DGA4001N router with firmware PDG_TEF_SP_4.06L.6 does not properly restrict access to the web interface, which allows remote attackers to obtain sensitive information or cause a denial of service (device restart) as demonstrated by a direct request to (1) wlsecurity.html or (2) resetrouter.html.
reference:
- https://www.exploit-db.com/exploits/35721
- http://packetstormsecurity.com/files/129828/Pirelli-ADSL2-2-Wireless-Router-P.DGA4001N-Information-Disclosure.html
- https://nvd.nist.gov/vuln/detail/CVE-2015-0554
- http://www.exploit-db.com/exploits/35721
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-200
cve-id: CVE-2015-0554
tags: pirelli,router,disclosure,edb,packetstorm,cve,cve2015
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}/wlsecurity.html"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "var wpapskkey"
- "var WscDevPin"
- "var sessionkey"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/06/08