Lucene search
+L

1353 matches found

CNVD
CNVD
added 2016/10/17 12:0 a.m.5 views

An SQL injection vulnerability exists in the DBSHOP_0.9.3_Beta getQuery() function.

DBShop is an open source e-commerce online store system developed using endFramework. DBSHOP0.9.3Beta suffers from SQL injection vulnerability. Due to the /DBSHOP/module/Shopfront/src/Shopfront/Controller/GoodslistController.php at indexAction first through getQuery to get all the parameters,...

7.8AI score
SaveExploits0References1
Hacker One
Hacker One
added 2016/10/15 11:51 a.m.19 views

Internet Bug Bounty: Use-after-free in unserialize()

The bug report at: https://bugs.php.net/bug.php?id=73147 The fix commit at: https://github.com/php/php-src/commit/0e6fe3a4c96be2d3e88389a5776f878021b4c59f...

6.9AI score
SaveExploits0
Check Point Advisories
Check Point Advisories
added 2016/10/05 12:0 a.m.65 views

Tuleap PHP Unserialize Code Execution (CVE-2014-8791)

This module exploits a PHP object injection vulnerability. Tuelap could be abused to allow authenticated users to execute arbitrary code with the permissions of the web server. This could lead to execute PHP code on the server...

6CVSS7.5AI score0.14766EPSS
SaveExploits7
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
RedhatCVE
RedhatCVE
added 2016/09/19 12:18 p.m.34 views

CVE-2016-7411

ext/standard/varunserializer.re in PHP before 5.6.26 mishandles object-deserialization failures, which allows remote attackers to cause a denial of service memory corruption or possibly have unspecified other impact via an unserialize call that references a partially constructed object...

9.8CVSS6.5AI score0.05649EPSS
SaveExploits1References1
Hacker One
Hacker One
added 2016/09/18 2:21 a.m.23 views

Internet Bug Bounty: wddx_deserialize use-after-free

Upstream Bug --- https://bugs.php.net/bug.php?id=72860 Summary -- wddxdeserialize allows to unserialize a WDDX packet that usually comes from external input. While WDDX tries to deserialize "recordset" element, use-after-free happens if the close tag for the field is not found. Patch --...

6.9AI score
SaveExploits0
ArchLinux
ArchLinux
added 2016/09/18 12:0 a.m.70 views

php: multiple issues

CVE-2016-7411 arbitrary code execution A memory Corruption vulnerability was found in php's unserialize method. This happened during the deserialized-object Destruction. - CVE-2016-7412 arbitrary code execution Php's mysqlnd extension assumes the flags returned for a BIT field necessarily...

1.6AI score0.11402EPSS
SaveExploits7References15
OSV
OSV
added 2016/09/17 9:59 p.m.16 views

CVE-2016-7411

ext/standard/varunserializer.re in PHP before 5.6.26 mishandles object-deserialization failures, which allows remote attackers to cause a denial of service memory corruption or possibly have unspecified other impact via an unserialize call that references a partially constructed object...

9.8CVSS9.3AI score
SaveExploits0References7
Japan Vulnerability Notes
Japan Vulnerability Notes
added 2016/09/14 6:0 a.m.7 views

CS-Cart add-on "Twigmo" vulnerable to PHP object injection

Overview CS-Cart add-on "Twigmo" contains a PHP object injection vulnerability due to a flaw where untrusted input values are unserialized. ASAI Ken reported this vulnerability to IPA. JPCERT/CC coordinated with the developer under Information Security Early Warning Partnership. Impact A remote...

8.8CVSS7.7AI score0.02071EPSS
SaveExploits0References6
zdt
zdt
added 2016/09/07 12:0 a.m.35 views

SugarCRM 6.5.23 - REST PHP Object Injection Exploit (Metasploit)

Exploit for php platform in category remote exploits This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class MetasploitModule 'SugarCRM REST Unserialize PHP Code Execution', 'Description' = %q This...

