CAPEC Definitions
CAPEC Definitions / CAPEC-448
CAPEC-448: Embed Virus into DLL
An adversary tampers with a DLL and embeds a computer virus into gaps between legitimate machine instructions. These gaps may be the result of compiler optimizations that pad memory blocks for performance gains. The embedded virus then attempts to infect any machine which interfaces with the product, and possibly steal private data or eavesdrop.
Severity:High
Possibility:Medium
Extended Description
No Extended Description.
Mitigations
Leverage anti-virus products to detect and quarantine software with known virus.
Relationships with other CAPECs
CAPEC-442: Infected Software
Prerequisites
Access to the software currently deployed at a victim location. This access is often obtained by leveraging another attack pattern to gain permissions that the adversary wouldn't normally have.
Related Weaknesses
CWE-506: Embedded Malicious Code
