Replies: 1 comment
-
|
the solution that we use right now is to not rely on the way the forwarded headers are analysed but rather configure that on the proxy itself (use an explicit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I added some comment this this closed issue:
#5484 (comment)
its outlining a use-case for NOT using
getLeftMost()to extract the remote IP address, but instead add a configuration for trusted / internal proxies and you take the first value left of the last trusted proxy.Tomcat has support for that and it would be great if this would also be builtin into jetty.
From a security review I got the feedback that this is one of the most detected attack vectors in virtually any review where there is no proper sanitization of the mechanism to get the remote address of a request.
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions