CVE-2026-45550

Source
https://cve.org/CVERecord?id=CVE-2026-45550
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-45550.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-45550
Aliases
  • GHSA-856h-mvm2-2h2x
Published
2026-06-10T14:00:06.978Z
Modified
2026-07-15T01:48:59.861385645Z
Severity
  • 9.1 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:L CVSS Calculator
Summary
Roxy-WI: IDOR on PUT /smon/check — any user can rewrite any tenant's monitoring URL/IP/body
Details

Roxy-WI is a web interface for managing Haproxy, Nginx, Apache and Keepalived servers. In versions 8.2.6.4 and prior, PUT /smon/check (app/routes/smon/routes.py:117-138) gates only on roxywicommon.checkusergroupforflask() — which validates that the caller has some group, not that the target checkid belongs to it. The downstream SQL update functions updatesmon, updatesmonHttp, updatesmonTcp, updatesmonPing, updatesmonDns (app/modules/db/smon.py:515-562) all execute WHERE smonid = ? with no usergroup filter. The DELETE path is correctly filtered (app/modules/db/smon.py:319-327 does WHERE id = ? AND usergroup = ?), demonstrating that the maintainers know the right pattern but did not apply it on UPDATE. Therefore any authenticated user can iterate over smon_id values and silently rewrite any other tenant's HTTP / TCP / Ping / DNS monitoring check. At time of publication, there are no publicly available patches.

Database specific
{
    "cwe_ids": [
        "CWE-639",
        "CWE-862",
        "CWE-863"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/45xxx/CVE-2026-45550.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
Last affected
Database specific
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "8.2.6.4"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

3.*
3.4.4.6
3.4.4.7
3.4.5
3.4.5.1
v.*
v.5.3.5.0
v1.*
v1.0
v1.1
v1.10
v1.10.1
v1.10.2
v1.10.2.1
v1.3
v1.4
v1.4.1
v1.6
v1.9.1
v2.*
v2.0.2
v3.*
v3.2.13
v3.3
v4.*
v4.4.1.0
v5.*
v5.1.1.0
v5.1.4.0
v5.2.0
v5.2.1
v5.2.2.0
v5.2.3.0
v5.2.4.0
v5.2.5.0
v5.2.6.0
v5.3.0.0
v5.3.1.0
v5.3.2.0
v5.3.3.0
v5.3.4.0
v5.3.6.0
v5.4.0.0
v5.4.1.0
v5.4.2.0
v5.4.3.0
v5.5.0.0
v5.5.1.0
v6.*
v6.0.0.0
v6.0.1.0
v6.0.2.0
v6.0.3.0
v6.1.0.0
v6.1.1.0
v6.1.2.0
v6.1.3.0
v6.1.4.0
v6.1.5.0
v6.2.0.0
v6.2.1.0
v6.2.2.0
v6.2.3.0
v6.3.0.0
v6.3.1.0
v6.3.10.0
v6.3.11.0
v6.3.12.0
v6.3.13.0
v6.3.14.0
v6.3.15.0
v6.3.16.0
v6.3.17.0
v6.3.18.0
v6.3.19.0
v6.3.2.0
v6.3.3.0
v6.3.4.0
v6.3.5.0
v6.3.6.0
v6.3.7.0
v6.3.8.0
v6.3.9.0
v7.*
v7.0.0.0
v7.0.1.0
v7.0.2.0
v7.0.3.0
v7.0.4.0
v7.1.0.0
v7.1.1.0
v7.1.2.0
v7.2.0.0
v7.2.1.0
v7.2.2.0
v7.2.3.0
v7.2.4.0
v7.2.5.0
v7.2.6.0
v7.3.0.0
v7.3.1.0
v7.3.2.0
v8.*
v8.0
v8.0.1
v8.0.2
v8.1
v8.1.0.1
v8.1.1
v8.1.2
v8.1.3
v8.1.4
v8.1.5
v8.1.6
v8.1.7
v8.1.8
v8.2.0
v8.2.1
v8.2.2
v8.2.3
v8.2.4
v8.2.5
v8.2.6
v8.2.6.3
v8.2.6.4
v8.2.8.1
v8.2.8.2

Database specific

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