CWE-200: Exposure of Sensitive Information to an Unauthorized Actor

ClassDraftExploit Likelihood: High

The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

View on MITRE
Back to CWE Lookup

Extended Description

There are many different kinds of mistakes that introduce information exposures. The severity of the error can range widely, depending on the context in which the product operates, the type of sensitive information that is revealed, and the benefits it may provide to an attacker. Some kinds of sensitive information include: private, personal information, such as personal messages, financial data, health records, geographic location, or contact details system status and environment, such as the operating system and installed packages business secrets and intellectual property network status and configuration the product's own code or internal state metadata, e.g. logging of connections or message headers indirect information, such as a discrepancy between two internal operations that can be observed by an outsider Information might be sensitive to different parties, each of which may have their own expectations for whether the information should be protected. These parties include: the product's own users people or organizations whose information is created or used by the product, even if they are not direct product users the product's administrators, including the admins of the system(s) and/or networks on which the product operates the developer Information exposures can occur in different ways: the code explicitly inserts sensitive information into resources or messages that are intentionally made accessible to unauthorized actors, but should not contain the information - i.e., the information should have been "scrubbed" or "sanitized" a different weakness or mistake indirectly inserts the sensitive information into resources, such as a web script error revealing the full system path of the program. the code manages resources that intentionally contain sensitive information, but the resources are unintentionally made accessible to unauthorized actors. In this case, the information exposure is resultant - i.e., a different weakness enabled the access to the information in the first place. It is common practice to describe any loss of confidentiality as an "information exposure," but this can lead to overuse of CWE-200 in CWE mapping. From the CWE perspective, loss of confidentiality is a technical impact that can arise from dozens of different weaknesses, such as insecure file permissions or out-of-bounds read. CWE-200 and its lower-level descendants are intended to cover the mistakes that occur in behaviors that explicitly manage, store, transfer, or cleanse sensitive information.

Technical Details

Structure
Simple
Vulnerability Mapping
DISCOURAGED

Applicable To

Languages
Not Language-Specific
Platforms

Source-backed guidance

Additional facts reviewed against primary or authoritative security sources.

Combine review and analysis around the CWE-200 trust boundary

MITRE identifies binary and source static analysis, automated dynamic analysis, manual dynamic analysis as applicable detection approaches. Use them to inspect responses, errors, logs, metadata, caches, and side channels for data that crosses to a user or tenant without a matching need and authorization decision. Require a reproducible source-to-sink or policy-to-enforcement trace, record coverage gaps, and confirm suspected findings dynamically where safe; no single scanner can establish complete coverage for this weakness.

CWE-200: detection methods and operational guidanceMITRE CWE

Protect sensitive resources at the authorization boundary

Identify sensitive records, files, operations, and metadata, then grant access only to the users and services that require them. Deny by default and check both the requested operation and the specific object on every request. Test unauthenticated access, horizontal access to another user's resources, vertical privilege escalation, exports, and error paths that may disclose protected information.

Authorization Cheat SheetOWASP Foundation

Apply lessons from CVE-2024-24919 in Check Point Quantum Security Gateways

NVD maps CVE-2024-24919 to CWE-200; an information-disclosure weakness on internet-connected gateways with VPN or Mobile Access features enabled could expose sensitive information. Use the case to minimize externally reachable management surfaces, test unauthenticated read paths, and inspect appliance responses for files or configuration data that cross the intended boundary.

CVE-2024-24919 DetailNIST National Vulnerability Database

Prioritize CWE-200 using its 2025 CWE Top 25 evidence

CWE-200 ranked #20 in the 2025 CWE Top 25 with a score of 4.01. The ranking table recorded 1 mapped vulnerability in CISA KEV for this measurement window. Use the rank to prioritize systemic prevention, detection coverage, and recurring-root-cause metrics across the portfolio, while retaining asset exposure and business impact for individual finding severity decisions.

2025 CWE Top 25 Most Dangerous Software WeaknessesMITRE CWE

Trigger errors and alternate representations to find disclosure

Send malformed, incomplete, unauthorized, and boundary requests through every representation and content-negotiation path. Check bodies, headers, redirects, logs returned to users, debug endpoints, cache behavior, timing, and downloadable artifacts for secrets, internal paths, stack traces, or another tenant’s data. Verify production errors are generic while detailed diagnostics remain access-controlled.

Error Handling Cheat SheetOWASP Foundation

Frequently Asked Questions

What is CWE-200: Exposure of Sensitive Information to an Unauthorized Actor?+

CWE-200: Exposure of Sensitive Information to an Unauthorized Actor is a Common Weakness Enumeration (CWE) entry maintained by MITRE. The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. There are many different kinds of mistakes that introduce information exposures. The severity of the error can range widely, depending on the context in which the product operates, the type of sensitive information that is revealed, and the benefits it may provide to an attacker. Some kinds of sensitive information include: private, personal information, such as personal messages, financial data, health records, geographic location, or contact details system status and environment, such as the operating system and installed packages business secrets and intellectual property network status and configuration the product's own code or internal state metadata, e.g. logging of connections or message headers indirect information, such as a discrepancy between two internal operations that can be observed by an outsider Information might be sensitive to different parties, each of which may have their own expectations for whether the information should be protected. These parties include: the product's own users people or organizations whose information is created or used by the product, even if they are not direct product users the product's administrators, including the admins of the system(s) and/or networks on which the product operates the developer Information exposures can occur in different ways: the code explicitly inserts sensitive information into resources or messages that are intentionally made accessible to unauthorized actors, but should not contain the information - i.e., the information should have been "scrubbed" or "sanitized" a different weakness or mistake indirectly inserts the sensitive information into resources, such as a web script error revealing the full system path of the program. the code manages resources that intentionally contain sensitive information, but the resources are unintentionally made accessible to unauthorized actors. In this case, the information exposure is resultant - i.e., a different weakness enabled the access to the information in the first place. It is common practice to describe any loss of confidentiality as an "information exposure," but this can lead to overuse of CWE-200 in CWE mapping. From the CWE perspective, loss of confidentiality is a technical impact that can arise from dozens of different weaknesses, such as insecure file permissions or out-of-bounds read. CWE-200 and its lower-level descendants are intended to cover the mistakes that occur in behaviors that explicitly manage, store, transfer, or cleanse sensitive information.

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

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

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

CWE-200 can be detected using Automated Static Analysis - Binary or Bytecode, Dynamic Analysis with Automated Results Interpretation, Dynamic Analysis with Manual Results Interpretation, Manual Static Analysis - Source Code, Automated Static Analysis - Source Code and Architecture or Design Review. Combining automated tooling with manual review typically yields the best coverage.

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

CWE-200 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 Sensitive Information to an Unauthorized Actor?+

MITRE documents real CVEs mapped to CWE-200, including CVE-2022-31162, CVE-2021-25476, CVE-2001-1483, CVE-2001-1528 and CVE-2004-2150. 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-200 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