CWE-386: Symbolic Name not Mapping to Correct Object

BaseDraft

A constant symbolic reference to an object is used, even though the reference can resolve to a different object over time.

View on MITRE
Back to CWE Lookup

Technical Details

Structure
Simple

Applicable To

Languages
Not Language-Specific
Platforms

Frequently Asked Questions

What is CWE-386: Symbolic Name not Mapping to Correct Object?+

CWE-386: Symbolic Name not Mapping to Correct Object is a Common Weakness Enumeration (CWE) entry maintained by MITRE. A constant symbolic reference to an object is used, even though the reference can resolve to a different object over time.

What are the security consequences of Symbolic Name not Mapping to Correct Object?+

If exploited, CWE-386 (Symbolic Name not Mapping to Correct Object) it can compromise Access Control, Integrity, Confidentiality, Other and Non-Repudiation, leading to outcomes such as Gain Privileges or Assume Identity, Modify Application Data, Modify Files or Directories, Read Application Data, Read Files or Directories and Other.

Which programming languages are affected by Symbolic Name not Mapping to Correct Object?+

CWE-386 commonly affects Not Language-Specific. Note that weaknesses are often language-agnostic patterns, so secure coding practices apply broadly.

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

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