Input validation error in Roxy-WI - CVE-2026-45565
Published: May 16, 2026
Roxy-WI
Detailed vulnerability description
The vulnerability allows a remote user to write arbitrary files and execute arbitrary code.
The vulnerability exists due to improper input validation in the EscapedString validator when processing user-supplied string fields containing path traversal sequences together with metacharacters. A remote user can supply a specially crafted value to write arbitrary files and execute arbitrary code.
The issue occurs because the validator's strip branch returns the modified value before enforcing the '..' check and without applying shell quoting.