{
  "bugzilla" : {
    "description" : "php variable counter integer overflow",
    "id" : "240158",
    "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=240158"
  },
  "details" : [ "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." ],
  "statement" : "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. We therefore do not classify this issue as security-sensitive since no trust boundary is crossed.",
  "references" : [ "https://www.cve.org/CVERecord?id=CVE-2007-1383\nhttps://nvd.nist.gov/vuln/detail/CVE-2007-1383" ],
  "name" : "CVE-2007-1383",
  "csaw" : false
}