CVE-2024-45388
| Summary |
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.
|
| Publication Date |
Sept. 3, 2024, 3:15 a.m. |
| Registration Date |
Sept. 3, 2024, noon |
| Last Update |
Sept. 20, 2024, 12:18 a.m. |
|
CVSS3.1 : HIGH
|
| スコア |
7.5
|
| Vector |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
| 攻撃元区分(AV) |
ネットワーク |
| 攻撃条件の複雑さ(AC) |
低 |
| 攻撃に必要な特権レベル(PR) |
不要 |
| 利用者の関与(UI) |
不要 |
| 影響の想定範囲(S) |
変更なし |
| 機密性への影響(C) |
高 |
| 完全性への影響(I) |
なし |
| 可用性への影響(A) |
なし |
Affected software configurations
| Configuration1 |
or higher |
or less |
more than |
less than |
| cpe:2.3:a:hoverfly:hoverfly:*:*:*:*:*:*:*:* |
|
|
|
1.10.3 |
Related information, measures and tools
Common Vulnerabilities List
JVN Vulnerability Information
hoverfly におけるパストラバーサルの脆弱性
| Title |
hoverfly におけるパストラバーサルの脆弱性
|
| Summary |
hoverfly には、パストラバーサルの脆弱性が存在します。
|
| Possible impacts |
情報を取得される可能性があります。 |
| Solution |
ベンダアドバイザリまたはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date |
Sept. 2, 2024, midnight |
| Registration Date |
Sept. 20, 2024, 9:52 a.m. |
| Last Update |
Sept. 20, 2024, 9:52 a.m. |
Affected System
| hoverfly |
|
hoverfly 1.10.3 未満
|
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
| No |
Changed Details |
Date of change |
| 1 |
[2024年09月20日] 掲載 |
Sept. 20, 2024, 9:47 a.m. |