php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53136 Invalid read on openssl_csr_new()
Submitted: 2010-10-22 11:32 UTC Modified: 2010-11-13 00:34 UTC
From: filowie at list dot ru Assigned: felipe (profile)
Status: Closed Package: OpenSSL related
PHP Version: 5.3 OS: Windows XP SP2 (x86)
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: filowie at list dot ru
New email:
PHP Version: OS:

 

 [2010-10-22 11:32 UTC] filowie at list dot ru
Description:
------------
Apache version: 2.2.15 (Win32) with OpenSSL/0.9.8m
Screenshot: http://cs4536.vk.com/u508862/115691740/y_1a9b38e5.jpg

Test script:
---------------
$ea = array(X509_PURPOSE_CRL_SIGN); // reason
openssl_csr_new(array('commonName' => 'localhost'), openssl_pkey_new(), null, $ea);


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-11-12 09:46 UTC] filowie at list dot ru
-Summary: Unexpected Apache termination +Summary: Ошибка доступа к памяти в Apache
 [2010-11-12 09:46 UTC] filowie at list dot ru
.
 [2010-11-12 23:41 UTC] felipe@php.net
-Summary: Ошибка доступа к памяти в Apache +Summary: Unexpected Apache termination
 [2010-11-13 00:33 UTC] felipe@php.net
-Summary: Unexpected Apache termination +Summary: Invalid read on openssl_csr_new()
 [2010-11-13 00:34 UTC] felipe@php.net
Automatic comment from SVN on behalf of felipe
Revision: http://svn.php.net/viewvc/?view=revision&revision=305303
Log: - Fixed bug #53136 (Invalid read on openssl_csr_new())
 [2010-11-13 00:34 UTC] felipe@php.net
-Status: Open +Status: Closed -PHP Version: 5.2.14 +PHP Version: 5.3 -Assigned To: +Assigned To: felipe
 [2010-11-13 00:34 UTC] felipe@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Are you using 5.3.x, right?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC