"value":"PHP before 5.2.5 allows local users to bypass protection mechanisms configured through php_admin_value or php_admin_flag in httpd.conf by using ini_set to modify arbitrary configuration variables, a different issue than CVE-2006-4625."
},
{
"lang":"es",
"value":"PHP anterior a 5.2.5 permite a usuarios locales evitar mecanismos de protecci\u00f3n configurados a trav\u00e9s de php_admin_value o php_admin_flag en httpd.conf con la utilizaci\u00f3n de ini_set para modificar variables de configuraci\u00f3n de su elecci\u00f3n, un asunto diferente que CVE-2006-4625."
}
],
"vendorComments":[
{
"organization":"Red Hat",
"comment":"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.",