CVE-2026-81697

Source
https://cve.org/CVERecord?id=CVE-2026-81697
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81697.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-81697
Aliases
  • GHSA-7j2v-g84w-m75v
Published
2026-08-27T14:51:00.542Z
Modified
2026-09-02T03:30:42.444949890Z
Severity
  • 8.7 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
openssl_encrypt before 1.4.9 KDF Downgrade via CWD-relative Configuration
Details

opensslencrypt (pip package openssl-encrypt) versions <= 1.4.8 contain a CWD-relative configuration file resolution flaw in cryptsettings.py, where CONFIGFILE (originally the absolute per-user path ~/.cryptsettings.json) is reassigned at line 84 to the bare relative name 'cryptsettings.json'. As a result, the legacy Tk GUI's SettingsTab reads and writes KDF settings from cryptsettings.json in the process launch (current working) directory instead of the user's home directory. An attacker who plants a malicious crypt_settings.json (e.g. sha256:1 with all memory-hard KDFs disabled) can silently downgrade encryption performed in that GUI session to roughly one hash round, bypassing the weak-KDF preflight and enabling offline brute-force attacks against the resulting ciphertext. Fixed in 1.4.9.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81697.json",
    "cna_assigner": "VulnCheck",
    "cwe_ids": [
        "CWE-426"
    ]
}
References

Affected packages

Git / github.com/jahlives/openssl_encrypt

Affected ranges

Type
GIT
Repo
https://github.com/jahlives/openssl_encrypt
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.4.9"
        }
    ]
}

Affected versions

v1.*
v1.4.0
v1.4.1rc1
v1.4.1rc2
v1.4.2
v1.4.4
v1.4.5
v1.4.6
v1.4.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81697.json"