Open asimpleidea opened 2 years ago
https://www.oxeye.io/blog/golang-parameter-smuggling-attack
The project uses ParseUrl to parse the adaptor API base URL. Will dig to see if the project contains any vulnerability related to PassThru
ParseUrl
PassThru
Update: this affects parsing query which only happens in the auto-generated openAPI code.
I will check if openAPI has a new version which fixes this, otherwise I will do it myself.
https://www.oxeye.io/blog/golang-parameter-smuggling-attack
The project uses
ParseUrl
to parse the adaptor API base URL. Will dig to see if the project contains any vulnerability related toPassThru