CWE-359: Exposure of Private Personal Information to an Unauthorized Actor

BaseIncomplete

The product does not properly prevent a person's private, personal information from being accessed by actors who either (1) are not explicitly authorized to access the information or (2) do not have the implicit consent of the person about whom the information is collected.

View on MITRE
Back to CWE Lookup

Technical Details

Structure
Simple
Vulnerability Mapping
ALLOWED

Applicable To

Languages
Not Language-Specific
Platforms

Source-backed guidance

Additional facts reviewed against primary or authoritative security sources.

Verify controls for CWE-359 with SSDF evidence

Use NIST SSDF verification and vulnerability-response practices to detect CWE-359, Exposure of Private Personal Information to an Unauthorized Actor, throughout the product lifecycle. Derive review questions, static or dynamic checks, and negative tests from the CWE's causal behavior; define the components and lifecycle stages each check covers; and retain findings with enough evidence to distinguish the root cause from symptoms and impacts. Track escapes and false negatives, then improve the verification plan after every confirmed occurrence.

NIST SP 800-218 Secure Software Development FrameworkNational Institute of Standards and Technology

Apply Attack Surface Reduction controls for Exposure of Private Personal Information to an Unauthorized Actor

MITRE associates mitigation with Requirements, Architecture and Design, Implementation, and Operation; the listed strategies include Attack Surface Reduction; documented detection approaches include Architecture or Design Review, and Automated Static Analysis. Use these source-defined anchors to turn CWE-359 into implementation, review, and verification checks for the affected component.

CWE-359: Exposure of Private Personal Information to an Unauthorized ActorMITRE CWE

Triage CWE-359 against known exploitation evidence

Use CISA's Known Exploited Vulnerabilities catalog to test whether a vulnerability mapped to CWE-359, Exposure of Private Personal Information to an Unauthorized Actor, has evidence of exploitation in the wild. Confirm the CVE-to-CWE root-cause mapping independently before attaching the example, then capture the affected product, required action, and remediation deadline. A missing KEV match is not evidence that the weakness is unexploited, and a KEV entry must not be generalized to every occurrence of this CWE.

Known Exploited Vulnerabilities CatalogCybersecurity and Infrastructure Security Agency

Apply precise root-cause mapping to CWE-359

Apply MITRE's full root-cause mapping guidance when using CWE-359, Exposure of Private Personal Information to an Unauthorized Actor. Separate weakness language from attacker prerequisites and technical impact, check the entry's abstraction and vulnerability-mapping notes, and prefer the most specific Base or Variant supported by the evidence. Record the rejected alternatives and require an independent review before the mapping is used for remediation trends or program metrics.

CVE to CWE Root Cause Mapping GuidanceMITRE CWE

Validate CWE-359 with root-cause mapping checks

Apply MITRE's root-cause mapping quick tips to CWE-359, Exposure of Private Personal Information to an Unauthorized Actor. Confirm the finding describes the causal weakness rather than an impact or attack pattern, compare the abstraction and mapping notes with plausible alternatives, and have a second reviewer challenge the selection. Preserve the evidence and reasoning so recurring defects can be measured against one consistent identifier.

CVE to CWE Root Cause Mapping Quick TipsMITRE CWE

Frequently Asked Questions

What is CWE-359: Exposure of Private Personal Information to an Unauthorized Actor?+

CWE-359: Exposure of Private Personal Information to an Unauthorized Actor is a Common Weakness Enumeration (CWE) entry maintained by MITRE. The product does not properly prevent a person's private, personal information from being accessed by actors who either (1) are not explicitly authorized to access the information or (2) do not have the implicit consent of the person about whom the information is collected.

What are the security consequences of Exposure of Private Personal Information to an Unauthorized Actor?+

If exploited, CWE-359 (Exposure of Private Personal Information to an Unauthorized Actor) it can compromise Confidentiality, leading to outcomes such as Read Application Data.

How do you prevent or mitigate Exposure of Private Personal Information to an Unauthorized Actor?+

Recommended mitigations for CWE-359 include: Identify and consult all relevant regulations for personal privacy. An organization may be required to comply with certain federal and state regulations, depending on its location, the type of business it conducts, and the nature of any private data it handles. Regulations may include Safe Harbor Privacy Framework [REF-340], Gramm-Leach Bliley Act (GLBA) [REF-341], Health Insurance Portability and Accountability Act (HIPAA) [REF-342], General Data Protection Regulation (GDPR) [REF-1047], California Consumer Privacy Act (CCPA) [REF-1048], and others. Carefully evaluate how secure design may interfere with privacy, and vice versa. Security and privacy concerns often seem to compete with each other. From a security perspective, all important operations should be recorded so that any anomalous activity can later be identified. However, when private data is involved, this practice can in fact create risk. Although there are many ways in which private data can be handled unsafely, a common risk stems from misplaced trust. Programmers often trust the operating environment in which a program runs, and therefore believe that it is acceptable store private information on the file system, in the registry, or in other locally-controlled resources. However, even if access to certain resources is restricted, this does not guarantee that the individuals who do have access can be trusted.

How is Exposure of Private Personal Information to an Unauthorized Actor detected?+

CWE-359 can be detected using Architecture or Design Review and Automated Static Analysis. Combining automated tooling with manual review typically yields the best coverage.

Which programming languages are affected by Exposure of Private Personal Information to an Unauthorized Actor?+

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

What are real-world examples of Exposure of Private Personal Information to an Unauthorized Actor?+

MITRE documents real CVEs mapped to CWE-359, including CVE-2023-29850, CVE-2020-26220 and CVE-2005-0406. You can look up the full details of each CVE, including CVSS scores and remediation guidance, on our CVE Lookup tool.

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

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

Advertisement