Improper Authentication in Roxy-WI - CVE-2026-45567
Published: May 16, 2026
Roxy-WI
Detailed vulnerability description
The vulnerability allows a remote attacker to bypass authentication and access protected functionality.
The vulnerability exists due to improper authentication in the global before_request hook when processing request URLs containing the substring "api". A remote attacker can send a crafted request with "api" in the URL to bypass authentication and access protected functionality.
The authentication check is skipped if the substring appears anywhere in the full request URL, including the query string.