Path traversal in Roxy-WI - CVE-2026-45569
Published: May 16, 2026
Roxy-WI
Detailed vulnerability description
The vulnerability allows a remote user to read arbitrary files and modify integrity-sensitive data.
The vulnerability exists due to path traversal in app/modules/config/config.py when handling crafted config version values in requests to the save_version route. A remote user can send a specially crafted request to read arbitrary files and modify integrity-sensitive data.
The issue is caused by an incorrect tuple-membership check for '..', and the vulnerable code path is reachable through POST /config/versions////save.