CWE-514: Covert Channel

ClassIncomplete

A covert channel is a path that can be used to transfer information in a way not intended by the system's designers.

View on MITRE
Back to CWE Lookup

Extended Description

Typically the system has not given authorization for the transmission and has no knowledge of its occurrence.

Technical Details

Structure
Simple

Applicable To

Languages
Platforms

Frequently Asked Questions

What is CWE-514: Covert Channel?+

CWE-514: Covert Channel is a Common Weakness Enumeration (CWE) entry maintained by MITRE. A covert channel is a path that can be used to transfer information in a way not intended by the system's designers. Typically the system has not given authorization for the transmission and has no knowledge of its occurrence.

What are the security consequences of Covert Channel?+

If exploited, CWE-514 (Covert Channel) it can compromise Confidentiality and Access Control, leading to outcomes such as Read Application Data and Bypass Protection Mechanism.

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

A CWE (Common Weakness Enumeration) like CWE-514 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