Hmmm 12K seems like a bit much, even if it's fintech. They also didn't mention the company. The title feels clickbaity as it's not specific to AWS API gateway and instead, the implementation of it. And who hosts on blogspot...
It's not really fair to criticise hosting choice, but this lead me down a rabbit hole. Noticed that non-responsive blog layouts are rare these days. Most are from blogspot. So I took a look and realized that blogger nowadays actually supports responsive layouts, but apparently... they are not popular? https://blogger.googleblog.com/2017/03/share-your-unique-sty...
I bypassed AWS API Gateway auth with a trailing slash. Got $12K bounty
21–30 of 45 posts
Re: I bypassed AWS API Gateway auth with a trailing slash. Got $12K bounty
#22Did you Bypass AWS API Gateway.. or did you bypass it for a company who had their AWS API Gateway misconfigured?
I hate when people say this, as if there's any world in which I would want my AWS API gateway to do this, let alone accidentally. HTTP is littered with these footguns, differences between slashes and no slashes is a classic. A good piece of software would make it hard to do this by accident, and probably should default to having the same behaviour with or without trailing slash. Yes yes, I know, folder/file naming co…
Django redirects one version to another by default, which achieves that.
Re: I bypassed AWS API Gateway auth with a trailing slash. Got $12K bounty
#23Re: I bypassed AWS API Gateway auth with a trailing slash. Got $12K bounty
#24Appending stuff to bypass blacklists is eternal. My first job, decades ago. I couldn't update something on my laptop because client's gateway blocked ` http://foo.com/update.exe `. Guess what, ` http://foo.com/update.exe ?` worked as a bypass.
Re: I bypassed AWS API Gateway auth with a trailing slash. Got $12K bounty
#25Hmmm 12K seems like a bit much, even if it's fintech. They also didn't mention the company. The title feels clickbaity as it's not specific to AWS API gateway and instead, the implementation of it. And who hosts on blogspot...
Re: I bypassed AWS API Gateway auth with a trailing slash. Got $12K bounty
#26Hmmm 12K seems like a bit much, even if it's fintech. They also didn't mention the company. The title feels clickbaity as it's not specific to AWS API gateway and instead, the implementation of it. And who hosts on blogspot...
Yes, it and the other three posts sound positively AI written. The first post on the blog is how OP uploaded a backdoored dataset to HuggingFace and left it there for 6 months – whether made up or not, it doesn't sound great.
This is arguing for style over substance. The goal is to explain how a bug impacts the company. Anything that achieves the goal is de facto good. Remember, the alternative is for the company not to be notified at all.
Re: I bypassed AWS API Gateway auth with a trailing slash. Got $12K bounty
#27Appending stuff to bypass blacklists is eternal. My first job, decades ago. I couldn't update something on my laptop because client's gateway blocked ` http://foo.com/update.exe `. Guess what, ` http://foo.com/update.exe ?` worked as a bypass.
I installed a web proxy on my VPS, which was accessible under a domain name like "computerthings.example", created a subdomain called "microsoft", and voila: "microsoft.computerthings.example" was good enough to match "^microsoft.com.*" and allowed us to bypass the block for the next two years.
Re: I bypassed AWS API Gateway auth with a trailing slash. Got $12K bounty
#28Your title is clickbait