CAPEC-168 Windows ::DATA Alternate Data Stream

CAPEC ID: 168

CAPEC-168 Metadata

Likelihood of Attack

High

Typical Severity

Medium

Overview

Summary

An attacker exploits the functionality of Microsoft NTFS Alternate Data Streams (ADS) to undermine system security. ADS allows multiple "files" to be stored in one directory entry referenced as filename:streamname. One or more alternate data streams may be stored in any file or directory. Normal Microsoft utilities do not show the presence of an ADS stream attached to a file. The additional space for the ADS is not recorded in the displayed file size. The additional space for ADS is accounted for in the used space on the volume. An ADS can be any type of file. ADS are copied by standard Microsoft utilities between NTFS volumes. ADS can be used by an attacker or intruder to hide tools, scripts, and data from detection by normal system utilities. Many anti-virus programs do not check for or scan ADS. Windows Vista does have a switch (-R) on the command line DIR command that will display alternate streams.

Prerequisites

The target must be running the Microsoft NTFS file system.

Potential Solutions / Mitigations

Design: Use FAT file systems which do not support Alternate Data Streams. Implementation: Use Vista dir with the -R switch or utility to find Alternate Data Streams and take appropriate action with those discovered. Implementation: Use products that are Alternate Data Stream aware for virus scanning and system security operations.

Related Weaknesses (CWE)

CWE ID Description
CWE-69 Improper Handling of Windows ::DATA Alternate Data Stream
CWE-212 Improper Removal of Sensitive Information Before Storage or Transfer

Related CAPECs

CAPEC ID Description
CAPEC-636 Files on various operating systems can have a complex format which allows for the storage of other data, in addition to its contents. Often this is metadata about the file, such as a cached thumbnail for an image file. Unless utilities are invoked in a particular way, this data is not visible during the normal use of the file. It is possible for an attacker to store malicious data or code using these facilities, which would be difficult to discover.

Taxonomy Mappings

Taxonomy: OWASP Attacks

Entry ID Entry Name
Link Windows alternate data stream

Stay Ahead of Attack Patterns

Understanding CAPEC patterns helps security professionals anticipate and thwart potential attacks. Leverage these insights to enhance threat modeling, strengthen your software development lifecycle, and train your security teams effectively.