CVE-2026-50089
Description
The Aqara IAM/SSO Gateway contains an open redirect in skipToUcAuthUrl, enabling phishing attacks by redirecting authenticated users to attacker-controlled sites.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
The Aqara IAM/SSO Gateway contains an open redirect in skipToUcAuthUrl, enabling phishing attacks by redirecting authenticated users to attacker-controlled sites.
Vulnerability
The Aqara IAM/SSO Gateway at gw-builder.aqara.com contains an open redirect vulnerability (CWE-601) in the endpoint /iam/ucauth/skipToUcAuthUrl. When a user authenticates, the callBackUrl parameter is passed without validation, resulting in an HTTP 302 redirect to an attacker-controlled URL, which may also include SSO parameters from the session [1][2]. This affects the builder instance at gw-builder.aqara.com and was fixed by the vendor as of April 2026 [2].
Exploitation
An attacker needs no authentication or prior access. They can craft a URL such as https://gw-builder.aqara.com/iam/ucauth/skipToUcAuthUrl?callBackUrl=https://evil.example.com and deliver it to a target user, typically via phishing email or social media. When the user clicks the link and authenticates (e.g., through a legitimate Aqara SSO flow), the browser is redirected to the attacker-controlled domain, optionally carrying an SSO ticket or authorization code in the redirect URL [2].
Impact
Successful exploitation allows an attacker to perform phishing attacks that appear to originate from the legitimate Aqara domain, increasing the likelihood of credential harvesting. Additionally, because the redirect carries SSO parameters, an attacker could capture an SSO ticket or auth code, potentially enabling session hijacking or account takeover on downstream services [1][2].
Mitigation
Aqara remediated this vulnerability by April 8, 2026, after coordinated disclosure [2]. Users of the Aqara IAM/SSO Gateway should ensure they are running the updated version deployed to gw-builder.aqara.com after that date. No workaround is available for the vulnerable endpoint; the fix adds an allowlist for the callBackUrl parameter [2]. The vulnerability is not listed on CISA's Known Exploited Vulnerabilities (KEV) catalog as of publication.
AI Insight generated on Jun 12, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.
References
1News mentions
0No linked articles in our index yet.