Chinese Hackers Exploit Critical Tencent Software Flaw for One-Click Code Execution
China-linked UNC3569 actively exploited critical Sogou Input Method flaw CVE-2026-51990 for one-click system-level code execution, deploying the GrayRabbit backdoor.
Gen Threat Labs reports that China-linked threat actor UNC3569, possibly tied to contractor i-SOON, exploited critical CVE-2026-51990 in Tencent's Sogou Input Method, a Windows IME used by hundreds of millions, via crafted sgbiz URLs. The chain combines unvalidated command-line argument injection, unrestricted URL navigation, and an un-sandboxed Chromium 80 engine missing roughly six years of security patches. The exploit gives system-level code execution and was used to deploy the GrayRabbit backdoor, which provides a reverse shell, plugin loading, file upload to C2, and system info collection, and has appeared in UNC3569 intrusions since at least 2021. Tencent patched the issue in version 16.3.0.3498 via automatic update, but the outdated Chromium configuration reportedly remained unchanged as of September 10.
- CVE-2026-51990 in Sogou Input Method actively exploited in the wild
- Chain combines argument injection, unrestricted URL navigation, un-sandboxed Chromium 80 engine
- UNC3569, possibly linked to i-SOON, deploys GrayRabbit backdoor for reverse shell and C2
- Patch in version 16.3.0.3498; outdated Chromium engine configuration left unchanged
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2026-51990 | NVD description · AI analysis pending | — | — | PoC | — | — | — |
Full article477 words · extracted from securityweek.com · click to collapse
A critical-severity vulnerability in Sogou Input Method has been exploited by a Chinese threat actor to deploy a backdoor, Gen Threat Labs reports.
Developed by Tencent, Sogou Input Method is one of the most popular Chinese-language input method editors (IMEs) for Windows and is used by hundreds of millions of users.
It is a collection of executables that communicate using a custom protocol scheme named sgbiz. When a URL is opened, the protocol handler (biz_helper.exe) parses the URL and dispatches it to the appropriate component.
The critical flaw, tracked as CVE-2026-51990, chained three security weaknesses in a one-click exploit: unvalidated command-line argument injection, unrestricted URL navigation, and an outdated, un-sandboxed Chromium browser engine.
According to Gen Threat Labs, the first issue existed because, during URL parsing, the protocol handler did not sanitize or validate the ‘param’ parameter, which controls the command-line arguments passed to the executable.
This allowed an attacker to inject command-line arguments in the URL to declare a ‘skincenter’ page, which another function would simply copy and navigate the browser to.
Advertisement. Scroll to continue reading.
The next security hole goes deeper: the browser in Sogou Input Method is based on a Chromium 80 iteration released in March 2020 that is missing roughly six years of security patches, has the sandbox completely disabled, strips additional protections (including same-origin policy), and allows URLs to read other local files.
The China-linked threat actor UNC3569 used this exploit chain to send crafted sgbiz URLs to unsuspecting victims. Once clicked, the exploit provided the attackers with system-level code execution.
“We observed this vulnerability actively exploited in the wild by the UNC3569 threat group to deploy the GrayRabbit backdoor through a crafted link,” Gen Threat Labs says.
Potentially linked to Chinese private contractor company i-SOON, UNC3569 is known for exploiting vulnerabilities in popular software to attack government, education, technology, and finance organizations globally.
The GrayRabbit backdoor, which has been consistently observed across the threat actor’s intrusions since at least 2021, provides attackers with a reverse shell and can execute processes, load plugins, write data to the interactive shell, upload files to its command-and-control (C&C) server, collect system information, and terminate itself.
Gen Threat Labs reported CVE-2026-51990 to Tencent on April 9. The security defect was addressed in Sogou Input Method version 16.3.0.3498, which was rolled out to all users via the automatic update mechanism.
The fix added a check for URL-bearing switches in the protocol handler, but left the underlying Chromium configuration unchanged. According to Gen Threat Labs, as of September 10, the configuration and version have not been updated.
Related: AI Is Giving Lesser-Resourced Attackers Nation-State-Level Reach, Google Warns
Related: US, Allies Warn of Russian Cyberattacks Targeting Critical Infrastructure Routers
Related: China, India-Linked Hackers Both Targeted Same Pakistani Police Force
Related: Chinese Hackers Target Medical, Military, and AI Research in North America
Text extracted automatically; images, tables and formatting may be missing. Original: https://www.securityweek.com/chinese-hackers-exploit-critical-tencent-software-flaw-for-one-click-code-execution/