Article

    Cyber News / Article / Four Spy Groups Used the Same Chrome and Windows Exploit Kit Within a Week

    Four Spy Groups Used the Same Chrome and Windows Exploit Kit Within a Week
    in
    [email protected] (The Hacker News)-1 day ago

    Four Spy Groups Used the Same Chrome and Windows Exploit Kit Within a Week

    Multiple espionage-motivated threat activity clusters have been found deploying a previously undocumented exploit kit calledBlueMoonthat chains together multiple vulnerabilities in Microsoft Windows and Google Chrome.

    The first in-the-wild use of BlueMoon has been attributed to the China-aligned state-sponsored group tracked asAPT31(aka Bronze Vinewood, Judgement Panda, JungleBamboo, PerplexedGoblin, RedBravo, TA412, Tide Castle, and Violet Typhoon) on August 28, 2026.

    "Within days, several other espionage-motivated clusters began using BlueMoon, the majority of which have a suspected China nexus," Proofpointsaidin a report published today. "However, BlueMoon may not be exclusive to China-aligned actors, as some usage remains unattributed and there are also potentially more actors using the exploit kit."

    The exploit chain employs three vulnerabilities -

    While CVE-2026-85046 was patched by Google last week, CVE-2026-85880 was addressed by Microsoft as part of its September 2026 Patch Tuesday updates. Proofpoint told The Hacker News that Google, despite currently not issuing CVEs for V8 sandbox escapes, has assigned one for this specific flaw under CVE-2026-87491. A patch for the security defect was released by Google on September 8, 2026.

    Interestingly, both V8 vulnerabilities in Chrome are said to have been "patch-gap" zero-days at the time they were maliciously exploited. The enterprise security company said the flaws had already been fixed in public upstream Chromium source code, but were yet to be propagated to the latest stable releases of Chrome and Chromium-based browsers available.

    It's suspected that the developer behind the exploit kit may have been closely keeping track of publicly available Chromium patches to put together the browser exploit chain.

    Attack chains making use of BlueMoon have been found to rely on phishing emails as a starting point to trick targets into visiting an actor-controlled URL that triggers the two V8 flaws in succession to achieve code execution and escape the browser sandbox, and then exploit the Windows local privilege escalation bug to inject shellcode that downloads multiple payloads depending on the threat cluster behind it.

    "Following the Chrome exploits, the kit uses a reflectively loaded DLL to fingerprint the Windows host, which the exploit kit JavaScript uses to decide whether to attempt the LPE exploit," Proofpoint researchers Mark Kelly, Greg Lesnewich, Konstantin Klinger, Saher Naumaan, Julia Paluch, David Galazin, and Stuart Del Caliz said.

    "A second reflectively loaded DLL runs the LPE exploit to elevate the renderer process. With those additional privileges, a separate injector shellcode injects a CreateProcess stub into the parent Chrome broker process, executing an operator-specified command. The default command downloads a remotely hosted executable via a curl command and executes it."

    Multiple variants of the exploit kit have been detected with subtle changes that removed comments or obfuscated its components, while others incorporate campaign-specific landing pages and redirects, browser-side operating system checks, or additional telemetry. Despite these modifications, the underlying exploit chain remains the same.

    A brief description of the observed attack chains is as follows -

    What's more, the presence of extensive logging capabilities and verbose comments within the source code artifacts suggests the malware may have been developed with assistance using artificial intelligence (AI) tools. This is also bolstered by repeated references to thev8CTFchallenge, an exploit-focused vulnerability reward program (VRP) and capture-the-flag (CTF) competition run by Google targeting the V8 engine.

    Proofpoint said it's not known if the V8 exploits were genuinely developed against the v8CTF bug bounty framework, or if thisframing was usedby the exploit developers to bypass large language model (LLM) guardrails.

    "It is currently unknown how multiple distinct threat actors obtained access to the exploit kit," Proofpoint said. "Given its ease of adoption, it is likely to proliferate further and be adopted by espionage-motivated and financially motivated threat actors as patched versions are fully rolled out across all Chromium-based browsers."

    "A fully weaponized Chrome exploit chain has historically been a high-value, rare capability. BlueMoon was developed, deployed rapidly, and shared across multiple threat actors within days in a manner that had high detection signals."

    "This may reflect a reduced cost and barrier to entry for this class of capability, as AI agents increasingly enable threat actor exploit development. This is particularly relevant for open source codebases, such as Chromium, where upstream patches are publicly accessible prior to downstream consumers of the codebase applying the patch. This creates a window for threat actors to attempt to rapidly reverse engineer patches and develop exploits ahead of downstream stable releases."

    The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has since added CVE-2026-85046, CVE-2026-85880, and CVE-2026-87491 to its Known Exploited Vulnerabilities (KEV) catalog, giving U.S. Federal Civilian Executive Branch (FCEB) agencies until September 18, September 22, and September 23, 2026, respectively, to patch them.

    However, updating the browser closes the way in. It does not remove any artifact that has already been installed. The GemStone extension and the scheduled tasks the other groups created survive a patch, necessitating that targeted organizations check for the following -

    Proofpoint has also published detection rules for the kit's JavaScript loader and its C2 traffic, numbered from Signature IDs 2071919 through 2071924.

    (The story was updated after publication to include confirmation from Proofpoint that the V8 sandbox escape is tracked under CVE-2026-87491.)

    Original source