Lucene search
+L

27 matches found

Kitploit
Kitploit
added 2026/09/17 1:20 p.m.16 views

wordpress-php-object-helper

wordpress-php-object-helper About You have a Known plugin with a PHP object exploit?, but you need to determine which library to use to exploit the issue and run with phpggc. This should help you out. Example Output root@kitploit: $ python3 finder.py -u http://wordpress.lan -f wp-plugins.lst...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 4:47 a.m.8 views

CVE-2021-3129

CVE-2021-3129 Unauthenticated RCE in Laravel Ignition via File Upload Summary of the CVE In affected versions of Laravel Ignition a attack can execute arbitrary code because of the insecure usage of filegetcontents and fileputcontents. This is only exploitable for websites that use debug mode...

9.8CVSS8.5AI score0.99943EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/16 9:46 a.m.9 views

Laravel-8.4.2-rce-CVE-2021-3129

Laravel-8.4.2-rce-CVE-2021-3129 root@kitploit: exploit.py tested use python3,and only working with phpggc . first docker-compose up port on 8888 at 127.0.0.1 generate key first...

9.8CVSS8.2AI score0.99943EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/13 10:22 a.m.6 views

CVE-2018-15133-PoC

CVE-2018-15133-PoC This Python script implements a remote code execution RCE exploit for vulnerable Laravel applications through insecure deserialization, based on the CVE-2018-15133 vulnerability. The exploit takes advantage of a vulnerability in Laravel versions 5.5.40 and earlier, and 5.6.0 to...

8.1CVSS8.3AI score0.76814EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/10 3:54 p.m.10 views

phpggc

PHPGGC:PHP 通用小工具链 PHPGGC 是一个 unserialize 载荷库,附带一个可从命令行或以编程方式生成载荷的工具 。 当你在没有源代码的网站上遇到 unserialize,或者只是想构建漏洞利用程序时,这个工具可以让你无需经历寻找小工具并将其组合的繁琐步骤,即可生成载荷。它可以被看作是 frohoff 的 ysoserial 的 PHP 等价物。...

6AI score
SaveExploits0References1
NVD
NVD
added 2024/07/15 8:15 p.m.72 views

CVE-2024-40624

TorrentPier is an open source BitTorrent Public/Private tracker engine, written in php. In torrentpier/library/includes/functions.php, gettracks uses the unsafe native PHP serialization format to deserialize user-controlled cookies. One can use phpggc and the chain Guzzle/FW1 to write PHP code to...

9.8CVSS0.00995EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/07/15 7:28 p.m.14 views

CVE-2024-40624 Deserialization of untrusted data in torrentpier/torrentpier

TorrentPier is an open source BitTorrent Public/Private tracker engine, written in php. In torrentpier/library/includes/functions.php, gettracks uses the unsafe native PHP serialization format to deserialize user-controlled cookies. One can use phpggc and the chain Guzzle/FW1 to write PHP code to...

9.8CVSS7.6AI score0.00995EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/15 7:28 p.m.62 views

CVE-2024-40624 Deserialization of untrusted data in torrentpier/torrentpier

TorrentPier is an open source BitTorrent Public/Private tracker engine, written in php. In torrentpier/library/includes/functions.php, gettracks uses the unsafe native PHP serialization format to deserialize user-controlled cookies. One can use phpggc and the chain Guzzle/FW1 to write PHP code to...

9.8CVSS0.00995EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/15 7:28 p.m.27 views

CVE-2024-40624 Deserialization of untrusted data in torrentpier/torrentpier

TorrentPier is an open source BitTorrent Public/Private tracker engine, written in php. In torrentpier/library/includes/functions.php, gettracks uses the unsafe native PHP serialization format to deserialize user-controlled cookies. One can use phpggc and the chain Guzzle/FW1 to write PHP code to...

9.8CVSS7.5AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2024/07/15 5:48 p.m.28 views

TorrentPier Deserialization of Untrusted Data vulnerability

Summary In torrentpier/library/includes/functions.php, gettracks uses the unsafe native PHP serialization format to deserialize user-controlled cookies: https://github.com/torrentpier/torrentpier/blob/84f6c9f4a081d9ffff4c233098758280304bf50f/library/includes/functions.phpL41-L60 PoC One can use...

9.8CVSS6.1AI score0.00995EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/07/15 5:48 p.m.86 views

GHSA-FG86-4C2R-7WXW TorrentPier Deserialization of Untrusted Data vulnerability

