-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added CVE-2022-24856 (Flyte Console < 0.52.0 - SSRF) (#4494)
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
id: CVE-2022-24856 | ||
|
||
info: | ||
name: Flyte Console < 0.52.0 - Server Side Request Forgery (SSRF) | ||
author: pdteam | ||
severity: high | ||
description: | | ||
FlyteConsole is the web user interface for the Flyte platform. FlyteConsole prior to version 0.52.0 is vulnerable to server-side request forgery (SSRF) when FlyteConsole is open to the general internet. An attacker can exploit any user of a vulnerable instance to access the internal metadata server or other unauthenticated URLs. Passing of headers to an unauthorized actor may occur. The patch for this issue deletes the entire `cors_proxy`, as this is not required for console anymore. A patch is available in FlyteConsole version 0.52.0. Disable FlyteConsole availability on the internet as a workaround. | ||
reference: | ||
- https://github.com/flyteorg/flyteconsole/security/advisories/GHSA-www6-hf2v-v9m9 | ||
- https://github.com/flyteorg/flyteconsole/pull/389 | ||
- https://nvd.nist.gov/vuln/detail/CVE-2022-24856 | ||
- https://hackerone.com/reports/1540906 | ||
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-2022-24856 | ||
cwe-id: CWE-918 | ||
tags: cve,cve2022,flyteconsole,ssrf,oss | ||
|
||
requests: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/cors_proxy/https://www.interact.sh" | ||
|
||
matchers: | ||
- type: word | ||
words: | ||
- "Interactsh Server" |