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-75928 Brushfire unauthenticated information disclosure — Online Experience 5.3 Medium 2026-08-21
CVE-2026-67267 Dell Command Update 信息泄露漏洞 — Dell Command Update (DCU) 5.5 Medium 2026-08-19
CVE-2026-74007 WordPress 3D FlipBook – PDF Flipbook Viewer, Flipbook Image Gallery plugin <= 1.16.20 - Sensitive Data Exposure vulnerability — 3D FlipBook – PDF Flipbook Viewer, Flipbook Image Gallery 5.3 Medium 2026-08-18
CVE-2026-32468 WordPress Duitku Payment Gateway plugin <= 2.11.14 - Sensitive Data Exposure vulnerability — Duitku Payment Gateway 7.5 High 2026-08-18
CVE-2024-58375 OpenTofu before 1.8.3 Secret Variable Leaking via Static Evaluation — opentofu 7.5 High 2026-08-16
CVE-2026-66462 WordPress WooCommerce Appointments plugin <= 5.3.8 - Sensitive Data Exposure vulnerability — WooCommerce Appointments 7.5 High 2026-08-13
CVE-2026-66444 WordPress Payment Forms for Paystack plugin <= 4.0.5 - Sensitive Data Exposure vulnerability — Payment Forms for Paystack 6.5 Medium 2026-08-13
CVE-2025-15680 Information Disclosure via UART — TBEA TLogger (TBEA Communication Box 3rd Generation) 2.4 Low 2026-08-10
CVE-2026-6373 Sensitive Data Exposure in Zyxel WAH7601 Router — WAH7601 6.5 Medium 2026-08-10
CVE-2026-69127 Kirby: System path exposure from error messages in the REST API — kirby 6.9 Medium 2026-08-07
CVE-2026-17595 Nexus Repository 3 - JEXL Content Selector Sandbox Property-Read Bypass — Nexus Repository 3 5.3 Medium 2026-08-07
CVE-2026-28169 WordPress YITH WooCommerce Zoom Magnifier plugin <= 2.52.0 - Sensitive Data Exposure vulnerability — YITH WooCommerce Zoom Magnifier 5.3 Medium 2026-08-06
CVE-2026-56569 HCL iControl is affected by multiple security vulnerabilities. — HCL iControl 4.0 Medium 2026-07-31
CVE-2026-58246 Information Disclosure vulnerability in SAP NetWeaver Application Server for ABAP and ABAP Platform — SAP NetWeaver Application Server for ABAP 4.3 Medium 2026-07-28
CVE-2025-59178 Exposure of Sensitive System Information to an Unauthorized Control Sphere Vulnerability — Packet Core Controller (PCC) 4.8 Medium 2026-07-27
CVE-2026-66438 WordPress Exclusive Addons Elementor plugin <= 2.8.0 - Sensitive Data Exposure vulnerability — Exclusive Addons Elementor 5.3 Medium 2026-07-27
CVE-2026-65564 WordPress MapPress Maps for WordPress plugin <= 2.97.6 - Sensitive Data Exposure vulnerability — MapPress Maps for WordPress 5.3 Medium 2026-07-27
CVE-2026-59548 WordPress Byteflows Travel & Hotel Booking plugin <= 1.0.0 - Sensitive Data Exposure vulnerability — Byteflows Travel &amp; Hotel Booking 7.5 High 2026-07-27
CVE-2026-59528 WordPress ShipTime: Discounted Shipping Rates plugin <= 1.1.1 - Sensitive Data Exposure vulnerability — ShipTime: Discounted Shipping Rates 7.5 High 2026-07-27
CVE-2026-28698 Exposure of Sensitive System Information to an Unauthorized Control Sphere in Panduit IntraVUE by Pronetiqs — Panduit Intravue 8.6 High 2026-07-23
CVE-2026-44955 Exposure of Sensitive System Information to an Unauthorized Control Sphere in Panduit IntraVUE by Pronetiqs — Panduit Intravue 5.3 Medium 2026-07-23
CVE-2026-61945 WordPress WooCommerce Product Stock Alert plugin <= 3.0.6 - Sensitive Data Exposure vulnerability — WooCommerce Product Stock Alert 6.5 Medium 2026-07-23
CVE-2026-65535 WordPress TinyMCE Templates plugin <= 4.8.1 - Sensitive Data Exposure vulnerability — TinyMCE Templates 4.3 Medium 2026-07-23
CVE-2026-65521 WordPress WP Social Ninja plugin <= 4.3.0 - Sensitive Data Exposure vulnerability — WP Social Ninja 5.3 Medium 2026-07-23
CVE-2026-65505 WordPress Ultimate Store Kit Elementor Addons plugin <= 3.0.5 - Sensitive Data Exposure vulnerability — Ultimate Store Kit Elementor Addons 5.3 Medium 2026-07-23
CVE-2026-65498 WordPress Complianz plugin <= 7.5.0 - Sensitive Data Exposure vulnerability — Complianz 5.3 Medium 2026-07-23
CVE-2026-65490 WordPress Create by Mediavine plugin <= 2.5.3 - Sensitive Data Exposure vulnerability — Create by Mediavine 5.3 Medium 2026-07-23
CVE-2026-65474 WordPress Ninja Tables plugin <= 5.2.10 - Sensitive Data Exposure vulnerability — Ninja Tables 5.3 Medium 2026-07-23
CVE-2026-65458 WordPress Polylang and Polylang Pro plugins <= 3.8.5 - Sensitive Data Exposure vulnerability — Polylang 4.3 Medium 2026-07-23
CVE-2023-37507 An information disclosure vulnerability affects HCL DevOps Plan — DevOps Plan - - 2026-07-21

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