Lucene search
+L

1346 matches found

securityvulns
securityvulns
added 2007/03/25 12:0 a.m.52 views

PHP unserialize() function information leak

Uninitiailized memory fragment is returned on "S:" string...

7.8CVSS2.5AI score0.0721EPSS
SaveExploits2References1Affected Software1
securityvulns
securityvulns
added 2007/03/25 12:0 a.m.46 views

MOPB-29-2007:PHP 5.2.1 unserialize() Information Leak Vulnerability

Summary The new S: data type added to PHP 5.2.1's serialisation format is completely broken. The new feature it is supposed to add, the handling of escaped strings does not work at all and leads to disclosure of heap memory content. Affected versions Affected is PHP 5.2.1 Detailed information Wit...

7.2AI score
SaveExploits0
Packet Storm
Packet Storm
added 2007/03/24 12:0 a.m.24 views

MOPB-unserialize.txt

1,strrepeat'"', 200."2"=1; $heapdump = unserialize$str; echo "Heapdump\n---------\n\n"; $len = strlen$heapdump; for $b=0; $b 127 || $c...

SaveExploits0
seebug.org
seebug.org
added 2007/03/24 12:0 a.m.22 views

PHP 5.2.1 unserialize() Local Information Leak Exploit

No description provided by source. ?php //////////////////////////////////////////////////////////////////////// // // // | || | | | | | | | || || \ // // | |/ || '|/ |/ -| ' \ / -/ |||| /| || / //...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2007/03/23 12:0 a.m.11 views

PHP 5.2.1 - Unserialize() Local Information Leak

PHP 5.2.1 - Unserialize Local Information Leak 1,strrepeat'"', 200."2"=1; $heapdump = unserialize$str; echo "Heapdump\n---------\n\n"; $len = strlen$heapdump; for $b=0; $b$len; $b+=16 printf"%08x: ", $b; for $i=0; $i16; $i++ if $b+$i$len printf "%02x ", ord$heapdump$b+$i; else printf "...

0.6AI score
SaveExploits0
zdt
zdt
added 2007/03/23 12:0 a.m.18 views

PHP 5.2.1 unserialize() Local Information Leak Exploit

Exploit for multiple platform in category local exploits ====================================================== PHP 5.2.1 unserialize Local Information Leak Exploit ====================================================== 1,strrepeat'"', 200."2"=1; $heapdump = unserialize$str; echo...

6.9AI score
SaveExploits0
Exploit DB
Exploit DB
added 2007/03/23 12:0 a.m.38 views

PHP 5.2.1 - 'Unserialize()' Local Information Leak

1,strrepeat'"', 200."2"=1; $heapdump = unserialize$str; echo "Heapdump\n---------\n\n"; $len = strlen$heapdump; for $b=0; $b$len; $b+=16 printf"%08x: ", $b; for $i=0; $i16; $i++ if $b+$i$len printf "%02x ", ord$heapdump$b+$i; else printf ".. "; for $i=0; $i16; $i++ if $b+$i$l...

7.8CVSS5.8AI score0.0721EPSS
SaveExploits2
Prion
Prion
added 2007/03/06 8:19 p.m.30 views

Integer overflow

Integer overflow in PHP 4.4.4 and earlier allows remote context-dependent attackers to execute arbitrary code via a long string to the unserialize function, which triggers the overflow in the ZVAL reference counter...

6.8CVSS7.8AI score0.40435EPSS
SaveExploits8References32Affected Software1
NVD
NVD
added 2007/03/06 8:19 p.m.27 views

CVE-2007-1286

Integer overflow in PHP 4.4.4 and earlier allows remote context-dependent attackers to execute arbitrary code via a long string to the unserialize function, which triggers the overflow in the ZVAL reference counter...

6.8CVSS7.9AI score0.40435EPSS
SaveExploits8References32
seebug.org
seebug.org
added 2007/03/05 12:0 a.m.24 views

PHP <= 4.4.4 unserialize() ZVAL Reference Counter Overflow Exploit PoC

No description provided by source. ?php //////////////////////////////////////////////////////////////////////// // // // | || | | | | | | | || || // // | |/ || '|/ |/ -| ' / -/ |||| /| || / //...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2007/03/02 12:0 a.m.12 views

