CVE-2026-28498: Fail Open Crypto Comparisoncve-2026-28498-fail-open-crypto-comparison
A cryptographic verification function returns `True` explicitly when the generated hash or value is falsey. This indicates a fail-open behavior where unsupported algorithms or missing values bypass the integrity check. Verification should fail closed by returning `False` when the hash cannot be computed.