Security of executing a command from php
Posted
by Nicolò Martini
on Stack Overflow
See other posts from Stack Overflow
or by Nicolò Martini
Published on 2010-05-04T10:00:54Z
Indexed on
2010/05/04
10:08 UTC
Read the original article
Hit count: 318
I'm writing a web application in which i use several thirdy party commands calling them with the exec
function in PHP (for example, I render Latex formulas through a command-line program).
My question is: what are the security issues of executing external command-line programs in php? What I have to be aware of? Can you give me a list of points to check?
Thanks in advance.
© Stack Overflow or respective owner