Lucene search
+L

146 matches found

zdt
zdt
added 2016/10/18 12:0 a.m.22 views

PHP 5.6.26 and 7.0.11 Use After Free in unserialize() Vulnerability

Exploit for php platform in category remote exploits PoC: References: https://bugs.php.net/bug.php?id=73147 0day.today 2018-04-08...

0.9AI score
SaveExploits0
Saint
Saint
added 2016/09/23 12:0 a.m.29 views

SugarCRM REST deserialization vulnerability

Added: 09/23/2016 BID: 91413 Background SugarCRM is customer relationship management software written in PHP. Problem Improper use of the unserialize function inside the SugarRestSerialize.php script allows remote attackers to inject PHP objects, leading to arbitrary command execution. Resolution...

7.8AI score
SaveExploits0
OSV
OSV
added 2016/07/25 12:0 a.m.9 views

UBUNTU-CVE-2016-6295

ext/snmp/snmp.c in PHP before 5.5.38, 5.6.x before 5.6.24, and 7.x before 7.0.9 improperly interacts with the unserialize implementation and garbage collection, which allows remote attackers to cause a denial of service use-after-free and application crash or possibly have unspecified other impac...

9.8CVSS7.2AI score0.05417EPSS
SaveExploits1References3
phpMyAdmin
phpMyAdmin
added 2016/07/15 12:0 a.m.35 views

Unvalidated data passed to unserialize()

PMASA-2016-43 Announcement-ID: PMASA-2016-43 Date: 2016-07-15 Summary Unvalidated data passed to unserialize Description A vulnerability was reported where some data is passed to the PHP unserialize function without verification that it's valid serialized data. Due to how the PHP function operate...

9.8CVSS7.3AI score0.03189EPSS
SaveExploits0Affected Software1
RedhatCVE
RedhatCVE
added 2016/06/29 12:18 p.m.41 views

CVE-2016-5771

splarray.c in the SPL extension in PHP before 5.5.37 and 5.6.x before 5.6.23 improperly interacts with the unserialize implementation and garbage collection, which allows remote attackers to execute arbitrary code or cause a denial of service use-after-free and application crash via crafted...

9.8CVSS7.7AI score0.15484EPSS
SaveExploits5References1
Tenable Nessus
Tenable Nessus
added 2016/03/17 12:0 a.m.68 views

Amazon Linux AMI : php54 (ALAS-2016-670)

A NULL pointer dereference flaw was found in the XSLTProcessor class in PHP. An attacker could use this flaw to cause a PHP application to crash if it performed Extensible Stylesheet Language XSL transformations using untrusted XSLT files and allowed the use of PHP functions to be used as XSLT...

9.8CVSS8.1AI score0.46801EPSS
SaveExploits9References6
RedHat Linux
RedHat Linux
added 2016/03/15 8:55 p.m.16 views

php: Use After Free Vulnerability in unserialize()

A flaw was discovered in the way PHP performed object unserialization. Specially crafted input processed by the unserialize function could cause a PHP application to crash or, possibly, execute arbitrary code...

7.5CVSS7.4AI score0.07057EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2015/11/17 12:0 a.m.86 views

IBM WebSphere Application Server RCE Vulnerability (Nov 2015) - Version Check

IBM WebSphere Application Server is prone to a remote code execution RCE vulnerability in Apache Commons Collections. SPDX-FileCopyrightText: 2015 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders...

10CVSS9.9AI score0.97655EPSS
SaveExploits10References6
ThreatPost
ThreatPost
added 2015/11/10 9:7 a.m.13 views

Apache Commons Collections Unserialize Java Vulnerability

For close to 10 months, a critical vulnerability in a library found in most Java rollouts has been twisting in the wind, unpatched, and until this week without proof-of-concept exploits that people paid attention to. Two researchers with NTT Com Security changed that dynamic last week when they...

7.4AI score
SaveExploits0References5
Hacker One
Hacker One
added 2015/09/18 12:0 a.m.66 views

Internet Bug Bounty: Integer overflow in unserialize() (32-bits only)

https://bugs.php.net/bug.php?id=68044...

7.5CVSS7.1AI score0.28862EPSS
SaveExploits1
Hacker One
Hacker One
added 2015/08/17 12:0 a.m.15 views

