php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12178 ext/standard/mail.c insecurity
Submitted: 2001-07-15 13:14 UTC Modified: 2001-11-30 04:26 UTC
From: sintes at nfrance dot com Assigned:
Status: Closed Package: Mail related
PHP Version: 4.0.6 OS: All UNIX
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sintes at nfrance dot com
New email:
PHP Version: OS:

 

 [2001-07-15 13:14 UTC] sintes at nfrance dot com
ext/standard/mail.c is potentialy insecure.

>extra_cmd = (*argv[4])->value.str.val;
>strcat (sendmail_cmd, extra_cmd);
>sendmail = popen(sendmail_cmd, "w");

So it is possible to use extra_cmd to gain shell access.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-30 04:26 UTC] derick@php.net
This was fixed a long time ago. (on 2001/07/05 08:47:37)


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 14:01:29 2024 UTC