ZeroHour
Story · 2 sources · 2 articlesfirst updated ()

China-Linked UTA0560 and APT31 Exploit Same Chrome-Windows Zero-Day Chain to Deploy GRIMWEDGE and LONGTALE

criticalThreat actorexploited in the wildimportance 85CVE-2026-85046CVE-2026-87491CVE-2026-85880
What's new: Initial merged summary — no prior version to compare. This merge combines The Hacker News and Security Affairs reporting on the same Volexity findings: Security Affairs adds the byte-identical shellcode detail, the low-confidence shared/sold exploit assessment, the TA412 alias for APT31, LONGTALE's legacy HMAC integrity-check bypass, and specific stolen data types (cookies, session tokens,…
Merged summary · glm-5.3-flash · rewritten as coverage arrives

Volexity reports that China-linked actors UTA0560 and JungleBamboo (APT31/TA412) ran a byte-identical three-CVE Chrome/Windows zero-day exploit chain against NGOs starting September 1, 2026 — UTA0560 deploying the GRIMWEDGE backdoor and APT31 deploying…

Volexity attributes a spear-phishing campaign targeting NGOs that began on September 1, 2026 to two China-linked actors. UTA0560 used spearphishing links abusing a reflected XSS flaw on a US university website to trigger a three-part exploit chain: Chrome V8 type confusion providing read/write primitive (CVE-2026-85046), a WebAssembly-based sandbox escape (CVE-2026-87491), and a Windows kernel flaw enabling ALPC code injection (CVE-2026-85880), ultimately escaping the Chrome V8 and browser sandboxes. UTA0560 delivered GRIMWEDGE, an in-memory JavaScript/JScript backdoor with reconnaissance, file management, and command execution capabilities that polls its C2 server at ocr.opusaccel[.]top via eval(). Near-simultaneously, JungleBamboo (APT31, also tracked as TA412) used the same byte-identical shellcode chain to deploy the SUPERSTOMP loader, which installed LONGTALE — a malicious Chrome extension masquerading as Google Gemini that steals cookies, session tokens, and keystrokes, and bypasses profile integrity checks via a legacy HMAC fallback. Volexity assesses with low confidence that the exploit chain was sold or shared among different Chinese end-users. Notably, the Chrome fixes existed in the Chromium source but had not shipped to stable Chrome during the attacks, creating an unusual patch-gap zero-day window that attackers raced to exploit. (Note: Security Affairs spells the backdoor "GRIMWIDGE" in one place; the spelling GRIMWEDGE is used here as the dominant form across sources.)

  • Campaign began September 1, 2026, targeting NGOs via spearphishing links abusing a reflected XSS flaw on a US university website (XSS detail reported by The Hacker News; Security Affairs does not mention it).
  • Three-CVE exploit chain: CVE-2026-85046 (Chrome V8 type confusion read/write), CVE-2026-87491 (WebAssembly sandbox escape), CVE-2026-85880 (Windows kernel ALPC code injection).
  • UTA0560 deployed GRIMWEDGE, an in-memory JavaScript/JScript backdoor with reconnaissance, file management, and command execution, polling C2 domain ocr.opusaccel[.]top via eval().
  • JungleBamboo (APT31/TA412) used a byte-identical exploit chain to deploy the SUPERSTOMP loader, installing the LONGTALE Chrome extension disguised as Google Gemini.
  • LONGTALE steals cookies, session tokens, and keystrokes, and bypasses Chrome profile integrity checks via a legacy HMAC fallback (detail from Security Affairs).
  • Identical shellcode across both campaigns suggests the exploit chain was shared or sold among Chinese end-users; Volexity assesses this with low confidence.
  • Patch gap: the Chrome flaws were fixed in the Chromium source but not yet shipped in stable Chrome at the time of the attacks, making them effective zero-days.

Coverage timeline

  1. · 4d ago
    The Hacker News· 85
    China-Linked Hackers Exploit Chrome-Windows Zero-Day Chain to Deploy GRIMWEDGE

    Volexity attributes spear-phishing campaign exploiting Chrome-Windows zero-day chain to Chinese actors UTA0560 and APT31 deploying GRIMWEDGE and LONGTALE.

  2. · 4d ago
    Security Affairs· 85
    One Exploit Chain, Two Espionage Campaigns: Chrome and Windows Under Fire

    Two China-linked APT groups reused identical Chrome/Windows zero-day chain against NGOs, deploying GRIMWIDGE backdoor and LONGTALE credential-stealing extension.

Vulnerabilities in this storyAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
CVE-2026-85046
Actively Exploited V8 Type Confusion in Google Chrome (CVE-2026-85046)

Google Chrome versions prior to 152.0.7977.82 contain a type confusion flaw (CWE-843) in the V8 JavaScript engine, which mishandles object types during engine operations (public proof-of-concept writeups indicate it is reachable through array sorting and WebAssembly-related code paths). A remote attacker triggers the flaw simply by getting a user to open a crafted HTML page, with no privileges or authentication required. Successful exploitation lets the attacker execute arbitrary code inside the browser's sandbox, and public reporting shows it being chained with Windows zero-days (the 'BlueMoon' exploit kit) by Chinese espionage groups for broader compromise. Any user of an unpatched Chrome or another build embedding the affected V8 engine is exposed. The vulnerability is a zero-day that was actively exploited in the wild before patching, was added to CISA's KEV on 2026-09-04, and has five public proof-of-concept references.

Do: Update Google Chrome to 152.0.7977.82 or later immediately, and apply the corresponding V8 fix in any Chromium-based browser in use. Federal agencies must apply mitigations in line with CISA BOD 26-04 and its cloud-services requirements, evaluating each asset's internet exposure. Because public reporting shows this flaw chained with Windows zero-days in 'BlueMoon' attacks, patch the related Windows vulnerabilities as well and hunt for signs of exploit-chain activity on high-exposure endpoints.

8.81% KEV PoC ×5
  • Google Chrome prior to 152.0.7977.82
  • Google Chromium V8 V8 engine versions bundled with Chrome prior to 152.0.7977.82
massmultiple billions of users/installs (Chrome is the dominant desktop browser at roughly 65% market share, with an estimated 3+ billion active users, plus…
CVE-2026-85880
Heap-Based Buffer Overflow in Windows ALPC Enables Local Privilege Escalation

CVE-2026-85880 is a heap-based buffer overflow in Windows Advanced Local Procedure Call (ALPC), the Windows mechanism for local inter-process communication. An authorized local attacker can trigger the overflow by submitting crafted input over ALPC, corrupting heap memory in the component that handles the request. Successful exploitation allows the attacker to execute code with elevated privileges, typically gaining SYSTEM-level control of the local host, which is especially valuable as a post-exploitation or sandbox-escape step. Affected products include Windows 10 (1607, 1809, 21H2, 22H2) and Windows Server 2012, 2016, 2019, and 2022, meaning most on-premises Windows estates are in scope. The flaw was fixed in Microsoft's record 974-CVE September 2026 Patch Tuesday and was added to CISA's KEV on 2026-09-08, confirming exploitation in the wild; press reports describe Windows zero-days being chained with a Chrome zero-day in 'BlueMoon' kit attacks, though the data does not explicitly confirm this CVE is the Windows flaw in that chain.

Do: Apply Microsoft's September 2026 security (cumulative) updates for each affected Windows 10 and Windows Server build, as no public PoC or workaround is documented; CISA's KEV listing (added 2026-09-08) triggers BOD 26-04 patching requirements for federal agencies, so prioritize accordingly. Give priority to hosts where unprivileged users can log in — RDS/VDI servers, jump boxes, shared workstations — and to internet-exposed Windows servers, since an ALPC local privilege escalation is a common component in exploit chains combining remote code execution or browser flaws with elevation to SYSTEM. Organizations unable to patch promptly should follow BOD 26-04 guidance for cloud services or restrict local access to affected hosts until updates are applied.

7.8<1% KEV
  • Microsoft Windows 10 1607, 1809, 21H2, 22H2
  • Microsoft Windows Server 2012, 2016, 2019, 2022
mass≈100M+ Windows installations (Windows 10 1607–22H2 on consumer/enterprise endpoints plus widely deployed Windows Server 2012–2022)
CVE-2026-87491
Actively Exploited Out-of-Bounds Write in Google Chrome V8

CVE-2026-87491 is an out-of-bounds write (CWE-787) in the V8 JavaScript engine in Google Chrome, fixed in Chrome 153.0.8010.36, which Google shipped alongside roughly 230 other security fixes. An attacker can trigger the flaw remotely by luring a user (user interaction required) into opening a crafted HTML page that corrupts memory in V8. Successful exploitation allows the attacker to execute arbitrary code inside the Chrome browser sandbox, which constrains but does not eliminate the impact. All Google Chrome users running versions prior to 153.0.8010.36 are affected; because the flaw resides in V8, CISA tracks it as 'Google Chromium V8', and other Chromium-based browsers may inherit the fix in their own updates. The flaw is being actively exploited in the wild — it is the seventh actively exploited Chrome zero-day of 2026 and was added to CISA's KEV catalog on 2026-09-09 — though no public proof-of-concept is known and ransomware use is unknown.

Do: Update Google Chrome to 153.0.8010.36 or later immediately (open Help > About Google Chrome to force the update and relaunch), and verify the version on all endpoints. Also patch headless or automated Chrome deployments (CI runners, scrapers, kiosks, CDP-based tooling) that may lag auto-updates, and prioritize remediation per CISA KEV and BOD 26-04 requirements for federal systems. No public PoC is known and ransomware use is unknown, but confirmed in-the-wild exploitation warrants urgent patching.

8.8<1% KEV
  • Google Chrome (V8 JavaScript engine; tracked by CISA as 'Google Chromium V8') prior to 153.0.8010.36
massbillions of installations (Chrome's install base exceeds 3 billion users)