Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2815+ Articles
167+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. China-Linked UNC3569 Exploits Sogou Input Method Flaw to Deploy GrayRabbit
China-Linked UNC3569 Exploits Sogou Input Method Flaw to Deploy GrayRabbit
NEWS

China-Linked UNC3569 Exploits Sogou Input Method Flaw to Deploy GrayRabbit

A patched Sogou Input Method flaw let UNC3569 chain a URI handler bug into an unsandboxed Chromium webview to drop the GrayRabbit backdoor.

Dylan H.

News Desk

September 13, 2026
3 min read

A Three-Stage Chain Hiding in a Custom URI Handler

Security researchers at Gen Digital have detailed how a China-based threat group tracked as UNC3569 exploited a now-patched vulnerability — CVE-2026-51990 — in Tencent's Sogou Input Method for Windows to deploy a backdoor called GrayRabbit. Gen found the flaw while investigating a live intrusion, and the bug chain is a reminder that "input method editors" (IMEs), widely installed across East Asian markets, carry the same attack surface as any other software with a custom URI handler and an embedded browser engine.


How the Exploit Chain Works

The attack requires just one click on a crafted link and strings together three separate weaknesses:

  1. Unvalidated argument injection in the sgbiz: custom URI scheme, handled by biz_helper.exe. The handler checks which Sogou component to launch, but not the arguments passed along with it.
  2. Unrestricted URL navigation inside a CEF-based webview component (Sogou's "skincenter").
  3. That webview runs on an outdated, unsandboxed Chromium 80 engine.

Put together: a victim clicks a malicious sgbiz: link → Windows hands it off to Sogou's URI handler → an attacker-controlled URL loads inside the unsandboxed webview → code executes with the logged-in user's privileges.


The GrayRabbit Backdoor

Google Threat Intelligence describes GrayRabbit (GRAYRABBIT) as UNC3569's long-standing first-stage implant. Once dropped, it provides:

  • An interactive reverse shell and remote process execution
  • Bidirectional file transfer
  • Host reconnaissance (system and user information gathering)
  • Reflective, in-memory plugin loading
  • RC4-obfuscated command-and-control traffic, disguised as TLS on port 443 (a useful detection signal, since it isn't real TLS)

Observed indicators include a C2 domain of mail.uaiubifas[.]top on port 443.


Who's Behind It

UNC3569 is a group Google has tracked since 2021, describing it as operating "across both the cybercrime and cyber contractor-for-hire ecosystems" — part of China's broader hacker-for-hire landscape. Historical targeting spans government, education, technology, and finance organizations across East and Southeast Asia.


Patch Status

Gen Digital reported the flaw to Tencent on April 9, 2026; Tencent confirmed a fix on April 21 — a 12-day turnaround. The patch shipped via Sogou's auto-update mechanism in version 16.3.0.3498, adding URL argument validation, enforcing HTTPS-only navigation, and allow-listing trusted hostnames (sogou.com, qq.com, woa.com, and related Sogou domains).

Notably, the fix addresses the URI-handler and navigation-restriction layers but does not touch the underlying unsandboxed Chromium 80 engine — the sandbox flag reportedly remains off, leaving that specific hardening gap unresolved even in patched builds.


Why It Matters

The Sogou IME chain fits a pattern security researchers have flagged repeatedly: bundled, auto-updating consumer software with custom protocol handlers and embedded browser components is a durable initial-access vector, especially in regions where a given IME or utility app has near-universal install rates. Organizations with Windows endpoints running Sogou Input Method should confirm they're on version 16.3.0.3498 or later and treat any historical sgbiz: link-click activity in logs as worth investigating.

#Malware#Tencent#Sogou#GrayRabbit#UNC3569#China#CVE-2026-51990

Related Articles

Hackers Exploit Tencent Sogou Input Method Flaw to Deploy GrayRabbit

A China-aligned group chains a Sogou Input Method URI flaw with an outdated Chromium engine for one-click RCE, deploying the GrayRabbit backdoor.

3 min read

Lazarus Exploits Windows Zero-Day to Gain SYSTEM Access and Deploy Backdoor

Lazarus Group weaponized a Windows afd.sys kernel flaw to reach SYSTEM, deploy the FudModule rootkit killing 94 EDR channels, and drop new backdoors.

5 min read

CVE-2025-53827: ownCloud Updater Exposes Dangerous Method (CVSS 9.1)

A critical vulnerability in ownCloud Core's Updater component exposes a dangerous method to administrators, enabling potential remote code execution on...

4 min read
Back to all News