Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CWE-497 (将系统数据暴露到未授权控制的范围) — Vulnerability Class 352

352 vulnerabilities classified as CWE-497 (将系统数据暴露到未授权控制的范围). AI Chinese analysis included.

CWE-497 represents a critical information disclosure weakness where software inadvertently exposes sensitive system-level details to unauthorized external entities. This vulnerability typically arises when network-facing applications, such as web servers, fail to sanitize error messages or headers, allowing attackers to glean valuable intelligence about the underlying operating system, database versions, or server configurations. Exploitation often involves analyzing verbose error responses or specific network packets to identify known vulnerabilities in the exposed software stack, facilitating targeted attacks like remote code execution. To mitigate this risk, developers must implement strict error handling protocols that return generic, user-friendly messages instead of detailed stack traces. Additionally, configuring web servers to suppress version information in headers and employing robust input validation ensures that internal system architecture remains obscured from potential adversaries, thereby reducing the attack surface significantly.

MITRE CWE Description
The product does not properly prevent sensitive system-level information from being accessed by unauthorized actors who do not have the same level of access to the underlying system as the product does. Network-based products, such as web applications, often run on top of an operating system or similar environment. When the product communicates with outside parties, details about the underlying system are expected to remain hidden, such as path names for data files, other OS users, installed packages, the application environment, etc. This system information may be provided by the product itself, or buried within diagnostic or debugging messages. Debugging information helps an adversary learn about the system and form an attack plan. An information exposure occurs when system data or debugging information leaves the program through an output stream or logging function that makes it accessible to unauthorized parties. Using other weaknesses, an attacker could cause errors to occur; the response to these errors can reveal detailed system information, along with other impacts. An attacker can use messages that reveal technologies, operating systems, and product versions to tune the attack against known vulnerabilities in these technologies. A product may use diagnostic methods that provide significant implementation details such as stack traces as part of its error handling mechanism.
Common Consequences (1)
Confidentiality Read Application Data
Mitigations (1)
Architecture and Design, Implementation Production applications should never use methods that generate internal details such as stack traces and error messages unless that information is directly committed to a log that is not viewable by the end user. All error message text should be HTML entity encoded before being written to the log file to protect against potential cross-site scripting attacks against the viewer of the logs
Examples (2)
The following code prints the path environment variable to the standard error stream:
char* path = getenv("PATH"); ... sprintf(stderr, "cannot find exe on path %s\n", path);
Bad · C
This code prints all of the running processes belonging to the current user.
//assume getCurrentUser() returns a username that is guaranteed to be alphanumeric (avoiding CWE-78) $userName = getCurrentUser(); $command = 'ps aux | grep ' . $userName; system($command);
Bad · PHP
CVE ID Title CVSS Severity Published
CVE-2026-0239 Chronosphere Chronocollector Information Disclosure Vulnerability — Chronosphere Chronocollector - - 2026-05-13
CVE-2026-7864 Exposure of Sensitive Information to an Unauthorized Actor — Secure Email Gateway 7.5AI High AI 2026-05-08
CVE-2026-41928 Vvveb < 1.0.8.2 Information Disclosure via Cron Controller — Vvveb 5.3 Medium 2026-05-07
CVE-2026-25468 WordPress Happy Addons for Elementor plugin <= 3.20.8 - Sensitive Data Exposure vulnerability — Happy Addons for Elementor 5.3 Medium 2026-05-07
CVE-2026-42644 WordPress BetterDocs plugin <= 4.3.10 - Sensitive Data Exposure vulnerability — BetterDocs 5.3 Medium 2026-04-29
CVE-2026-24222 NVIDIA NeMoClaw 安全漏洞 — NemoClaw 8.6 High 2026-04-28
CVE-2026-41339 OpenClaw < 2026.4.2 - Information Disclosure via Gateway Connect Snapshot — OpenClaw 4.3 Medium 2026-04-23
CVE-2026-41335 OpenClaw < 2026.3.31 - Information Disclosure via Control UI Bootstrap JSON — OpenClaw 5.3 Medium 2026-04-23
CVE-2026-34413 Xerte Online Toolkits Missing Authentication via connector.php — xerteonlinetoolkits 8.6 High 2026-04-22
CVE-2026-41459 Xerte Online Toolkits Path Disclosure via /setup — xerteonlinetoolkits 5.3 Medium 2026-04-22
CVE-2026-39686 WordPress BSK PDF Manager plugin <= 3.7.2 - Sensitive Data Exposure vulnerability — BSK PDF Manager 5.3 Medium 2026-04-08
CVE-2026-39572 WordPress Bus Ticket Booking with Seat Reservation plugin < 5.6.5 - Sensitive Data Exposure vulnerability — Bus Ticket Booking with Seat Reservation 4.3 Medium 2026-04-08
CVE-2026-39571 WordPress Instantio plugin <= 3.3.30 - Sensitive Data Exposure vulnerability — Instantio 5.3 Medium 2026-04-08
CVE-2026-39566 WordPress DirectoryPress plugin <= 3.6.26 - Sensitive Data Exposure vulnerability — DirectoryPress 4.3 Medium 2026-04-08
CVE-2026-39536 WordPress RSVP and Event Management plugin <= 2.7.16 - Sensitive Data Exposure vulnerability — RSVP and Event Management 5.3 Medium 2026-04-08
CVE-2026-39516 WordPress Nexter Blocks plugin <= 4.7.0 - Sensitive Data Exposure vulnerability — Nexter Blocks 5.3 Medium 2026-04-08
CVE-2026-39469 WordPress PageLayer plugin <= 2.0.8 - Sensitive Data Exposure vulnerability — PageLayer 4.3 Medium 2026-04-08
CVE-2026-33617 MB connect line mbCONNECT24 vulnerable to an unauthenticated information disclosure in the data24 Endpoint — mbCONNECT24 5.3 Medium 2026-04-02
CVE-2025-36373 Incorrect administrative access control in IBM DataPower Gateway — DataPower Gateway 10.6CD 4.1 Medium 2026-04-01
CVE-2026-25344 WordPress Review Schema plugin <= 2.2.6 - Sensitive Data Exposure vulnerability — Review Schema 6.5 Medium 2026-03-25
CVE-2026-32405 WordPress WoodMart theme <= 8.3.9 - Sensitive Data Exposure vulnerability — WoodMart 5.3 Medium 2026-03-13
CVE-2026-32372 WordPress ShopBuilder – Elementor WooCommerce Builder Addons plugin <= 3.2.4 - Sensitive Data Exposure vulnerability — ShopBuilder – Elementor WooCommerce Builder Addons 5.3 Medium 2026-03-13
CVE-2026-0231 Cortex XDR Broker VM: Sensitive Information Disclosure Vulnerability — Cortex XDR Broker VM 8.1AI High AI 2026-03-11
CVE-2025-41763 Unchecked role in wwwdnload.cgi — UBR-01 Mk II 6.5 Medium 2026-03-09
CVE-2025-13616 DataStage on Cloud Pak for Data is vulnerable to sensitive information leak due to HTTP response — DataStage on Cloud Pak for Data 6.5 Medium 2026-03-03
CVE-2025-47378 Exposure of Sensitive System Information to an Unauthorized Control Sphere in HLOS — Snapdragon 7.1 High 2026-03-02
CVE-2026-27494 n8n has Arbitrary File Read via Python Code Node Sandbox Escape — n8n 9.9AI Critical AI 2026-02-25
CVE-2026-24314 Information Disclosure vulnerability in S/4HANA (Manage Payment Media) — S/4HANA (Manage Payment Media) 4.3 Medium 2026-02-24
CVE-2026-3075 WordPress Simple Ajax Chat plugin <= 20251121 - Sensitive Data Exposure vulnerability — Simple Ajax Chat 5.3 Medium 2026-02-23
CVE-2026-25389 WordPress EventPrime plugin <= 4.2.8.3 - Sensitive Data Exposure vulnerability — EventPrime 5.3 Medium 2026-02-19

Vulnerabilities classified as CWE-497 (将系统数据暴露到未授权控制的范围) represent 352 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.