php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #276 Exec() series of functions don't unslashify quoted metacharacters
Submitted: 1998-04-15 14:29 UTC Modified: 1998-04-15 15:52 UTC
From: ryan at netidea dot com Assigned:
Status: Closed Package: Other
PHP Version: 3.0 Release Candidate 3 OS: linux 2.0.33, apache 1.2.5 modul
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ryan at netidea dot com
New email:
PHP Version: OS:

 

 [1998-04-15 14:29 UTC] ryan at netidea dot com
The short line pretty much describes it all... a call like:
System("/bin/program \#argh");
will call "/bin/program" with the first parameter
set to "\#argh", not "#argh" as one would expect...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-04-15 15:52 UTC] zeev
Nothing to do with exec() - that's the way
double quotes behave
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC