UNC3569 / Sogou Input Method CVE-2026-51990: One-Click RCE to GRAYRABBIT

By George Bailey   Published: 09/14/26   Updated: 09/14/26   3 min read

One click. No macros. No “enable content.” A China-linked group is using a flaw in Tencent’s Sogou Input Method to drop the GRAYRABBIT backdoor — and the IME sits on hundreds of millions of Windows PCs.

If your estate includes Chinese-language endpoints (or contractors who bring their own), treat Sogou version checks as a real inventory item, not a niche edge case.

What happened

Gen Threat Labs (Gen Digital) disclosed a critical one-click remote code execution chain in Sogou Input Method for Windows. They observed UNC3569 (China-linked; tracked by Google Threat Intelligence across cybercrime and contractor-for-hire activity) exploiting it in the wild to deploy GRAYRABBIT via a crafted link.

Public coverage landed September 13–14, 2026. The chain stacks three weaknesses: a broken custom URI handler, an unrestricted in-app webview, and an old unsandboxed Chromium engine.

Why it matters

Custom protocol handlers are an easy blind spot. Users click a link; the IME opens it; malware lands. GRAYRABBIT is UNC3569’s long-running first-stage implant — expect follow-on modules, not a one-and-done binary.

What to do first

Details

Exploit chain (compact)

  1. Argument injection in the sgbiz: URI handler (biz_helper.exeSGMyInput.exe).
  2. Unrestricted URL navigation in the CEF-based skincenter webview.
  3. Outdated, unsandboxed Chromium 80, abused with a known V8 bug (CVE-2021-38003) for code execution.

Observed post-exploit: 7z.exe DLL sideloading (7z.dll) to load an x64 GRAYRABBIT implant (core.dll exports CoreClientInstall / CoreClientStart). Capabilities include reverse shell, process execution, file transfer, recon, and in-memory plugins.

Hunt / verify

Sources

George Bailey

George Bailey is a cybersecurity researcher and writer at CyberExperts, covering cyber threats, AI, cloud security, vulnerabilities, and defensive strategies. His goal is to help security professionals quickly understand what matters most and how it impacts their organizations.