title: SVG Smuggling (T1027.017)
id: df00tech-t1027-017
status: experimental
description: "Adversaries may smuggle data and files past content filters by hiding malicious payloads inside of seemingly benign SVG files. SVGs are vector-based image files constructed using XML and can legitimately include <script> tags, enabling adversaries to embed malicious JavaScript payloads. SVGs may appear less suspicious to users than other executable file types since they are often treated as image files. SVG smuggling can assemble or download malicious payloads, redirect users to malicious websites, or display interactive content such as fake login forms. SVG Smuggling may be used in conjunction with HTML Smuggling where an SVG with a malicious payload is included inside an HTML file."
references:
  - https://attack.mitre.org/techniques/T1027/017/
  - https://df00tech.com/detections/T1027.017
author: df00tech
date: 2026/04/13
tags:
  - attack.t1027.017
# NOTE: logsource is auto-derived and may need adjustment for your environment
logsource:
  category: process_creation
  product: windows
detection:
  # This detection logic could not be auto-translated; see the KQL/SPL query on df00tech.
  selection:
    EventID: '*'
  condition: selection
falsepositives:
  - Legitimate SVG downloads from design or documentation tools where developers open SVG files normally
  - Web development workflows where SVG files are edited and executed locally via browser for testing
  - Corporate applications that use SVG icons or graphics and invoke browser rendering legitimately
  - Email clients that preview SVG images attached to legitimate business communications
level: high
