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-2025-23288 NVIDIA GPU Display Driver 安全漏洞 — GPU Display Drivers 3.3 Low 2025-08-02
CVE-2025-23287 NVIDIA GPU Display Driver 安全漏洞 — GPU Display Drivers 3.3 Low 2025-08-02
CVE-2022-50237 ed25519-dalek crate 安全漏洞 — ed25519-dalek 5.9 Medium 2025-07-28
CVE-2025-53862 Aap: aap-gateway: automation-hub: sensitive information disclosure — Red Hat Ansible Automation Platform 2 3.5 Low 2025-07-11
CVE-2025-6390 Cleartext storage of sensitive information in Brocade SANnav server audit logs. — Brocade SANnav 5.5AI Medium AI 2025-07-10
CVE-2025-4662 Plaintext security passwords are logged in the audit logs while executing openssl cmd — Brocade SANnav 5.5AI Medium AI 2025-07-10
CVE-2025-53364 Parse Server exposes the data schema via GraphQL API — parse-server 5.3 Medium 2025-07-10
CVE-2025-7381 Exposure of sensitive PHP information to an unauthorized control sphere in mautic/mautic images — Docker Mautic 5.3 Medium 2025-07-09
CVE-2025-2670 IBM OpenPages information disclosure — OpenPages 4.3 Medium 2025-07-09
CVE-2025-27369 IBM OpenPages with Watson information disclosure — OpenPages with Watson 4.3 Medium 2025-07-08
CVE-2025-53211 WordPress Audio Editor & Recorder plugin <= 2.2.3 - Sensitive Data Exposure Vulnerability — Audio Editor & Recorder 5.3 Medium 2025-06-27
CVE-2025-6561 Hunt Electronic Hybrid DVR - Exposure of Sensitive System Information — HBF-09KD 9.8 Critical 2025-06-26
CVE-2025-49147 Umbraco.Cms Vulnerable to Disclosure of Configured Password Requirements — Umbraco-CMS 5.3 Medium 2025-06-24
CVE-2025-5416 Keycloak-core: keycloak environment information — Red Hat Build of Keycloak 2.7 Low 2025-06-20
CVE-2025-52719 WordPress ProfileGrid plugin <= 5.9.5.2 - Full Path Disclosure (FPD) Vulnerability — ProfileGrid 4.3 Medium 2025-06-20
CVE-2025-4229 PAN-OS: Traffic Information Disclosure Vulnerability — Cloud NGFW 5.3AI Medium AI 2025-06-13
CVE-2025-31045 WordPress elfsight Contact Form widget plugin <= 2.3.1 - Sensitive Data Exposure Vulnerability — elfsight Contact Form widget 7.5 High 2025-06-09
CVE-2025-5893 Honding Technology Smart Parking Management System - Exposure of Sensitive Information — Smart Parking Management System 9.8 Critical 2025-06-09
CVE-2025-49419 WordPress Foxit eSign for WordPress plugin <= 2.0.3 - Other Vulnerability Type Vulnerability — Foxit eSign for WordPress 5.5 Medium 2025-06-06
CVE-2025-23969 WordPress KI Live Video Conferences plugin <= 5.5.15 - Sensitive Data Exposure Vulnerability — KI Live Video Conferences 5.3 Medium 2025-06-06
CVE-2025-24473 Fortinet FortiClientWindows 安全漏洞 — FortiClientWindows 4.8 Low 2025-05-28
CVE-2025-2236 Exposure of Sensitive System Information vulnerability during configuration affecting OpenText Advanced Authentication. — Advanced Authentication 9.1AI Critical AI 2025-05-27
CVE-2025-30170 Admin Authorized Exposure of file path, file size or file existence — ASPECT-Enterprise 5.5 Medium 2025-05-22
CVE-2025-4364 Exposure of Sensitive System Information to an Unauthorized Control Sphere — Fleet Management System 9.1AI Critical AI 2025-05-20
CVE-2025-39394 WordPress AnalyticsWP plugin <= 2.1.2 - Sensitive Data Exposure vulnerability — AnalyticsWP 5.3 Medium 2025-05-19
CVE-2025-31062 WordPress Wishlist plugin <= 2.1.0 - Sensitive Data Exposure Vulnerability — Wishlist 4.3 Medium 2025-05-16
CVE-2025-32299 WordPress QuickCal plugin <= 1.0.15 - Sensitive Data Exposure Vulnerability — QuickCal - Appointment Booking Calendar for WordPress 4.3 Medium 2025-05-16
CVE-2025-48024 Checkmate 安全漏洞 — Checkmate 5.0 Medium 2025-05-15
CVE-2025-30011 Multiple vulnerabilities in SAP Supplier Relationship Management (Live Auction Cockpit) — SAP Supplier Relationship Management (Live Auction Cockpit) 5.3 Medium 2025-05-13
CVE-2025-46747 Exposure of Sensitive System Information — SEL Blueframe OS 5.7 Medium 2025-05-12

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