8 vulnerabilities classified as CWE-694 (使用多个具有重复标识的资源). AI Chinese analysis included.
CWE-694 represents a resource management weakness where a system incorrectly assigns or handles duplicate identifiers for distinct resources in contexts demanding uniqueness. This flaw typically arises when developers fail to enforce strict identity constraints, allowing attackers to manipulate input or exploit race conditions to associate multiple resources with a single identifier. Consequently, the application may operate on the wrong resource, leading to data corruption, unauthorized access, or denial of service as the system misinterprets the intended target. To prevent this, developers must implement robust validation mechanisms that guarantee identifier uniqueness across all relevant scopes. Utilizing cryptographic hashing, database constraints, or unique key generation algorithms ensures that each resource maintains a distinct identity. Additionally, rigorous input sanitization and thorough testing for collision scenarios are essential to mitigate the risk of identifier reuse and maintain system integrity.
<form-validation> <formset> <form name="ProjectForm"> ... </form> <form name="ProjectForm"> ... </form> </formset> </form-validation>| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2026-5794 | Vulnerability in Cryptobox allows an authenticated user to trigger an account lockout — Cryptobox | 7.1AI | HighAI | 2026-04-28 |
| CVE-2025-13609 | Keylime: keylime: registrar allows identity takeover via duplicate uuid registration — keylime | 8.2 | High | 2025-11-24 |
| CVE-2024-41146 | Gallagher Controller 6000和Gallagher Controller 7000 安全漏洞 — Controller 6000 and Controller 7000 | 4.6 | Medium | 2024-12-12 |
| CVE-2022-23721 | PingID integration for Windows login duplicate username collision. — unspecified | 3.8 | Low | 2023-04-25 |
| CVE-2023-20100 | Cisco IOS XE Software for Wireless LAN Controllers CAPWAP Join Denial of Service Vulnerability — Cisco IOS XE Software | 6.8 | Medium | 2023-03-23 |
| CVE-2021-3436 | BT: Possible to overwrite an existing bond during keys distribution phase when the identity address of the bond is known — zephyr | 4.3 | Medium | 2021-10-05 |
| CVE-2020-15187 | Duplicate plugin entries in Helm — helm | 3.0 | Low | 2020-09-17 |
| CVE-2020-15185 | Duplicated chart entries in Helm — helm | 2.2 | Low | 2020-09-17 |
Vulnerabilities classified as CWE-694 (使用多个具有重复标识的资源) represent 8 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.