Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CWE-515:Covert Storage Channel
Weakness ID:515
Version:v4.17
Weakness Name:Covert Storage Channel
Vulnerability Mapping:Allowed
Abstraction:Base
Structure:Simple
Status:Incomplete
Likelihood of Exploit:High
DetailsContent HistoryObserved CVE ExamplesReports
▼Description

A covert storage channel transfers information through the setting of bits by one program and the reading of those bits by another. What distinguishes this case from that of ordinary operation is that the bits are used to convey encoded information.

▼Extended Description

Covert storage channels occur when out-of-band data is stored in messages for the purpose of memory reuse. Covert channels are frequently classified as either storage or timing channels. Examples would include using a file intended to hold only audit information to convey user passwords--using the name of a file or perhaps status bits associated with it that can be read by all users to signal the contents of the file. Steganography, concealing information in such a manner that no one but the intended recipient knows of the existence of the message, is a good example of a covert storage channel.

▼Alternate Terms
▼Relationships
Relevant to the view"Research Concepts - (1000)"
NatureMappingTypeIDName
ChildOfAllowed-with-ReviewC514Covert Channel
Nature: ChildOf
Mapping: Allowed-with-Review
Type: Class
ID: 514
Name: Covert Channel
▼Memberships
NatureMappingTypeIDName
MemberOfProhibitedC417Communication Channel Errors
MemberOfProhibitedC968SFP Secondary Cluster: Covert Channel
MemberOfProhibitedC1415Comprehensive Categorization: Resource Control
Nature: MemberOf
Mapping: Prohibited
Type:Category
ID: 417
Name: Communication Channel Errors
Nature: MemberOf
Mapping: Prohibited
Type:Category
ID: 968
Name: SFP Secondary Cluster: Covert Channel
Nature: MemberOf
Mapping: Prohibited
Type:Category
ID: 1415
Name: Comprehensive Categorization: Resource Control
▼Tags
NatureMappingTypeIDName
MemberOfProhibitedBSBOSS-274High likelihood of exploit
MemberOfProhibitedBSBOSS-328Read Application Data (impact)
Nature: MemberOf
Mapping: Prohibited
Type:BOSSView
ID: BOSS-274
Name: High likelihood of exploit
Nature: MemberOf
Mapping: Prohibited
Type:BOSSView
ID: BOSS-328
Name: Read Application Data (impact)
▼Relevant To View
Relevant to the view"Software Development - (699)"
NatureMappingTypeIDName
MemberOfProhibitedC417Communication Channel Errors
Nature: MemberOf
Mapping: Prohibited
Type: Category
ID: 417
Name: Communication Channel Errors
Relevant to the view"Software Fault Pattern (SFP) Clusters - (888)"
NatureMappingTypeIDName
MemberOfProhibitedC968SFP Secondary Cluster: Covert Channel
Nature: MemberOf
Mapping: Prohibited
Type: Category
ID: 968
Name: SFP Secondary Cluster: Covert Channel
▼Background Detail

▼Common Consequences
ScopeLikelihoodImpactNote
ConfidentialityN/ARead Application Data

Covert storage channels may provide attackers with important information about the system in question.

IntegrityConfidentialityN/ARead Application Data

If these messages or packets are sent with unnecessary data contained within, it may tip off malicious listeners as to the process that created the message. With this information, attackers may learn any number of things, including the hardware platform, operating system, or algorithms used by the sender. This information can be of significant value to the user in launching further attacks.

Scope: Confidentiality
Likelihood: N/A
Impact: Read Application Data
Note:

Covert storage channels may provide attackers with important information about the system in question.

Scope: Integrity, Confidentiality
Likelihood: N/A
Impact: Read Application Data
Note:

If these messages or packets are sent with unnecessary data contained within, it may tip off malicious listeners as to the process that created the message. With this information, attackers may learn any number of things, including the hardware platform, operating system, or algorithms used by the sender. This information can be of significant value to the user in launching further attacks.

▼Potential Mitigations
Phase:Implementation
Mitigation ID:
Strategy:
Effectiveness:
Description:

Ensure that all reserved fields are set to zero before messages are sent and that no unnecessary information is included.

Note:

▼Modes Of Introduction
Phase: Implementation
Note:

N/A

▼Applicable Platforms
▼Demonstrative Examples
Example 1

An excellent example of covert storage channels in a well known application is the ICMP error message echoing functionality. Due to ambiguities in the ICMP RFC, many IP implementations use the memory within the packet for storage or calculation. For this reason, certain fields of certain packets -- such as ICMP error packets which echo back parts of received messages -- may contain flaws or extra information which betrays information about the identity of the target operating system. This information is then used to build up evidence to decide the environment of the target. This is the first crucial step in determining if a given system is vulnerable to a particular flaw and what changes must be made to malicious code to mount a successful attack.

Language: ( code)
N/A

▼Observed Examples
ReferenceDescription
▼Affected Resources
    ▼Functional Areas
      ▼Weakness Ordinalities
      OrdinalityDescription
      ▼Detection Methods
      ▼Vulnerability Mapping Notes
      Usage:Allowed
      Reason:Acceptable-Use
      Rationale:

      This CWE entry is at the Base level of abstraction, which is a preferred level of abstraction for mapping to the root causes of vulnerabilities.

      Comments:

      Carefully read both the name and description to ensure that this mapping is an appropriate fit. Do not try to 'force' a mapping to a lower-level Base/Variant simply to comply with this preferred level of abstraction.

      Suggestions:
      ▼Notes
      Maintenance

      As of CWE 4.9, members of the CWE Hardware SIG are working to improve CWE's coverage of transient execution weaknesses, which include issues related to Spectre, Meltdown, and other attacks that create or exploit covert channels. As a result of that work, this entry might change in CWE 4.10.

      N/A

      ▼Taxonomy Mappings
      Taxonomy NameEntry IDFitEntry Name
      LandwehrN/AN/AStorage
      CLASPN/AN/ACovert storage channel
      Taxonomy Name: Landwehr
      Entry ID: N/A
      Fit: N/A
      Entry Name: Storage
      Taxonomy Name: CLASP
      Entry ID: N/A
      Fit: N/A
      Entry Name: Covert storage channel
      ▼Related Attack Patterns
      IDName
      ▼References
      Reference ID: REF-1431
      Title: A Taxonomy of Computer Program Security Flaws, with Examples
      Author: Carl E. Landwehr, Alan R. Bull, John P. McDermott, William S. Choi
      Section:
      Publication:
      Publisher:
      Edition:
      URL:https://cwe.mitre.org/documents/sources/ATaxonomyofComputerProgramSecurityFlawswithExamples%5BLandwehr93%5D.pdf
      URL Date:2024-11-17
      Day:19
      Month:11
      Year:1993
      Details not found