summaryrefslogtreecommitdiff
path: root/ext/standard/tests/serialize/bug69152.phpt
blob: abd0281a12b26509b37cdf56043d802936535360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Bug #69152: Type Confusion Infoleak Vulnerability in unserialize()
--FILE--
<?php
$x = unserialize('O:9:"exception":1:{s:16:"'."\0".'Exception'."\0".'trace";s:4:"ryat";}');
echo $x;
$x =  unserialize('O:4:"test":1:{s:27:"__PHP_Incomplete_Class_Name";R:1;}');
$x->test();

?>
--EXPECTF--
Fatal error: Uncaught TypeError: trace is not an array in %s:%d
%a
  thrown in %s on line %d