CVE 9.1 CRITICAL

Roxy-WI: IDOR on PUT /smon/check — any user can rewrite any tenant’s monitoring URL/IP/body_CVE-2026-45550

9.1 / 10
CRITICAL
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:L

Description

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 roxywi_common.check_user_group_for_flask() — which validates that the caller has some group, not that the target check_id belongs to it. The downstream SQL update functions update_smon, update_smonHttp, update_smonTcp, update_smonPing, update_smonDns (app/modules/db/smon.py:515-562) all execute WHERE smon_id = ? with no user_group filter. The DELETE path is correctly filtered (app/modules/db/smon.py:319-327 does WHERE id = ? AND user_group = ?), 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.

AI Analysis

Insecure Direct Object Reference (IDOR) vulnerability in Roxy-WI, allowing any authenticated user to rewrite any other tenant's monitoring URL/IP/body

Basic Information

ID CVE-2026-45550
Source GitHub_M
Published Jun 10, 2026 at 14:00

Affected Product

Vendor roxy-wi
Product roxy-wi
Version <= 8.2.6.4
Affected Versions roxy-wi roxy-wi <= 8.2.6.4

CWE Classification

AI Assessment

AI Score 9.1 / 10
AI Severity Critical
Vendor Roxy-WI
Product Roxy-WI
Version <= 8.2.6.4

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.