1 vulnerabilities classified as CWE-514 (隐蔽通道). AI Chinese analysis included.
def validate_password(actual_pw, typed_pw): if len(actual_pw) <> len(typed_pw): return 0 for i in len(actual_pw): if actual_pw[i] <> typed_pw[i]: return 0 return 1| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2026-42768 | Multi-RecipientInfo Bleichenbacher Oracle in CMS_decrypt() and PKCS7_decrypt() — OpenSSL | - | - | 2026-06-09 |
Vulnerabilities classified as CWE-514 (隐蔽通道) represent 1 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.