AI Weekly Malaysia

Summaries

Short AI and tech summaries with source links, signal scores, and why each update matters for builders, founders, and Malaysian tech workers.

Reset

Showing 1-1 of 1 results

DateProviderScoreSummary
21 Aug 2026, 8:19 AMThe Register5.5 Russian snoops add OAuth abuse to targeted phishing campaigns

Google's Threat Intelligence Group is tracking three suspected Russian cyber-spy groups (UNC6293, UNC7005, UNC5976) that have added OAuth phishing to their toolkit, targeting under 100 individuals per campaign in academia, aerospace, defense, government, and think tanks across Europe and the US. UNC6293, linked to APT29/Cozy Bear, now requests victims share either the full callback URL or the verification code after a legitimate OAuth login to an external provider, allowing attackers to hijack the token exchange without needing passwords.

Why: If you build apps that use OAuth flows, attackers are actively social-engineering the token-handoff step — specifically asking users to paste the verification code or full redirect URL. Review whether your OAuth UX makes it obvious to users that they should never share a verification code or callback URL with anyone, and consider whether your app's consent screen warns users about this attack pattern.

Top