CVE-2026-78553

Source
https://cve.org/CVERecord?id=CVE-2026-78553
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-78553.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-78553
Published
2026-08-24T19:28:49.323Z
Modified
2026-08-28T11:31:00.849382615Z
Severity
  • 7.0 (High) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
Insecure Flask Secret-Key File Permissions Allow Local Administrator Session Forgery in RansomLook
Details

RansomLook created its Flask session-signing key without explicitly restricting the file permissions. The secret_key file was created using the process's default permissions and umask, resulting in permissions such as 0644 under a common 022 umask. Consequently, other local users able to access the RansomLook home directory could read the application's cryptographic secret.

The exposed key is security-critical because it is used to sign Flask session cookies and is also involved in the legacy API-key key derivation. An attacker who obtains the key can generate valid session cookies and impersonate an authenticated user, including an administrator. In LDAP configurations, exploitation may be particularly straightforward because the session user loader does not require the supplied username to correspond to an existing local user.

Successful exploitation requires local access sufficient to read the improperly protected file, but can result in complete compromise of RansomLook's authentication and authorization controls.

The patch creates new secret-key files atomically with permissions 0600 and also restricts permissions on existing key files during application startup.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/78xxx/CVE-2026-78553.json",
    "cwe_ids": [
        "CWE-276",
        "CWE-732"
    ],
    "cna_assigner": "CIRCL"
}
References

Affected packages

Git / github.com/ransomlook/ransomlook

Affected ranges

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

Affected versions

1.*
1.2.0
1.3.0
1.4.0
1.5.0
1.6.0
1.8.0
1.9.0
2.*
2.0.0

Database specific

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