PHP External Variable Modification in WeGIA - CVE-2026-28411
Published: April 23, 2026
WeGIA
Detailed vulnerability description
The vulnerability allows a remote attacker to bypass authentication and gain unauthorized administrative access.
The vulnerability exists due to php external variable modification in multiple PHP scripts using extract($_REQUEST) when handling user-supplied request parameters. A remote attacker can send specially crafted GET or POST parameters to bypass authentication and gain unauthorized administrative access.
The issue affects the login handler and other protected endpoints where request parameters can overwrite local variables used in authentication or authorization logic.