apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Broken URL handling in OpenResty 1.15.8.3 #379

Closed mhamann closed 4 years ago

mhamann commented 4 years ago

OpenResty 1.15.8.3 included a security fix to disallow certain characters in upstream URLs. Unfortunately, the fix for this was too broad and disallowed URLs including spaces (among other characters).

Currently, there is no OpenResty 1.15.x version containing a fix, so upgrading to 1.17.x is required in order to resolve the vulnerability without potentially breaking existing APIs.

See discussion in https://github.com/openresty/lua-nginx-module/issues/1676