CVE-2026-45569

Source
https://cve.org/CVERecord?id=CVE-2026-45569
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-45569.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-45569
Aliases
  • GHSA-j6p4-8532-h9hv
Published
2026-06-10T15:38:17.385Z
Modified
2026-07-15T01:49:10.166112460Z
Severity
  • 8.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
Summary
Roxy-WI: Path-traversal patch in commit d4d10006 is a no-op (tuple-membership bug)
Details

Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. In versions 8.2.6.4 and prior, ommit d4d10006 ("Expand validation to block .. in configfilename and configver for improved security") added a line in app/modules/config/config.py:462. This is tuple-membership, not substring containment — '..' in (a, b, c) evaluates to True only if any of a, b, c is equal to the literal string '..'. For any realistic path-traversal payload (../../etc/passwd, ..\..\etc\passwd, etc.) the check returns False and the patch silently lets the payload through. At time of publication, there are no publicly available patches.

Database specific
{
    "cwe_ids": [
        "CWE-22",
        "CWE-697"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45569.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/roxy-wi/roxy-wi

Affected ranges

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

Database specific

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