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.
.This CVE has a CVSS3.1 score of 5.3 and a Base Severity of MEDIUM.
Info | Details |
---|---|
CVE ID | CVE-2023-34036 |
CVE State | PUBLISHED |
BaseScore | 5.3 |
BaseSeverity | MEDIUM |
VectorString | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N |
Version | NA |
References for CVE-2023-34036 :
https://spring.io/security/cve-2023-34036
Metric Type | Metric Score |
---|---|
AttackVector(AV) | NETWORK |
AttackComplexity(AC) | LOW |
PrivilegesRequired(PR) | NONE |
UserInteraction(UI) | NONE |
Scope(S) | UNCHANGED |
Confidentiality(C) | NONE |
Availability(A) | NONE |
Integrity(I) | LOW |