EN / ES / HU
architect

A Trailing Slash Bypassed AWS API Gateway Authorization

Source: feed.infoq.com 1 min read

Share

A Trailing Slash Bypassed AWS API Gateway Authorization

You are reading a summary. The full content is hosted on feed.infoq.com.

A security researcher found that adding a trailing slash to AWS HTTP API paths bypassed Lambda authorizer authentication entirely, enabling unauthenticated wire transfers at a fintech. The root cause is a path normalization mismatch between HTTP API's greedy route matching and its authorization layer. The same vulnerability class appeared in gRPC-Go via CVE-2026-33186. By Steef-Jan Wiggers

Read the full article on the original website

External link to feed.infoq.com

Related Articles