Monday, January 27, 2025
HomeCyber Security NewsHackers Use SVG Images to Install QBot Malware on Windows Systems

Hackers Use SVG Images to Install QBot Malware on Windows Systems

Published on

SIEM as a Service

Follow Us on Google News

To perform HTML smuggling, the QBot malware phishing campaigns utilize SVG image files as a method of distribution. This method creates a malicious installer for Windows that can be run by the user locally.

A Base64 encoded QBot malware installer is reassembled via embedded SVG images that contain JavaScript which can be used to perform this attack. As soon as the target’s browser is opened, the installer will be automatically downloaded and installed.

HTML Smuggling Based on SVG

A phishing email message that delivers the malicious QBot malware can also load other payloads, such as the following:-

  • Cobalt Strike
  • Brute Ratel
  • Ransomware
HTML Smuggling (Talos)

As the name suggests, HTML smuggling involves encrypting JavaScript payloads into HTML attachments or websites in such a way that they don’t leave any trail behind them.

HTML documents automatically decode JavaScript and execute it when they are opened. Scripts that run locally could be allowed to perform malicious functions, including creating executables that could execute malware.

Threat actors use this method so that they can avoid being detected at the perimeter by the following entities:-

  • Security tools
  • Firewalls

In a new campaign that was observed by Cisco Talos researchers, QBot phishing emails are used to lure users into opening an HTML document that has been attached to an email reply chain sent using stolen email addresses.

Attached File (Talos)

A base64-encoded SVG image is embedded in the HTML of this attachment to hide the malicious code that has been hidden with the aid of an HTML smuggling technique.

SVG Image Embedded (Talos)

Since SVG is a vector image format that is completely based upon XML, it has the capability of including HTML <script> tags and this feature is one of the best legit abilities of this format. While other raster image types like JPG and PNG files don’t come with such abilities. 

Here the JavaScript and the SVG format image will be executed and displayed once the HTML document starts loading the SVG file via one of the following tags:-

  • <embed>
  • <iframe>

In recent years, HTML smuggling attacks have become more common and have proven to be capable of bypassing some security devices.

Primarily what users have to make sure of is that both VBScript and JavaScript execution should be blocked for the downloaded content in order to prevent HTML smuggling attacks from happening.

It is also a good idea to educate your users on the dangers of HTML smuggling in order to prevent attacks on them in the future.

Secure Web Gateway – Web Filter Rules, Activity Tracking & Malware Protection – Download Free E-Book

Gurubaran
Gurubaran
Gurubaran is a co-founder of Cyber Security News and GBHackers On Security. He has 10+ years of experience as a Security Consultant, Editor, and Analyst in cybersecurity, technology, and communications.

Latest articles

White House Considers Oracle-Led Takeover of TikTok with U.S. Investors

In a significant development, the Trump administration is reportedly formulating a plan to prevent...

Critical Vulnerability in IBM Security Directory Enables Session Cookie Theft

IBM has announced the resolution of several security vulnerabilities affecting its IBM Security Directory...

Critical Apache Solr Vulnerability Grants Write Access to Attackers on Windows

A new security vulnerability has been uncovered in Apache Solr, affecting versions 6.6 through...

GitHub Vulnerability Exposes User Credentials via Malicious Repositories

A cybersecurity researcher recently disclosed several critical vulnerabilities affecting Git-related projects, revealing how improper...

API Security Webinar

Free Webinar - DevSecOps Hacks

By embedding security into your CI/CD workflows, you can shift left, streamline your DevSecOps processes, and release secure applications faster—all while saving time and resources.

In this webinar, join Phani Deepak Akella ( VP of Marketing ) and Karthik Krishnamoorthy (CTO), Indusface as they explores best practices for integrating application security into your CI/CD workflows using tools like Jenkins and Jira.

Discussion points

Automate security scans as part of the CI/CD pipeline.
Get real-time, actionable insights into vulnerabilities.
Prioritize and track fixes directly in Jira, enhancing collaboration.
Reduce risks and costs by addressing vulnerabilities pre-production.

More like this

White House Considers Oracle-Led Takeover of TikTok with U.S. Investors

In a significant development, the Trump administration is reportedly formulating a plan to prevent...

Critical Vulnerability in IBM Security Directory Enables Session Cookie Theft

IBM has announced the resolution of several security vulnerabilities affecting its IBM Security Directory...

Critical Apache Solr Vulnerability Grants Write Access to Attackers on Windows

A new security vulnerability has been uncovered in Apache Solr, affecting versions 6.6 through...