5 vulnerabilities classified as CWE-649 (依赖于未经完整性检查的安全相关输入的混淆或加密). AI Chinese analysis included.
CWE-649 represents a critical integrity verification weakness where applications rely solely on obfuscation or encryption to secure security-relevant inputs without implementing robust integrity checks. This flaw allows attackers to exploit the system by intercepting and modifying encrypted or obfuscated data, such as tokens or parameters, which dictate user or system state. Since the application fails to validate whether the input has been altered during transit or storage, it blindly trusts the manipulated values, leading to unauthorized access, privilege escalation, or data corruption. Developers can prevent this vulnerability by implementing cryptographic signatures, hash-based message authentication codes (HMAC), or digital signatures alongside encryption. These mechanisms ensure that any tampering with the input is detected before processing, thereby maintaining data integrity and preventing attackers from exploiting the reliance on obscurity alone.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2025-41351 | Weak encryption on Funambol's cloud server — Cloud Server | 9.1AI | CriticalAI | 2026-01-28 |
| CVE-2025-5323 | fossasia open-event-server Mail Verification mail.py send_email_change_user_email reliance on obfuscation or encryption of security-relevant inputs without integrity checking — open-event-server | 3.7 | Low | 2025-05-29 |
| CVE-2024-10772 | SICK InspectorP61x and SICK InspectorP62x are vulnerable for firmware modification — SICK InspectorP61x | 8.8 | High | 2024-12-06 |
| CVE-2010-3300 | OWASP ESAPI 安全漏洞 — OWASP ESAPI | 6.8 | - | 2021-06-22 |
| CVE-2019-3730 | Dell RSA BSAFE Micro Edition Suite 信息泄露漏洞 — RSA BSAFE MES | 7.5 | - | 2019-09-30 |
Vulnerabilities classified as CWE-649 (依赖于未经完整性检查的安全相关输入的混淆或加密) represent 5 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.