Headline
GHSA-qwrf-gfpj-qvj6: Smokescreen SSRF via deny list bypass (square brackets)
Impact
The primary use case for Smokescreen is to prevent server-side request forgery (SSRF) attacks in which external attackers leverage the behavior of applications to connect to or scan internal infrastructure.
Smokescreen also offers an option to deny access to additional (e.g., external) URLs by way of a deny list. There was an issue in Smokescreen that made it possible to bypass the deny list feature by surrounding the hostname with square brackets (e.g. [example.com]
).
Recommendation
Upgrade Smokescreen to version 0.0.4 or later.
Acknowledgements
Thanks to Axel Chong for reporting the issue.
For more information
Email us at [email protected]
Impact
The primary use case for Smokescreen is to prevent server-side request forgery (SSRF) attacks in which external attackers leverage the behavior of applications to connect to or scan internal infrastructure.
Smokescreen also offers an option to deny access to additional (e.g., external) URLs by way of a deny list. There was an issue in Smokescreen that made it possible to bypass the deny list feature by surrounding the hostname with square brackets (e.g. [example.com]).
Recommendation
Upgrade Smokescreen to version 0.0.4 or later.
Acknowledgements
Thanks to Axel Chong for reporting the issue.
For more information
Email us at [email protected]
References
- GHSA-qwrf-gfpj-qvj6
- https://nvd.nist.gov/vuln/detail/CVE-2022-29188
- stripe/smokescreen@dea7b3c
Related news
Smokescreen is an HTTP proxy. The primary use case for Smokescreen is to prevent server-side request forgery (SSRF) attacks in which external attackers leverage the behavior of applications to connect to or scan internal infrastructure. Smokescreen also offers an option to deny access to additional (e.g., external) URLs by way of a deny list. There was an issue in Smokescreen that made it possible to bypass the deny list feature by surrounding the hostname with square brackets (e.g. `[example.com]`). This only impacted the HTTP proxy functionality of Smokescreen. HTTPS requests were not impacted. Smokescreen version 0.0.4 contains a patch for this issue.