Internet Bug Bounty: Use after free vulnerability in unserialize() with GMP

https://bugs.php.net/bug.php?id=70284...

6.9AI score
SaveExploits0
CNVD
CNVD
added 2015/08/14 12:0 a.m.2 views

PHP 'unserialize()' function memory corruption vulnerability

PHP PHP: Hypertext Preprocessor is an open source general-purpose computer scripting language maintained by the PHP Group and the open source community. The language supports multiple syntaxes, multiple databases and operating systems, and support for C, C++ for program extensions and so on. A...

7.3AI score
SaveExploits0References1
seebug.org
seebug.org
added 2015/08/04 12:0 a.m.26 views

kppw最新版任意用户登录

简要描述: 只需要用户名和用户id即可实现任意用户登录 详细说明: 问题出在 lib/inc/kekecoreclass.php function inituser 第981行 elseif $COOKIE 'kekeautologin' $loginInfo = unserialize $COOKIE 'kekeautologin' ; $pwdInfo = explode '|', base64decode $loginInfo 2 ; $uInfo = kekezu::gettabledata '', 'witkeyspace', " username='$pwdInfo2' an...

7.2AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2015/07/09 5:1 p.m.5 views

php: SoapClient's do_soap_call() type confusion after unserialize()

A flaws was discovered in the way PHP performed object unserialization. Specially crafted input processed by the unserialize function could cause a PHP application to crash or, possibly, execute arbitrary code...

5CVSS7.4AI score0.19961EPSS
SaveExploits2References4
RedHat Linux
RedHat Linux
added 2015/06/23 8:11 a.m.5 views

php: use after free vulnerability in unserialize() (incomplete fix of CVE-2014-8142)

A use-after-free flaw was found in the way PHP's unserialize function processed data. If a remote attacker was able to pass crafted input to PHP's unserialize function, they could cause the PHP interpreter to crash or, possibly, execute arbitrary code...

7.5CVSS7AI score0.53166EPSS
SaveExploits10References4
CNVD
CNVD
added 2015/06/23 12:0 a.m.5 views

PHP SOAP Access Remote Memory Corruption Vulnerability

PHP is a general-purpose scripting language. A security vulnerability in the unserialize function used in PHP's multiple SOAP accesses allows remote attackers to exploit the vulnerability by submitting a special request to obtain PHP application memory information or crash...

10CVSS6.6AI score0.10724EPSS
SaveExploits5References1
Oracle linux
Oracle linux
added 2015/06/23 12:0 a.m.77 views

php security and bug fix update

5.4.16-36 - fix more functions accept paths with NUL character 1213407 5.4.16-35 - core: fix multipart/form-data request can use excessive amount of CPU usage CVE-2015-4024 - fix various functions accept paths with NUL character CVE-2015-4025, CVE-2015-4026, 1213407 - fileinfo: fix denial of...

10CVSS0.3AI score0.53166EPSS
SaveExploits56
RedHat Linux
RedHat Linux
added 2015/06/04 8:6 a.m.4 views

php: use after free vulnerability in unserialize()

A flaws was discovered in the way PHP performed object unserialization. Specially crafted input processed by the unserialize function could cause a PHP application to crash or, possibly, execute arbitrary code...

7.5CVSS7.6AI score0.53166EPSS
SaveExploits8References4
RedHat Linux
RedHat Linux
added 2015/06/04 8:6 a.m.5 views

php: use after free vulnerability in unserialize() with DateTimeZone

A use-after-free flaw was found in the unserialize function of PHP's DateTimeZone implementation. A malicious script author could possibly use this flaw to disclose certain portions of server memory...

7.5CVSS6.6AI score0.42911EPSS
SaveExploits9References4
RedHat Linux
RedHat Linux
added 2015/06/04 8:2 a.m.4 views

php: use after free vulnerability in unserialize() with DateTimeZone

A use-after-free flaw was found in the unserialize function of PHP's DateTimeZone implementation. A malicious script author could possibly use this flaw to disclose certain portions of server memory...

7.5CVSS6.6AI score0.42911EPSS
SaveExploits9References4
Rows per page
Query Builder