CVE-2026-81715

Summary

openssl_encrypt (pip package openssl-encrypt) versions <= 1.4.8 do not redact the keyserver bearer token passed as the positional argument to 'keyserver set-token' in the –debug argv dump, because sanitize_argv_for_debug fails to sanitize it. As a result the token is printed in cleartext to stderr under –debug (even without –unsafe-show-secrets), persisting the credential in logs and terminal history. Fixed in 1.4.9.

Affected Software

VendorProductVersion RangeStatus
jahlivesopenssl_encrypt0 < 1.4.9affected
jahlivesopenssl_encrypt1.4.9unaffected

Weaknesses

  • CWE-532: Insertion of Sensitive Information into Log File

References