Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
New ZcopyReaper Linux Kernel Vulnerability Enables Privilege Escalation Attacks
September 14, 2026
WhatsApp’s Restricted Chat Feature Improves Privacy and Security
September 14, 2026
Critical Sogou Input Method RCE Vulnerability Lets Attackers Backdoor Users
September 14, 2026
Home/Threats/Critical Sogou Input Method RCE Vulnerability Lets Attackers Backdoor Users
Threats

Critical Sogou Input Method RCE Vulnerability Lets Attackers Backdoor Users

Key Takeaways A critical remote code execution (RCE) vulnerability (CVE-2026-51990) was discovered in Sogou Input Method for Windows. The flaw allowed attackers to execute the GRAYRABBIT backdoor...

Sarah simpson
Sarah simpson
September 14, 2026 4 Min Read
2 0

Key Takeaways

  • A critical remote code execution (RCE) vulnerability (CVE-2026-51990) was discovered in Sogou Input Method for Windows.
  • The flaw allowed attackers to execute the GRAYRABBIT backdoor with a single click on a malicious link.
  • The vulnerability chain leveraged an insecure custom URL protocol handler and an outdated, unsandboxed Chromium browser component within Sogou Input Method.
  • Hundreds of millions of users, including individuals and businesses across China, were at risk of espionage and data theft.
  • Sogou developer Tencent has released a patch in version 16.3.0.3498 to address the primary exploit vector.

Critical RCE Vulnerability in Sogou Input Method Exposed Millions to Backdoor Attacks

A severe remote code execution (RCE) vulnerability, identified as CVE-2026-51990, in Sogou Input Method for Windows could have allowed attackers to compromise user systems with just a single click. This flaw transformed the widely-used Chinese-language typing tool into a direct conduit for the GRAYRABBIT backdoor, enabling espionage, data exfiltration, and complete remote control over affected computers.

Table Of Content

  • Key Takeaways
  • Critical RCE Vulnerability in Sogou Input Method Exposed Millions to Backdoor Attacks
  • Discovery and Attack Chain Details
  • Patch, Hunting, and Risk Reduction
  • What You Should Do

Unlike complex multi-stage attacks or deceptive installers, this exploit required minimal user interaction. Victims merely needed to open a specially crafted link disseminated via phishing emails, instant messages, or malicious websites. Upon clicking, Windows would pass the request to Sogou Input Method, where an insecure handling mechanism for the link would inadvertently open an attacker-controlled web page.

Discovery and Attack Chain Details

Researchers at Gen Digital uncovered this critical vulnerability during their investigation into an active intrusion linked to the threat group UNC3569. Their analysis revealed that three distinct weaknesses could be chained together to form a potent one-click RCE attack. This allowed malicious code to execute with the same privileges as the logged-in Windows user.

Gen Digital said in a report shared with Cyber Security News (CSN) that the widespread adoption of Sogou Input Method, which serves hundreds of millions of users in China across various sectors, underscored the significant impact of this vulnerability.

The core of the vulnerability lies in Sogou Input Method’s use of a custom Windows link type, “sgbiz,” for internal component communication. When such a link is activated, the bizhelper.exe program is responsible for parsing its parameters and launching the appropriate Sogou component. While bizhelper.exe correctly validated the program name to be launched, it critically failed to scrutinize additional command-line instructions provided within the link. Attackers exploited this oversight to inject arbitrary commands.

This vulnerability enabled attackers to instruct Sogou’s configuration application to open its skin marketplace page. This page, crucially, incorporates an embedded Chromium-based browser. The application’s failure to restrict navigation to only trusted Sogou domains meant that it would accept any external URL specified by the attacker. This effectively turned a trusted application into a vehicle for rendering hostile web content.

The embedded browser component presented an even graver risk. It was based on Chromium 80, a version from 2020, and was found to have its sandbox disabled, along with other vital web security protections. This configuration allowed a JavaScript exploit to bypass the browser’s normal boundaries and execute code directly on the host system, a risk that has been highlighted in recent security reports concerning the V8 engine.

In the observed attacks, UNC3569 leveraged a known V8 flaw, CVE-2021-38003, to seize control of the outdated browser. The malicious code then proceeded to download additional files and employ DLL sideloading. This technique involves a legitimate program loading a rogue companion DLL file, making the malicious activity appear as normal Windows software behavior. This method’s effectiveness has been demonstrated in various campaigns, including analyses of AsyncRAT sideloading attacks.