7.1AI score
SaveExploits0
exploitpack
exploitpack
added 2016/09/07 12:0 a.m.20 views

SugarCRM 6.5.23 - REST PHP Object Injection (Metasploit)

SugarCRM 6.5.23 - REST PHP Object Injection Metasploit This module requires Metasploit: http://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'msf/core' class MetasploitModule 'SugarCRM REST Unserialize PHP Code Execution', 'Description' = %q This...

0.2AI score
SaveExploits0
Metasploit
Metasploit
added 2016/09/06 11:58 p.m.17 views

SugarCRM REST Unserialize PHP Code Execution

This module exploits a PHP Object Injection vulnerability in SugarCRM CE 'SugarCRM REST Unserialize PHP Code Execution', 'Description' = %q This module exploits a PHP Object Injection vulnerability in SugarCRM CE 'EgiX', 'License' = MSFLICENSE, 'References' = 'URL', 'http...

0.3AI score
SaveExploits0
CNVD
CNVD
added 2016/09/03 12:0 a.m.4 views

PHP 'unserialize()' memory error references remote command execution vulnerability

PHP is an open source general-purpose computer scripting language. PHP 'unserialize' suffers from a memory error referencing a remote command execution vulnerability, which allows an attacker to exploit the vulnerability to execute arbitrary code in the context of a user's affected application,...

7.7AI score
SaveExploits0References1
Hacker One
Hacker One
added 2016/08/19 3:8 a.m.20 views

Internet Bug Bounty: wddx_deserialize null dereference with invalid xml

Upstream Bug --- 2016-08-09 02:53 UTC https://bugs.php.net/bug.php?id=72790 Summary -- wddxdeserialize allows to unserializes a WDDX packet that usually comes from external input, php interpreter crashes while processing invalid XML input with wddxdeserialize...

7.1AI score
SaveExploits0
Hacker One
Hacker One
added 2016/08/17 6:46 a.m.27 views

Internet Bug Bounty: Use After Free Vulnerability in unserialize()

bug report at: https://bugs.php.net/bug.php?id=70436 fix commit at: https://github.com/php/php-src/commit/95d09e4b5e6b84f8340efe03e8e2f9c1380228db Use After Free Vulnerability in unserialize Taoguang Chen - Write Date: 2015.9.6 - Release Date: 2016.8.18 A use-after-free vulnerability was discover...

8AI score
SaveExploits0
appercut
appercut
added 2016/08/15 12:0 a.m.569 views

Silver Stripe CMS: source code security analysis report

Several vulnerabilities were discovered in SilverStripe Limited 'Silver Stripe CMS' software: Incorrect User Input Filtration when Connecting to External Files File System Path Manipulation Using Global Variables Incorrect User Input Filtration when Using the unserialize Function Incorrect Newlin...

1.9AI score
SaveExploits0References1Affected Software1
Prion
Prion
added 2016/08/07 10:59 a.m.35 views

Design/Logic Flaw

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...

7.5CVSS8.3AI score0.15484EPSS
SaveExploits5References12Affected Software4
Prion
Prion
added 2016/08/07 10:59 a.m.41 views

Design/Logic Flaw

phpzip.c in the zip extension in PHP before 5.5.37, 5.6.x before 5.6.23, and 7.x before 7.0.8 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...

7.5CVSS9.7AI score0.0926EPSS
SaveExploits5References12Affected Software1
EUVD
EUVD
added 2016/08/07 10:0 a.m.8 views

EUVD-2016-6706

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.8CVSS8.4AI score0.15484EPSS
SaveExploits5References18
Cvelist
Cvelist
added 2016/08/07 10:0 a.m.53 views

CVE-2016-5773

phpzip.c in the zip extension in PHP before 5.5.37, 5.6.x before 5.6.23, and 7.x before 7.0.8 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...

9.7AI score0.0926EPSS
SaveExploits5References12
Rows per page
Query Builder