CVE-2024-45388
September 02, 2024
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. Note that, although the code prevents absolute paths from being specified, an attacker can escape out of the "hf.Cfg.ResponsesBodyFilesPath" base path by using "../" segments and reach any arbitrary files. This issue was found using the Uncontrolled data used in path expression CodeQL query for python. Users are advised to make sure the final path ("filepath.Join(hf.Cfg.ResponsesBodyFilesPath, filePath)") is contained within the expected base path ("filepath.Join(hf.Cfg.ResponsesBodyFilesPath, "/")"). This issue is also tracked as GHSL-2023-274.
Related ResourcesĀ (6)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
EPSS
Base Score:
93.68