Patch, Hunting, and Risk Reduction

The exploit chain was actively utilized to deploy the GRAYRABBIT backdoor. This sophisticated backdoor is capable of establishing contact with its command-and-control servers, collecting system information, executing arbitrary commands, opening an interactive command shell, transferring files, and loading further modules. This provides intruders with a robust and flexible foothold on compromised systems following the initial breach.

Tencent, the developer of Sogou Input Method, released a fix for the vulnerability in version 16.3.0.3498, which was deployed via automatic updates, approximately 12 days after receiving the disclosure. The patch specifically blocks unsafe URL-bearing options at the protocol-handler level, restricting accepted HTTPS addresses to only those with approved hostnames. However, the researchers noted that the embedded Chromium browser remained outdated, unsandboxed, and still had web security restrictions disabled, suggesting potential lingering risks.

What You Should Do

  • Update Immediately: Ensure your Sogou Input Method is updated to version 16.3.0.3498 or a later release. Configure your system to apply future updates promptly.
  • Exercise Caution with Links: Be extremely wary of unexpected links, even if they appear to originate from legitimate sources or seem to launch familiar desktop applications. Verify the legitimacy of links before clicking.
  • Monitor for Suspicious Activity: Organizations should review endpoint telemetry for unusual launches of Sogou components, unexpected child processes, and abnormal outbound network connections.
  • Implement Network Defenses: Reinforce link-filtering mechanisms at the network perimeter and educate users on identifying and reporting potential social engineering attempts.
  • Threat Hunting: Utilize the provided Indicators of Compromise (IoCs) to search historical logs, endpoint records, DNS activity, and proxy data for any signs of compromise. Blocking known hostile infrastructure, isolating suspected devices, and investigating related process activity are crucial steps to contain any potential intrusion.

Indicators of Compromise (IoCs):-

Type Indicator Description
URL sgbizsgprocess?modulesgmyinput.exeparam-page3Dskincenter20-url3Dhttps253A252F252Fnoht1ng.top252Ffuckujjbangx.html Malicious Sogou Input Method protocol link used to trigger the exploit chain
Domain noht1ng[.]top Exploit-page hosting domain
IP address 8.218.50.207 Staging server hosted on Alibaba Cloud in Hong Kong
Domain mail.uaiubifas[.]top GRAYRABBIT command-and-control domain using port 443
SHA-256 29c7ee41d0cc9e07d981e451df56d0c3d37c41ac4ec10c7b516cc033ee397a63 Trojanized DLL loader, originally identified as 7zp.dll with internal name boy.dll
SHA-256 749160a2f20f82744026719cf72e483595c6aad718efa74d675a98662e02422e Encrypted payload blob identified as p
SHA-256 D7a3c7eb94edc0e020f74c678743d71d61e944634aade4a67a96c3589e828b3a GRAYRABBIT backdoor with internal name core.dll
File name 7z.exe Legitimate 7-Zip executable used as the DLL sideloading host
File name 7zp.dll Downloaded trojanized DLL loader file
File name 7z.dll Name used for the trojanized DLL on disk to enable sideloading
File name p Encrypted payload blob containing the final-stage RAT
File name core.dll Internal module name of the GRAYRABBIT backdoor

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitPatchphishingSecurityThreatVulnerability

Share Article

Sarah simpson

Sarah simpson

Sarah is a cybersecurity journalist specializing in threat intelligence and malware analysis. With over 8 years of experience covering APT groups, zero-day exploits, and advanced persistent threats, Sarah brings deep technical expertise to breaking cybersecurity news. Previously, she worked as a security researcher at leading threat intelligence firms, where she analyzed malware samples and tracked cybercriminal operations. Sarah holds a Master's degree in Computer Science with a focus on cybersecurity and is a regular contributor to major security conferences.

Previous Post

Cyclops Blink malware evolves to target x86-64 Linux systems

Next Post

WhatsApp’s Restricted Chat Feature Improves Privacy and Security

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Hackers Exploit Claude AI to Steal Data from 1.8M Android Apps
September 14, 2026
Critical RCE Flaw in GitHub Enterprise Server Patched, Bounty Awarded
September 14, 2026
Hackers Exploit YouTube Gaming Channels, SEO Poisoning to Deploy RATs
September 14, 2026
Top Authors
David kimber
David kimber
Marcus Rodriguez
Marcus Rodriguez
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us