PHP <= 4.4.4 unserialize() ZVAL Reference Counter Overflow Exploit PoC

No description provided by source. ?php //////////////////////////////////////////////////////////////////////// // // // | || | | | | | | | || || \ // // | |/ || '|/ |/ -| ' \ / -/ |||| /| || / // // ||||,||| ,|||||||,| || |||||| // // // // Proof of concept code from the Hardened-PHP...

7.1AI score
SaveExploits0
securityvulns
securityvulns
added 2007/03/02 12:0 a.m.180 views

MOPB-04-2007:PHP 4 unserialize() ZVAL Reference Counter Overflow

Summary The Month of PHP Bugs started with one of the possible ways to exploit the 16bit reference counter of PHP 4. It was only exploitable with local access. However because PHP does not protect against these overflows anywhere there are other exploit vectors. With unserialize it is triggerable...

0.5AI score
SaveExploits0
zdt
zdt
added 2007/03/02 12:0 a.m.14 views

PHP <= 4.4.4 unserialize() ZVAL Reference Counter Overflow Exploit PoC

Exploit for linux platform in category dos / poc ====================================================================== PHP = 4.4.4 unserialize ZVAL Reference Counter Overflow Exploit PoC ====================================================================== ?php...

7AI score
SaveExploits0
securityvulns
securityvulns
added 2007/03/02 12:0 a.m.40 views

MOPB-05-2007:PHP unserialize&#40;&#41; 64 bit Array Creation Denial of Service Vulnerability

Summary A user supplied serialized string might trigger on 64 bit systems a tight endless loop within zendhashinit exhausting CPU ressources. Affected versions Affected is PHP 4.4.4/5.2.0 and below. Detailed information Before PHP 4.3.11 was released it was discovered that there is a problem in t...

0.4AI score
SaveExploits0
securityvulns
securityvulns
added 2007/03/02 12:0 a.m.62 views

PHP unserialize&#40;&#41; integer overflow

16-bit counter overflow leads to ability of code execution on parsing cookie...

10CVSS6.2AI score0.40435EPSS
SaveExploits10References2Affected Software1
exploitpack
exploitpack
added 2007/03/02 12:0 a.m.16 views

PHP 4.4.4 - Unserialize() ZVAL Reference Counter Overflow (PoC)

PHP 4.4.4 - Unserialize ZVAL Reference Counter Overflow PoC ?php //////////////////////////////////////////////////////////////////////// // // // | || | | | | | | | || || \ // // | |/ || '|/ |/ -| ' \ / -/ |||| /| || / // // ||||,||| ,|||||||,| || |||||| // // // // Proof of concept code...

0.5AI score
SaveExploits0
Exploit DB
Exploit DB
added 2007/03/02 12:0 a.m.36 views

PHP 4.4.4 - 'Unserialize()' ZVAL Reference Counter Overflow (PoC)

?php //////////////////////////////////////////////////////////////////////// // // // | || | | | | | | | || || \ // // | |/ || '|/ |/ -| ' \ / -/ |||| /| || / // // ||||,||| ,|||||||,| || |||||| // // // // Proof of concept code from the Hardened-PHP Project // // C Copyright 2007 Stefan...

6.8CVSS5.8AI score0.40435EPSS
SaveExploits8
exploitpack
exploitpack
added 2007/03/01 12:0 a.m.32 views

PHP 4.5.0 - Unserialize Overflow (Metasploit)

PHP 4.5.0 - Unserialize Overflow Metasploit $Id$ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework/ requir...

0.8AI score0.40435EPSS
SaveExploits8
seebug.org
seebug.org
added 2007/03/01 12:0 a.m.54 views

PHP &lt; 4.5.0 unserialize Overflow

No description provided by source. $Id$ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework/ require...

7.1AI score0.40435EPSS
SaveExploits8
Exploit DB
Exploit DB
added 2007/03/01 12:0 a.m.71 views

PHP < 4.5.0 - Unserialize Overflow (Metasploit)

$Id$ This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework/ require 'msf/core' class Metasploit3 'PHP 4...

6.8CVSS5.8AI score0.40435EPSS
SaveExploits8
Rows per page
Query Builder