CWE-507: Trojan Horse

BaseIncomplete

The product appears to contain benign or useful functionality, but it also contains code that is hidden from normal operation that violates the intended security policy of the user or the system administrator.

View on MITRE
Back to CWE Lookup

Technical Details

Structure
Simple

Applicable To

Languages
Platforms

Frequently Asked Questions

What is CWE-507: Trojan Horse?+

CWE-507: Trojan Horse is a Common Weakness Enumeration (CWE) entry maintained by MITRE. The product appears to contain benign or useful functionality, but it also contains code that is hidden from normal operation that violates the intended security policy of the user or the system administrator.

What are the security consequences of Trojan Horse?+

If exploited, CWE-507 (Trojan Horse) it can compromise Confidentiality, Integrity and Availability, leading to outcomes such as Execute Unauthorized Code or Commands.

How do you prevent or mitigate Trojan Horse?+

Recommended mitigations for CWE-507 include: Most antivirus software scans for Trojan Horses. Verify the integrity of the product that is being installed.

What is the difference between a CWE and a CVE?+

A CWE (Common Weakness Enumeration) like CWE-507 describes a category of software weakness — the underlying flaw type. A CVE (Common Vulnerabilities and Exposures) identifies a specific, real-world vulnerability in a particular product. In short, a CWE is the kind of mistake, and a CVE is an instance of that mistake being found in software.

Learn More