vendor:
PHP
by:
Stefan Esser
7.5
CVSS
HIGH
Session Deserialization Information Leak
200
CWE
Product Name: PHP
Affected Version From: All versions of PHP prior to the patch
Affected Version To:
Patch Exists: NO
Related CWE: CVE-2007-1385
CPE: a:php:php
Platforms Tested: All platforms running PHP
2007
PHP php_binary Session Deserialization Information Leak
This PHP script demonstrates a proof of concept for the php_binary session deserialization vulnerability. By manipulating the session data, an attacker can leak sensitive information from the server.
Mitigation:
To mitigate this vulnerability, upgrade to a version of PHP that has patched this issue. Additionally, ensure that session data is properly sanitized and validated before use.