cve/2023/CVE-2023-34036.md
2024-05-25 21:48:12 +02:00

18 lines
1.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [CVE-2023-34036](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-34036)
![](https://img.shields.io/static/v1?label=Product&message=Spring%20HATEOAS&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%201.5.4%20or%20older%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-644%3A%20Improper%20Neutralization%20of%20HTTP%20Headers%20for%20Scripting%20Syntax&color=brighgreen)
### Description
Reactive web applications that use Spring HATEOAS to produce hypermedia-based responses might be exposed to malicious forwarded headers if they are not behind a trusted proxy that ensures correctness of such headers, or if they don't have anything else in place to handle (and possibly discard) forwarded headers either in WebFlux or at the level of the underlying HTTP server.For the application to be affected, it needs to satisfy the following requirements: * It needs to use the reactive web stack (Spring WebFlux) and Spring HATEOAS to create links in hypermedia-based responses. * The application infrastructure does not guard against clients submitting (X-)Forwarded… headers.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/fkie-cad/nvd-json-data-feeds