The session extension in PHP 4 before 4.4.5, and PHP 5 before 5.2.1, calculates the reference count for the session variables without considering the internal pointer from the session globals, which allows context-dependent attackers to execute arbitrary code via a crafted string in the session_register after unsetting HTTP_SESSION_VARS and _SESSION, which destroys the session data Hashtable.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2007-03-27 01:19
Updated : 2024-02-04 17:13
NVD link : CVE-2007-1700
Mitre link : CVE-2007-1700
CVE.ORG link : CVE-2007-1700
JSON object : View
Products Affected
php
- php
CWE