Researchers Flag Account Takeover Flaw in Microsoft Azure AD OAuth Apps

Businesses using ‘Log in with Microsoft’ could be exposed to privilege escalation and full account takeover exploits.
The post Researchers Flag Account Takeover Flaw in Microsoft Azure AD OAuth Apps appeared first on SecurityWeek.
Continue reading Researchers Flag Account Takeover Flaw in Microsoft Azure AD OAuth Apps

Must the refresh_token request come from the same URI origin as in the original redirect_uri?

I’ve been playing around with Oauth 2.0 Playground to understand Google’s Oauth implementation and Oauth in general.
And, I had an idea. I generated an access token running under user_A. Then, I took that access token and used it in Postma… Continue reading Must the refresh_token request come from the same URI origin as in the original redirect_uri?

OAuth Vulnerabilities in Widely Used Expo Framework Allowed Account Takeovers

OAuth vulnerabilities found in the widely used Expo application development platform could have been exploited for account takeovers.
The post OAuth Vulnerabilities in Widely Used Expo Framework Allowed Account Takeovers appeared first on SecurityWeek.
Continue reading OAuth Vulnerabilities in Widely Used Expo Framework Allowed Account Takeovers

Security implications of using the current session to mint new access tokens

I saw a setup recently where frontend and resource servers were hosted on subdomains of the same second level domain. E.g. ui.example.com and api.example.com.
It had an interesting authentication flow that seemed like a variant of the refr… Continue reading Security implications of using the current session to mint new access tokens