cosign verify-blob-attestation may erroneously report a "Verified OK" result for attestations with malformed payloads or mismatched predicate types. For old-format bundles and detached signatures, this was due to a logic flaw in the error handling of the predicate type validation. For new-format bundles, the predicate type validation was bypassed completely.
When cosign verify-blob-attestation is used without --check-claims set to true, an attestation that has a valid signature but a malformed or unparsable payload would be incorrectly validated. Additionally, systems relying on --type <predicate type> to reject attestations with mismatched types would be lead to trust the unexpected attestation type.
v3.0.6, v2.6.3
Always set --check-claims=true for attestation verification.
{
"nvd_published_at": "2026-04-07T20:16:33Z",
"severity": "MODERATE",
"github_reviewed": true,
"cwe_ids": [
"CWE-754"
],
"github_reviewed_at": "2026-04-08T00:15:44Z"
}