๐Ÿ” CVE Alert

CVE-2026-78369

UNKNOWN 0.0

Missing Authentication Allows Unauthorized Creation of Crypto Groups in RansomLook

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

RansomLook contains a missing authentication vulnerability in the /admin/crypto/group/new endpoint. While the endpoint provides an administrative function for creating new crypto group entries, it was not protected by the application's authentication mechanism. An unauthenticated remote attacker able to access the RansomLook web interface could therefore submit requests to this endpoint and create crypto group entries without possessing a valid authenticated session or administrative credentials. Successful exploitation allows an attacker to make unauthorized modifications to data that should only be manageable by authenticated administrators. Depending on how crypto group information is subsequently consumed by RansomLook, malicious or fraudulent entries could also affect the integrity of information presented or processed by the application. The vulnerability is addressed by applying the flask_login.login_required decorator to the /admin/crypto/group/new route, ensuring that only authenticated users can access the functionality.

CWE CWE-306
Vendor ransomlook
Product ransomlook
Published 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/fc25bc4f3d42d3440f9760702c3a5be138bc56a3

Credits

Jeroen Pinoy Fafner [_KeyZee_]