CVE-2006-0455
GnuPG < 1.4.2.1 - Unattended Signature Verification Bypass via Missing Signature
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-0455. PoCs published by taviso.
AI-analyzed exploit summary This exploit demonstrates a signature verification bypass in GnuPG by creating a file with an invalid detached signature that is incorrectly validated by 'gpgv'. The exit status of '0' falsely indicates successful verification, potentially leading to security bypasses.
Description
gpgv in GnuPG before 1.4.2.1, when using unattended signature verification, returns a 0 exit code in certain cases even when the detached signature file does not carry a signature, which could cause programs that use gpgv to assume that the signature verification has succeeded. Note: this also occurs when running the equivalent command "gpg --verify".
Exploits (1)
This exploit demonstrates a signature verification bypass in GnuPG by creating a file with an invalid detached signature that is incorrectly validated by 'gpgv'. The exit status of '0' falsely indicates successful verification, potentially leading to security bypasses.