- Description
- PHP 4 before 4.4.5, and PHP 5 before 5.2.1, when register_globals is enabled, allows context-dependent attackers to execute arbitrary code via deserialization of session data, which overwrites arbitrary global variables, as demonstrated by calling session_decode on a string beginning with "_SESSION|s:39:".
- Source
- cve@mitre.org
- NVD status
- Modified
CVSS 2.0
- Type
- Primary
- Base score
- 6.8
- Impact score
- 6.4
- Exploitability score
- 8.6
- Vector string
- AV:N/AC:M/Au:N/C:P/I:P/A:P
- nvd@nist.gov
- CWE-502
- Hype score
- Not currently trending
- Comment
- -
- Impact
- Successful exploitation requires that variable "register_globals" is enabled.
- Solution
- Successful exploitation requires that variable "register_globals" is enabled.
- Red HatThis CVE name is a duplicate as the vulnerability is addressed by CVE-2007-0910.
[
{
"nodes": [
{
"negate": false,
"cpeMatch": [
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"vulnerable": true,
"matchCriteriaId": "FCAA3859-EAB8-4F6E-84FE-4DBBF9B1A251",
"versionEndExcluding": "4.4.5",
"versionStartIncluding": "4.0.0"
},
{
"criteria": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*",
"vulnerable": true,
"matchCriteriaId": "E8CF9623-B049-425F-ADC0-3E7E94E2F7A3",
"versionEndExcluding": "5.2.1",
"versionStartIncluding": "5.0.0"
}
],
"operator": "OR"
}
]
}
]