This is a discussion on ZVAL reference counter code execution within the PHP General forums, part of the PHP Programming Forums category; Hi all, Do I have to worry about the ZVAL overflow vulnerability if I don't use unserialize() in my ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
Do I have to worry about the ZVAL overflow vulnerability if I don't use unserialize() in my code? Or is it used behind the scenes whether I call it directly or not? I have a web server running PHP 4.4.4 with only one custom application running on it. The server is dedicated to this one application. Thanks, Bill |