Security1 publisher2 min readPublished
UNC3569 exploited a Sogou Input Method link handler to run code as the user
Gen Digital found the chain while working a live UNC3569 intrusion. Tencent's April 2026 fix closed the link handler and left the bundled Chromium 80 in place, with its sandbox still switched off in the code.
The Watch · Security desk

What happened
- Gen Digital said it found the flaw while investigating a live intrusion by UNC3569, a group Google Threat Intelligence ties to China and places in the country's hacker-for-hire scene.
- The chain ran through sgbiz:, a link type registered on Windows whose handler biz_helper.exe checks which Sogou program a link names but applies no filtering to the arguments it passes on.
- The crafted link started SGMyInput.exe, Sogou's settings program, and told it to open the skin store, the only screen there that opens a browser window, at an address of the attacker's choosing.
- That browser is Sogou's own Chromium 80 build from around March 2020, with the sandbox and the same-origin policy switched off in the code, and the page served an exploit for CVE-2021-38003.
- Tencent fixed the flaw in April 2026, and in the patched version Gen examined the built-in browser engine is still the 2020 version with its sandbox still off.
Compiled by The WatchSomething wrong?How this is made
Why it matters
- capability No sandbox escape was needed. A 2021 V8 bug that is worthless against current Chrome is a complete code-execution tool against a host running Sogou Input Method.
- exposure The skin store window still hands the unsandboxed engine any address it is given, so a second route to that window puts an attacker back at execution with the user's privileges.
- decision Anyone running Chinese-language Windows fleets now has to weigh keeping an input method used by 455 million people a month against having a 2020 browser engine on the endpoint.
- contradiction Gen and Tencent disagree over whether one click sufficed, and because neither disclosed what the victims were shown, any estimate of how much user interaction this chain needs rests on nothing public.
CVE-2021-38003 was fixed in Chrome 95 in October 2021 [26]. CISA added it to the catalog of vulnerabilities known to have been exploited on November 3, 2021 [27]. The engine inside Sogou Input Method is Chromium 80, built around March 2020 [18], roughly 19 months of Chrome releases before that fix landed [1]. Tencent shipped its fix in April 2026 [4], about 53 months after the KEV listing [2]. Because the engine is Sogou's own compiled copy, updating Chrome on the host does not touch it [4].
Gen says clicking the link was all it took [21]. Tencent, quoted in the research, described the chain as relatively complex and said an attacker would need social engineering to get the user to "actively authorize the browser's pop-up prompt" [22]. Chromium-based browsers do show a confirmation box before handing a link to a separate program on the machine, and a user can tick a box to stop seeing it for a given site [23]. Neither company says what the people in this campaign saw, and Gen says the link could also arrive by email or chat message, where neither account describes what the user is shown [24].
Citizen Lab at the University of Toronto called Sogou the most popular Chinese input method in China in 2023 research [10], and put its user base above 455 million people a month across Windows, Android and iOS, with about 70% of Chinese input-method users [11]. The same research cited market research on visits to the product's website and noted the United States accounted for over 3.3% of them [12]. That percentage counts website visits, not installations, so it yields no figure for a US installed base [5]. Citizen Lab also found encryption flaws in the app that exposed what people typed [13].
Gen's findings cover one product. The research does not address how other input methods or locale-specific desktop utilities are built, or whether organizations carry them in asset inventories [6]. Google has tracked UNC3569 since 2021 against government, education, technology and finance targets, mostly in East and Southeast Asia [6]. GRAYRABBIT, the backdoor placed here, gives an operator a remote command shell, moves files in both directions, and loads additional modules from the attacker's server at any time [8].
What to watch
- Whether Tencent updates the bundled Chromium or enables its sandbox, and in which Sogou version.
- Whether Gen or Google publishes indicators, victim counts, or further UNC3569 intrusions using this delivery path.
- Whether other Sogou components reachable through sgbiz: accept arguments that reach a network-facing feature.