目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CWE-497 将系统数据暴露到未授权控制的范围 类漏洞列表 352

CWE-497 将系统数据暴露到未授权控制的范围 类弱点 352 条 CVE 漏洞汇总,含 AI 中文分析。

CWE-497属于敏感信息泄露漏洞,指产品未能阻止未授权方访问底层系统信息。攻击者常利用网络通信中的错误响应或调试信息,获取操作系统、数据库配置等敏感细节,进而辅助后续攻击。开发者应严格限制错误信息的输出,确保仅返回必要的业务数据,并实施最小权限原则,防止敏感系统细节暴露给外部不可信实体。

MITRE CWE 官方描述
CWE:CWE-497 敏感系统信息暴露给未授权的控制域 英文:产品未能有效防止未授权主体访问敏感的系统级信息,而这些未授权主体对底层系统的访问权限低于产品本身的权限。 基于网络的产品(如 Web 应用程序)通常运行在操作系统或类似环境之上。当产品与外部实体通信时,底层系统的详细信息(如数据文件的路径名、其他操作系统用户、已安装的软件包、应用程序环境等)应保持隐藏。此类系统信息可能由产品本身直接提供,也可能隐藏在诊断或调试消息中。调试信息有助于攻击者了解系统并制定攻击计划。当系统数据或调试信息通过输出流或日志记录函数离开程序,从而被未授权方访问时,即发生信息暴露。攻击者可以利用其他弱点引发错误;对这些错误的响应可能会泄露详细的系统信息,并造成其他影响。攻击者可以利用揭示技术、操作系统和产品版本的错误消息,针对这些技术中已知的漏洞调整攻击策略。产品可能在错误处理机制中使用提供大量实现细节(如堆栈跟踪)的诊断方法。
常见影响 (1)
Confidentiality Read Application Data
缓解措施 (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
代码示例 (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 标题 CVSS 风险等级 Published
CVE-2026-50294 Microsoft Windows Kernel 信息泄露漏洞 — Windows 10 Version 1607 6.2 Medium 2026-07-14
CVE-2026-61975 Crocoblock JetReviews 信息泄露漏洞 — JetReviews 5.3 Medium 2026-07-13
CVE-2026-61976 Crocoblock JetBlocks For Elementor 信息泄露漏洞 — JetBlocks For Elementor 5.3 Medium 2026-07-13
CVE-2026-61977 Crocoblock JetSearch 信息泄露漏洞 — JetSearch 5.3 Medium 2026-07-13
CVE-2026-57393 WordPress WooCommerce PDF Invoice Builder 信息泄露漏洞 — WooCommerce PDF Invoice Builder 6.5 Medium 2026-07-13
CVE-2026-14808 BorG Prog Management System 信息泄露漏洞 — Prog Management System 9.8 Critical 2026-07-06
CVE-2026-55726 Gardyn Home Firmware 信息泄露漏洞 — Gardyn Home Firmware 5.3 Medium 2026-07-02
CVE-2026-57753 WordPress Kit (formerly ConvertKit) for WooCommerce 信息泄露漏洞 — Kit (formerly ConvertKit) for WooCommerce 5.3 Medium 2026-07-02
CVE-2026-57664 VillaTheme Bopo – WooCommerce Product Bundle Builder 信息泄露漏洞 — Bopo – WooCommerce Product Bundle Builder 4.3 Medium 2026-06-26
CVE-2026-57633 WCBoost 信息泄露漏洞 — WCBoost – Products Compare 5.3 Medium 2026-06-26
CVE-2026-57316 Roxnor GetGenie 信息泄露漏洞 — GetGenie 6.5 Medium 2026-06-26
CVE-2026-56060 Tyche Softwares print invoice & delivery notes for woocommerce 日志信息泄露漏洞 — Print Invoice & Delivery Notes for WooCommerce 7.5 High 2026-06-26
CVE-2026-54824 WPQuads Ads by WPQuads 信息泄露漏洞 — Ads by WPQuads 7.5 High 2026-06-26
CVE-2026-9307 Rockwell Automation CompactLogix 5370 信息泄露漏洞 — CompactLogix 5370 - - 2026-06-16
CVE-2026-52694 approveme Digital Signature Add-on for WooCommerce 信息泄露漏洞 — Signature Add-On for WooCommerce 7.5 High 2026-06-15
CVE-2026-49068 RelyWP Coupon Affiliates 信息泄露漏洞 — Coupon Affiliates 7.5 High 2026-06-15
CVE-2026-49066 Conekta Group Conekta Payment Gateway 信息泄露漏洞 — Conekta Payment Gateway 7.5 High 2026-06-15
CVE-2026-49056 WebToffee WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels 信息泄露漏洞 — WooCommerce PDF Invoices, Packing Slips, Delivery Notes and Shipping Labels 7.5 High 2026-06-15
CVE-2026-48878 Brecht Visual Link Preview 信息泄露漏洞 — Visual Link Preview 6.5 Medium 2026-06-15
CVE-2026-42660 Wasiliy Strecker Contest Gallery 信息泄露漏洞 — Contest Gallery 6.5 Medium 2026-06-15
CVE-2026-40796 ollybach WPPizza 信息泄露漏洞 — WPPizza 6.5 Medium 2026-06-15
CVE-2026-34891 IDPay woo-idpay-gateway 信息泄露漏洞 — IDPay Payment Gateway for Woocommerce 7.5 High 2026-06-15
CVE-2026-24618 hashthemes Hash Elements 信息泄露漏洞 — Hash Elements 4.3 Medium 2026-06-12
CVE-2026-0466 AMD uProf 安全漏洞 — AMD µProf - - 2026-06-09
CVE-2026-44743 SAP Business Objects 安全漏洞 — SAP Business Objects 3.7 Low 2026-06-09
CVE-2026-49077 WordPress plugin eMember 安全漏洞 — WP eMember 5.3 Medium 2026-06-04
CVE-2026-44749 SAP Gateway 安全漏洞 — SAP Gateway 4.3 Medium 2026-05-26
CVE-2018-25358 D-Link DIR-601 安全漏洞 — DIR-601 7.5 High 2026-05-23
CVE-2026-27349 WordPress plugin Mail Mint 安全漏洞 — Mail Mint 4.3 Medium 2026-05-21
CVE-2026-0240 Palo Alto Networks Trust Protection Foundation 安全漏洞 — Trust Protection Foundation - - 2026-05-13

CWE-497(将系统数据暴露到未授权控制的范围) 是常见的弱点类别,本平台收录该类弱点关联的 352 条 CVE 漏洞。