VYPR

openssl_encrypt

by Openssl Encrypt

CVEs (6)

  • CVE-2026-81702CriAug 27, 2026
    risk 0.64cvss 9.8epss

    openssl_encrypt before 1.4.9 fails to re-derive and validate fingerprints when loading identities from identity.json, allowing attackers to substitute public keys in identity stores. Attackers can replace legitimate public keys with their own while maintaining the claimed…

  • CVE-2026-81684MedAug 27, 2026
    risk 0.40cvss 6.2epss

    In openssl_encrypt (pip package openssl-encrypt) versions <= 1.4.8, the desktop GUI passes the steganography password to the CLI child process on the command line via the --stego-password argument (on both encrypt and decrypt paths) instead of via an environment variable as done…

  • CVE-2026-81697MedAug 27, 2026
    risk 0.36cvss 5.5epss

    openssl_encrypt (pip package openssl-encrypt) versions <= 1.4.8 contain a CWD-relative configuration file resolution flaw in crypt_settings.py, where CONFIG_FILE (originally the absolute per-user path ~/.crypt_settings.json) is reassigned at line 84 to the bare relative name…

  • CVE-2026-81716MedAug 27, 2026
    risk 0.34cvss 5.2epss

    openssl_encrypt (pip: openssl-encrypt) versions before 1.4.9 contain a path traversal flaw in PluginSandbox._is_safe_path, which authorized file access using a bare string-prefix match. A sandboxed plugin without the READ_FILES permission could read or write another plugin's…

  • CVE-2026-81680MedAug 27, 2026
    risk 0.26cvss 4.0epss

    openssl_encrypt versions before 1.4.9 fail to authenticate recovery-slot presence in envelope-format encrypted files, allowing attackers to remove recovery slots without re-encrypting the payload. Attackers can modify the file header to delete recovery-slot fields and bypass…

  • CVE-2026-81715LowAug 27, 2026
    risk 0.21cvss 3.3epss

    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…