mirror of
https://github.com/FiloSottile/age.git
synced 2026-09-04 15:17:04 +00:00
The four-byte SSH fingerprints (and tagged recipient tags) are hints to avoid unnecessary password prompts or hardware interactions. Treat an authenticated unwrap failure after a hint match as a false positive and continue looking for a matching stanza. Without this, a colliding recipient stanza that appears before the valid stanza makes decryption fail even though the file is correctly encrypted to the identity. Any password prompt or hardware interaction has already happened by then. Reported by Claude, Anthropic's AI assistant, and triaged by the Anthropic security team in collaboration with Anthropic Research, as ANT-2026-S9C25K8W.