Bug 240158 (CVE-2007-1383)

Summary: CVE-2007-1383 php variable counter integer overflow
Product: [Other] Security Response Reporter: Joe Orton <jorton>
Component: vulnerabilityAssignee: Red Hat Product Security <security-response-team>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: paul.boin
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-15 15:42:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joe Orton 2007-05-15 15:39:01 UTC
Description of problem:
Integer overflow in the 16 bit variable reference counter in PHP 4 allows
context-dependent attackers to execute arbitrary code by overflowing this
counter, which causes the same variable to be destroyed twice, a related issue
to CVE-2007-1286.

Comment 1 Joe Orton 2007-05-15 15:42:27 UTC
The PHP interpreter does not offer a reliable "sandboxed" security layer (as
found in, say, a JVM) in which untrusted scripts can be run; any script run by
the PHP interpreter must be trusted with the privileges of the interpreter itself.  

This bug described in CVE-2007-1383 can only be triggered by a script author;
since no trust boundary is crossed, this issue is not treated as security-sensitive.

Comment 2 Joe Orton 2007-05-15 15:43:09 UTC
*** Bug 239294 has been marked as a duplicate of this bug. ***