Improper access control in FacturaScripts - CVE-2026-32699
Published: April 28, 2026
FacturaScripts
Detailed vulnerability description
The vulnerability allows a remote user to modify user account identifiers.
The vulnerability exists due to improper access control in the EditUser controller when handling POST requests that include the nick parameter. A remote user can send a specially crafted request to modify user account identifiers.
The nick field is intended to be immutable in the user interface, but the backend still processes modified values.