Hundreds of millions of users
A critical vulnerability, CVE-2026-51990, in Tencent's Sogou Input Method Editor (IME) for Windows is being actively exploited by a Chinese threat actor. The software is one of the most popular IMEs in China, with a user base in the hundreds of millions. The vulnerability allows a remote attacker to achieve one-click remote code execution (RCE) and install a backdoor. The exploit, analyzed by Gen Threat Labs, is a sophisticated chain involving a command-line argument injection in a custom protocol handler (sgbiz://), which is then used to force an outdated, embedded Chromium browser to navigate to a malicious site and execute code.
CVE-2026-51990 is not a single flaw but a chain of three distinct weaknesses that, when combined, lead to RCE:
sgbiz://. The executable that handles these URLs, biz_helper.exe, fails to properly sanitize the command-line arguments passed to it from the URL. This allows an attacker to inject malicious arguments.The attack is initiated when a user clicks a specially crafted link starting with sgbiz://.
Specific vulnerable versions were not detailed in the source articles, but users are advised to update to the latest version of the software.
The vulnerability is confirmed to be under active exploitation by an unnamed Chinese threat actor. The goal of the observed attacks is to deploy a backdoor on the victim's machine, granting the attacker persistent access and control. The one-click nature of the exploit makes it highly effective for targeted phishing campaigns.
The impact of this vulnerability is significant due to the massive user base of the Sogou Input Method. A successful exploit leads to a full compromise of the victim's Windows machine. This could result in:
This incident highlights the risks associated with third-party software that uses custom protocol handlers and outdated components, as they can create a large and often overlooked attack surface.
No specific Indicators of Compromise (IOCs) were provided in the source articles.
Security teams can hunt for the following patterns to detect potential exploitation:
biz_helper.exe--renderer-cmd-prefixbiz_helper.exe.sgbiz://biz_helper.exe making outbound connectionsbiz_helper.exe and inspect its command-line arguments for suspicious content, such as file paths to malicious scripts or URLs. (D3-PA: Process Analysis)sgbiz:// links is crucial.sgbiz:// protocol handler in the Windows Registry to prevent the exploit chain from initiating. This may impact software functionality.Updating to the latest version of Sogou Input Method is the most effective way to patch the vulnerability chain.
Mapped D3FEND Techniques:
Running the IME in a sandboxed environment could prevent the embedded browser from executing code on the host system.
Mapped D3FEND Techniques:
Disabling or de-registering the `sgbiz://` protocol handler in the Windows Registry can break the exploit chain.
Mapped D3FEND Techniques:
The primary remediation for CVE-2026-51990 is to deploy the latest version of the Sogou Input Method software to all affected Windows endpoints. Given the large user base and active exploitation, this should be treated as a high-priority patch. Use software inventory and patch management systems to identify all installations of Sogou IME and push the update. This action directly addresses the root causes of the vulnerability chain, including the argument injection and the outdated Chromium engine, preventing attackers from achieving one-click RCE.
Configure EDR or process monitoring tools to detect the specific behavior of this exploit chain. Create a detection rule that triggers an alert when the biz_helper.exe process is executed with command-line arguments containing URL-like strings (http://, https://) or command injection characters. Correlating this with a subsequent network connection from biz_helper.exe or a child process to an external address would create a high-fidelity alert for active exploitation. This behavioral approach can detect attacks even on unpatched systems and provides critical visibility into attempts to leverage the custom protocol handler for malicious purposes.
For environments where patching is delayed or as a defense-in-depth measure, consider hardening the system against the initial attack vector. This can be achieved by de-registering the sgbiz:// custom protocol handler from the Windows Registry. By removing the association between the sgbiz:// scheme and the biz_helper.exe executable, clicking a malicious link will no longer trigger the vulnerable application, effectively breaking the exploit chain at the first step. This can be deployed via a Group Policy Object (GPO) or other configuration management tool. Note that this will likely break some functionality of the Sogou IME, so it should be tested and considered a temporary compensating control until patching is complete.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.