Security vulnerabilities due to resource reuse (subdomain takeover is just one example of this) are rampant and readily exploitable for tons of major companies, especially as cloud providers and SaaS often overlook these as being client responsibilities. Shameless plug, I’ve worked on identifying/characterizing these issues on cloud providers: https://arxiv.org/pdf/2204.05122.pdf It’s only a matter of time before adv…
Microsoft subdomain takeover
51–60 of 71 posts
Re: Microsoft subdomain takeover
#52Security vulnerabilities due to resource reuse (subdomain takeover is just one example of this) are rampant and readily exploitable for tons of major companies, especially as cloud providers and SaaS often overlook these as being client responsibilities. Shameless plug, I’ve worked on identifying/characterizing these issues on cloud providers: https://arxiv.org/pdf/2204.05122.pdf It’s only a matter of time before adv…
About to take a whack at reading your paper, but in plain programmer speak, can you explain a few ways this might be exploited in the wild?
More high-level description here: https://pauley.me/post/2022/cloud-squatting/
Re: Microsoft subdomain takeover
#53Earlier quoted context omitted.
About to take a whack at reading your paper, but in plain programmer speak, can you explain a few ways this might be exploited in the wild?
Biggest finding is that adversaries can easily allocate many IPs on public clouds. From this, automated traffic analysis can find what we call latent configurations (e.g., subdomain takeover) and exploit these. For instance you could allocate cloud IPs to collect SNS messages with PII to phish people, or receive passwords or data intended for other sites. More high-level description here: https://pauley.me/post/2022/…
Re: Microsoft subdomain takeover
#54https://web.archive.org/web/20190501000000*/http://cseo-cohe...
Re: Microsoft subdomain takeover
#55https://www.zdnet.com/article/microsoft-has-a-subdomain-hija...
2019: Microsoft loses control over Windows Tiles subdomain
https://www.zdnet.com/article/microsoft-loses-control-over-w...
Re: Microsoft subdomain takeover
#56Can someone explain this? The link just 404's
Re: Microsoft subdomain takeover
#57Again?!? Here an article from 2020. https://www.zdnet.com/article/microsoft-has-a-subdomain-hija... 2019: Microsoft loses control over Windows Tiles subdomain https://www.zdnet.com/article/microsoft-loses-control-over-w...
Re: Microsoft subdomain takeover
#58Can someone explain this? The link just 404's
Microsoft pointed abc.microsoft.com to GitHub pages through dns. That GitHub repo name was deleted; & eventually available back for anybody to get it. New user gets that repo name. Now new user publishes his content on that repo. Now if you type abc.microsoft.com you will see new user's content.
Re: Microsoft subdomain takeover
#59Congrats to https://trufflesecurity.com/ The email rejection's tone is weird.
Re: Microsoft subdomain takeover
#60Isn’t Truffle Security opening themselves up to litigation from this? It’s harmless, but is the risk of having Microsoft’s army of lawyers throw CFAA at you really worth this?
These takeovers are often just a case of finding stale DNS entries that are pointed at resources which can be re-allocated by third parties, i.e. elastic IP addresses on AWS. So it's very likely that the person had legit access to that IP, not their fault MS pointed a DNS entry at it when they did not control it.
Maybe I’m just risk averse here. I assume most of big tech with more legal weight than they know what to do with have about a 50/50 chance of having someone upstairs greenlighting legal to throw a tantrum even if it’s not in anyone’s best interests.
Maybe if this firm demonstrated an exploit of CORS headers elsewhere open to *.microsoft.com or something, they’d be on worse footing legally.