CVE-2026-78369

Source
https://cve.org/CVERecord?id=CVE-2026-78369
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-78369.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-78369
Published
2026-08-24T12:58:01.717Z
Modified
2026-08-27T11:47:35.759434076Z
Severity
  • 8.8 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:H/SC:N/SI:L/SA:N CVSS Calculator
Summary
Missing Authentication Allows Unauthorized Creation of Crypto Groups in RansomLook
Details

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 flasklogin.loginrequired decorator to the /admin/crypto/group/new route, ensuring that only authenticated users can access the functionality.

Database specific
{
    "cwe_ids": [
        "CWE-306"
    ],
    "cna_assigner": "CIRCL",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/78xxx/CVE-2026-78369.json"
}
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
{
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "2.0.0"
        }
    ]
}

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-78369.json"