Tencent Sogou IME Flaw Exploited for RCE (CVE-2026-51990)

Chinese Hackers Exploit Critical Flaw in Tencent's Sogou IME Software

CRITICAL
September 15, 2026
4m read
VulnerabilityCyberattackThreat Actor

Impact Scope

People Affected

Hundreds of millions of users

Geographic Impact

China (global)

Related Entities

Organizations

Tencent Gen Threat Labs

Products & Tech

Sogou Input MethodChromium

CVE Identifiers

CVE-2026-51990
CRITICAL

Full Report

Executive Summary

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.


Vulnerability Details

CVE-2026-51990 is not a single flaw but a chain of three distinct weaknesses that, when combined, lead to RCE:

  1. Argument Injection via Custom Protocol Handler: The Sogou Input Method registers a custom protocol handler, 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.
  2. Unrestricted URL Navigation: The attacker can use the injected arguments to instruct the application to navigate to an arbitrary URL.
  3. Outdated, Un-sandboxed Browser Engine: The software uses an old version of the Chromium browser engine that lacks modern security features like a robust sandbox. When forced to navigate to an attacker-controlled webpage, this outdated engine can be exploited to execute arbitrary code on the victim's system.

The attack is initiated when a user clicks a specially crafted link starting with sgbiz://.

Affected Systems

  • Product: Sogou Input Method for Windows
  • Developer: Tencent
  • User Base: Hundreds of millions, primarily Chinese-language speakers.

Specific vulnerable versions were not detailed in the source articles, but users are advised to update to the latest version of the software.

Exploitation Status

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.

Impact Assessment

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:

  • Data Theft: Stealing personal files, credentials, and sensitive information.
  • Surveillance: The installed backdoor could be used for long-term espionage, monitoring user activity, and capturing keystrokes.
  • Botnet Enrollment: Compromised machines could be incorporated into a botnet for use in other malicious activities like DDoS attacks or spam campaigns.

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.

IOCs — Directly from Articles

No specific Indicators of Compromise (IOCs) were provided in the source articles.

Cyber Observables — Hunting Hints

Security teams can hunt for the following patterns to detect potential exploitation:

Type
Process Name
Value
biz_helper.exe
Description
The executable for the vulnerable protocol handler. Monitor for this process being executed with unusual command-line arguments.
Type
Command Line Pattern
Value
--renderer-cmd-prefix
Description
This argument, if injected, could be used to launch malicious commands. Look for it in the command line of biz_helper.exe.
Type
URL Pattern
Value
sgbiz://
Description
Look for links with this custom protocol scheme in emails, documents, or browser history.
Type
Network Traffic Pattern
Value
biz_helper.exe making outbound connections
Description
Monitor for network connections from this process to unexpected external IP addresses.

Detection & Response

  • Process Monitoring: Use an EDR to monitor for the execution of biz_helper.exe and inspect its command-line arguments for suspicious content, such as file paths to malicious scripts or URLs. (D3-PA: Process Analysis)
  • Attack Surface Management: Identify all applications in your environment that register custom protocol handlers. This can be done by querying the Windows Registry. Scrutinize these handlers as potential attack vectors.
  • Phishing Awareness: Since the exploit requires a user click, detection of phishing emails or messages containing sgbiz:// links is crucial.

Mitigation

  1. Update Software: The primary mitigation is to ensure all users have updated their Sogou Input Method to the latest version, which presumably patches these flaws. (M1051: Update Software)
  2. Disable Protocol Handler: As a temporary measure, it may be possible to de-register the sgbiz:// protocol handler in the Windows Registry to prevent the exploit chain from initiating. This may impact software functionality.
  3. Application Isolation: Use sandboxing technologies to run applications like IMEs in an isolated environment, limiting their ability to execute code or access the file system. (M1048: Application Isolation and Sandboxing)
  4. Browser Security: Encourage users to use modern, up-to-date web browsers with robust sandboxing and security features, though this will not protect against the exploit chain that uses the embedded Chromium engine.

Timeline of Events

1
September 15, 2026
This article was published

MITRE ATT&CK Mitigations

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:

D3FEND Defensive Countermeasures

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.

Sources & References

14th September – Threat Intelligence Report
Check Point Research (checkpoint.com) September 14, 2026

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

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.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Editorial Standards & Analyst Review

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.

Tags

TencentSogouVulnerabilityRCEProtocol HandlerChina

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

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.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

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 Generator

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.