kevmap

Techniques › T1221

T1221 Template Injection

stealth — Windows · attack.mitre.org · JSON

1
MITRE detection strategy
1
analytics
2
Sigma rules tagged attack.t1221
3
KEV CVEs mapped here
<p>Adversaries may create or modify references in user document templates to conceal malicious code or force authentication attempts. For example, Microsoft’s Office Open XML (OOXML) specification defines an XML-based format for Office documents (.docx, xlsx, .pptx) to replace older binary formats (.doc, .xls, .ppt). OOXML files are packed together ZIP archives compromised of various XML files, referred to as parts, containing properties that collectively define how a document is rendered.</p><p>Properties within parts may reference shared public resources accessed via online URLs. For example, template properties may reference a file, serving as a pre-formatted document blueprint, that is fetched when the document is loaded.</p><p>Adversaries may abuse these templates to initially conceal malicious code to be executed via user documents. Template references injected into a document may enable malicious payloads to be fetched and executed when the document is loaded. These documents can be delivered via other techniques such as Phishing and/or Taint Shared Content and may evade static detections since no typical indicators (VBA macro, script, etc.) are present until after the malicious payload is fetched. Examples have been seen in the wild where template injection was used to load malicious code containing an exploit.</p><p>Adversaries may also modify the <code>*\template</code> control word within an .rtf file to similarly conceal then download malicious code. This legitimate control word value is intended to be a file destination of a template file resource that is retrieved and loaded when an .rtf file is opened. However, adversaries may alter the bytes of an existing .rtf file to insert a template control word field to include a URL resource of a malicious payload.</p><p>This technique may also enable Forced Authentication by injecting a SMB/HTTPS (or other credential prompting) URL and triggering an authentication attempt.</p>

KEV CVEs mapped to this technique · CTID Mappings Explorer

CVEVendor / productMapping typeStateAdded
CVE-2024-23692Rejetto HTTP File Server exploitation technique Mapped2024-07-09
CVE-2023-22527Atlassian Confluence Data Center and Server exploitation technique Mapped2024-01-24
CVE-2022-22954VMware Workspace ONE Access and Identity Manager exploitation technique Mapped2022-04-14

Detection strategy · ATT&CK Enterprise v19.2

Sigma rules · SigmaHQ da9bb07d64, tag attack.t1221

Author: Sittikorn S · 2020-05-31 (modified 2023-08-17) · logsource: product=windows category=registry_set · 2d9403d5-7927-46b7-8216-37ab7c9ec5e3
Detects set value ms-msdt MSProtocol URI scheme in Registry that could be an attempt to exploit CVE-2022-30190.
Techniques: T1221
Author: Nasreddine Bencherchali (Nextron Systems) · 2022-06-14 · logsource: category=webserver · ada3bc4f-f0fd-42b9-ba91-e105e8af7342
Detects SSTI attempts sent via GET requests in access logs
Techniques: T1221