SVG malware delivered through phishing emails abusing Microsoft Office

Trusted File Types Are Being Used To Compromise Windows

Category: Cybersecurity

A coordinated malware campaign is actively abusing SVG files and Microsoft Office documents to infect Windows systems through targeted email attacks. The operation relies on proven vulnerabilities, steganography, and in-memory execution to stay hidden from traditional security tools. Manufacturing firms and government organizations in parts of Europe and the Middle East have been hit hardest, with attackers favoring realism over volume. The result is a quiet but highly effective delivery pipeline for credential stealers and remote access trojans.

Relevant Source (CISA): Top Routinely Exploited Vulnerabilities
CISA warns attackers keep exploiting older flaws like CVE-2017-11882 via malicious Office files, matching the email-led Windows infection pattern described.

Quick Facts

  • Attackers use SVG files, Office documents, and shortcut files as entry points
  • CVE-2017-11882 remains a reliable exploit on unpatched systems
  • Malware hides payloads inside PNG images using steganography
  • Execution avoids disk writes and blends into normal Windows processes
  • Payloads include credential stealers and full remote access tools
  • The infrastructure is shared across multiple threat groups

Multi-Vector Malware Delivery

This campaign represents a multi-vector malware delivery system designed to bypass modern defenses by abusing trusted file types and legitimate Windows behavior. Phishing emails posing as purchase orders arrive with compressed attachments that contain JavaScript droppers, weaponized Office documents, or malicious SVG files. Once opened, these files trigger a layered execution chain that pulls additional payloads from reputable hosting platforms, loads them directly into memory, and injects them into trusted Windows processes. Each step is engineered to look routine to both users and endpoint protection software.

  • Entry through email attachments that appear business-legitimate
  • Payload retrieval through trusted public hosting services
  • Execution that avoids writing malware to disk

What makes this operation stand out is restraint. The attackers favor older but reliable vulnerabilities and common administrative tools rather than flashy exploits. This approach reduces noise, increases success rates, and allows the same infrastructure to support multiple malware families without major changes.

Relevant Source (MITRE ATT&CK): User Execution: Malicious File (T1204.002)
MITRE documents how attackers rely on users opening weaponized files like Office docs and LNKs, which matches this phishing-led Windows infection chain.

Why These Attacks Keep Working

This campaign highlights how attackers continue to win by exploiting human trust and operational blind spots rather than technical novelty. Many organizations still allow legacy Office components, unrestricted PowerShell usage, and image attachments without deep inspection. When combined, those gaps create an attack surface that is easy to abuse and difficult to monitor. The fact that the same loader framework appears across unrelated campaigns confirms its effectiveness and availability.

  • Older vulnerabilities remain dangerous when left unpatched
  • Image files are now a common malware delivery vehicle
  • In-memory execution limits forensic visibility
  • Trusted system binaries help malware blend in
  • Shared infrastructure lowers the barrier for attackers

Researchers from Cyble Research and Intelligence Labs, along with independent findings from Seqrite, Nextron Systems, and Zscaler, all observed nearly identical execution patterns. Those overlaps confirm that defenders are not facing isolated incidents, but an ecosystem built for reuse and scale.

Relevant Source (NSA): Properly Configuring And Monitoring PowerShell
NSA describes how attackers abuse PowerShell in real intrusions and why monitoring and configuration gaps keep enabling stealthy malware activity.

Practical Windows Hardening Steps

Reducing exposure to this class of attack requires tightening defaults and removing unnecessary legacy features. Most of the techniques used here rely on systems behaving exactly as configured, not on zero-day exploits. Defensive improvements therefore tend to be practical rather than disruptive.

  • Disable the Microsoft Office Equation Editor where it is not required
  • Block or heavily inspect SVG attachments at the email gateway
  • Restrict PowerShell usage and enable script block logging
  • Monitor for unusual RegAsm.exe or WMI-spawned processes
  • Educate staff on purchase order phishing patterns

Security teams should also review how image files are handled across email and web gateways. PNG files no longer represent passive content, and inspection policies should reflect that reality. Small configuration changes can meaningfully raise the cost of these attacks.

Relevant Source (Microsoft Learn): about_Logging (PowerShell 5.1)
Microsoft documents Script Block Logging and related PowerShell logging controls that help detect obfuscated phishing payload execution and fileless malware behavior.

Behavioral Detection, Not Signatures

This campaign reinforces a long-standing truth in cybersecurity. Attackers succeed by combining old weaknesses with modern evasion rather than chasing novelty. By chaining together trusted formats, public hosting services, and native Windows tools, they avoid many of the controls organizations rely on for detection.

The broader risk lies in normalization. When malicious behavior looks indistinguishable from legitimate system activity, defenders must shift from signature-based thinking to behavioral awareness. Organizations that continue to rely on default configurations and perimeter defenses will remain exposed, regardless of how advanced their endpoint tools appear on paper.

Relevant Source (UK NCSC): Observability And Threat Hunting
NCSC discusses how attackers blend in using “living off the land” techniques and why stronger observability and behavior-focused monitoring is needed.

Why Email Still Spreads Malware

Email remains the most reliable malware delivery channel because it exploits trust, urgency, and routine. This campaign shows how little effort is required to turn familiar file types into effective weapons when basic safeguards are missing. Closing those gaps does not require radical change, only consistent hygiene and attention to how systems are actually used.

Relevant Source (NIST): Phishing
NIST describes how convincing emails impersonate trusted sources to push harmful links or malware downloads, which aligns with phishing-driven file attacks.

FAQ

Are SVG files dangerous by default
SVG files can contain scripts, which makes them risky when opened from untrusted sources.

Why is CVE-2017-11882 still exploited
Many systems still have the vulnerable component enabled despite its age.

How does malware hide in PNG images
Attackers append encoded data to image files and extract it during execution.

Why avoid writing files to disk
In-memory execution reduces detection and leaves fewer forensic traces.

Is this attack targeted or widespread
It is targeted in delivery but uses scalable infrastructure shared across campaigns.

Malware Risks, Warning Signs, And How To Prevent It

How JENI Fits Into This Threat Landscape

Modern Windows attacks succeed because they hide inside normal system behavior and trusted file formats. This campaign shows how malware blends into PowerShell, image files, and native Windows utilities without triggering obvious alarms. Defense now depends on visibility, cleanup, and system integrity rather than signature chasing.

Where JENI Helps

  • Detects abnormal PowerShell, WMI, and system process behavior through deep local inspection
  • Repairs Windows system corruption that malware commonly abuses for persistence
  • Cleans hidden caches, logs, and residue that in-memory malware often leaves behind

JENI focuses on restoring Windows to a known good state using trusted, local-only repair methods. It strengthens system reliability so malicious loaders have fewer places to hide. While no single tool stops every attack, reducing system weakness limits how far these threats can go. Clean systems fail less, behave predictably, and surface problems faster when something is wrong.

Published on December 20, 2025 at 8:37 AM by:

Geoffrey has decades of hands-on experience in IT, software development, and cybersecurity, bringing expert technical insight to every article. He holds two IT bachelor’s degrees, a business degree, and a master’s degree in Cybersecurity and Information Assurance.