๐Ÿ” CVE Alert

CVE-2026-78553

UNKNOWN 0.0

Insecure Flask Secret-Key File Permissions Allow Local Administrator Session Forgery in RansomLook

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-276 CWE-732
Vendor ransomlook
Product ransomlook
Published Aug 24, 2026
Last Updated Aug 24, 2026
Stay Ahead of the Next One

Get instant alerts for ransomlook ransomlook

Be the first to know when new unknown vulnerabilities affecting ransomlook ransomlook are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

ransomlook / ransomlook
0 โ‰ค 2.0.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/RansomLook/RansomLook/commit/df9d47edcf02dd0125db869d5bc19d93f426d892

Credits

Jeroen Pinoy Fafner [_KeyZee_]