Summary In torrentpier/library/includes/functions.php, gettracks uses the unsafe native PHP serialization format to deserialize user-controlled cookies: https://github.com/torrentpier/torrentpier/blob/84f6c9f4a081d9ffff4c233098758280304bf50f/library/includes/functions.phpL41-L60 PoC One can use...

9.8CVSS6.1AI score0.00995EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/22 4:56 p.m.89 views

GHSA-PV9J-C53Q-H433 Gadget chain in Symfony 1 due to uncontrolled unserialized input in sfNamespacedParameterHolder

Summary Symfony 1 has a gadget chain due to dangerous unserialize in sfNamespacedParameterHolder class that would enable an attacker to get remote code execution if a developer unserialize user input in his project. Details This vulnerability present no direct threat but is a vector that will...

9.8CVSS9.9AI score0.01534EPSS
SaveExploits1References3
Friends Of PHP
Friends Of PHP
added 2024/03/19 1:59 p.m.75 views

Deserialization Gadget chain in Symfony sfNamespacedParameterHolder

Summary Symfony 1 has a gadget chain due to dangerous unserialize in sfNamespacedParameterHolder class that would enable an attacker to get remote code execution if a developer unserialize user input in his project. Details This vulnerability present no direct threat but is a vector that will...

9.8CVSS9.9AI score0.01534EPSS
SaveExploits1Affected Software1
wpexploit
wpexploit
added 2023/12/14 12:00 a.m.990 views

Slider Revolution < 6.6.19 - Author+ Insecure Deserialization leading to RCE

Description The plugin does not prevent users with at least the Author role from unserializing arbitrary content when importing sliders, potentially leading to Remote Code Execution. 1. Make sure to configure the plugin so Authors can access its settings 2. Create a new slider. 3. Save and export...

8.8CVSS7.3AI score0.0137EPSS
SaveExploits2
The Hacker News
The Hacker News
added 2023/12/08 9:23 a.m.50 views

WordPress Releases Update 6.4.2 to Address Critical Remote Attack Vulnerability

WordPress has released version 6.4.2 with a patch for a critical security flaw that could be exploited by threat actors by combining it with another bug to execute arbitrary PHP code on vulnerable sites. "A remote code execution vulnerability that is not directly exploitable in core; however, the...

8.7AI score
SaveExploits0
Huntr
Huntr
added 2022/10/08 3:05 p.m.28 views

Deserialization of arbitrary data leads to RCE

Description LibreNMS includes support for monitoring applications, one of which is memcached. When polling for memcached, the data returned by the agent to the LibreNMS server is not verified before it is deserialized. Because LibreNMS has quite a few dependencies, it is easy to find a working...

6.5CVSS2.8AI score0.00899EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2022/05/14 12:56 a.m.302 views

Laravel Framework RCE Vulnerability

In Laravel Framework through 5.5.40 and 5.6.x through 5.6.29, remote code execution might occur as a result of an unserialize call on a potentially untrusted X-XSRF-TOKEN value. This involves the decrypt method in Illuminate/Encryption/Encrypter.php and PendingBroadcast in...

8.1CVSS7.7AI score0.76814EPSS
SaveExploits11References6Affected Software1
Prion
Prion
added 2022/03/10 5:45 p.m.25 views

Deserialization of untrusted data

SuiteCRM through 7.12.1 and 8.x through 8.0.1 allows Remote Code Execution. Authenticated users with access to the Scheduled Reports module can achieve this by leveraging PHP deserialization in the emailrecipients property. By using a crafted request, they can create a malicious report, containin...

6.5CVSS8.8AI score0.53235EPSS
SaveExploits2References2Affected Software1
GithubExploit
GithubExploit
added 2021/01/27 5:44 a.m.244 views

Exploit for CVE-2021-3129

LaravelCVE-2021-3129EXP Reference exp: https://github.com/...

9.8CVSS7.1AI score0.99943EPSS
SaveExploits38
myhack58
myhack58
added 2019/04/17 12:00 a.m.80 views

Drupal vulnerability a combination of Boxing: by a malicious picture of a key RCE-vulnerability warning-the black bar safety net

One, Foreword Recent Drupal released two critical patches, support 7. x and 8. the x version. In this security update fixes some bugs, these bugs have been submitted to our targeted vulnerability incentive program TIPS. Exploitation of these vulnerabilities it is possible to achieve code executio...

7.5AI score
SaveExploits0
Rows per page
Query Builder