-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
hi,
We found a remote code execution vulnerability in phpmoadmin that could allow an attacker to remotely execute arbitrary code to attack an attack server.
code line in 562: The find parameter is directly brought into the eval function.
This payload execution phpinfo();
fix:
In php, the eval function is dangerous. It is not recommended to use it. If you must use it, you need to limit the incoming data.
pataquets
Metadata
Metadata
Assignees
Labels
No labels