Skip to content
Snippets Groups Projects
Commit 4bb35bfb authored by ands's avatar ands
Browse files

prevented remote code execution according to a report filed on the old github repository.

parent f434dc97
Branches master
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
if(isset($_GET["say"]))
{
exec('echo "'.$_GET["say"].'" > tmp/say');
exec('echo "'.escapeshellarg($_GET["say"]).'" > tmp/say');
}
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment