Lucene search
+L

716 matches found

Kitploit
Kitploit
added 2026/09/03 11:13 a.m.4 views

CVE-2021-3129

CVE-2021-3129 ファイルアップロードによるLaravel Ignitionの未認証RCE CVEの概要 影響を受けるバージョンのLaravel Ignitionでは、filegetcontents と fileputcontents の安全でない使用により、攻撃者が任意のコードを実行できる可能性があります。 これは、デバッグモードを使用するWebサイトでのみ悪用可能です。 影響を受けるバージョン Laravel Ignition 2.5.2 および Laravel 8.4.2 注意事項...

9.8CVSS7.2AI score0.99943EPSS
SaveExploits38References2
Kitploit
Kitploit
added 2026/09/03 9:50 a.m.4 views

CVE-2021-3129

CVE-2021-3129 CVE-2021-3129-Laravel Debug mode remote code execution vulnerability Affected versions and conditions Laravel = 8.4.2 Ignition 2.5.2 Environment setup docker pull vulhub/laravel:8.4.2 exp usage Download and execute in the same directory as exploit.py: git clone...

9.8CVSS7.5AI score0.99943EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/09/03 6:54 a.m.6 views

CVE-2021-3129

CVE-2021-3129 Laravel RCE CVE-2021-3129 Vulnerability Overview When Laravel's debug mode is enabled, due to the unsafe use of the filegetcontents and fileputcontents functions by Laravel's built-in Ignition component, an attacker can trigger Phar deserialization by sending malicious requests,...

9.8CVSS7.3AI score0.99943EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/09/03 2:46 a.m.5 views

Exploits_and_Advisories

漏洞利用与安全公告 该仓库收录了我共同发现或共同撰写的公开漏洞利用、漏洞和安全公告。 CVE 列表 CVE| ID| 目标| 描述| 披露 ---|---|---|---|--- CVE-2020-10881| ZDI-20-333| TP-Link Archer A7/C7| DNS 栈溢出| Pwn2Own Tokyo 2019 CVE-2020-10882| ZDI-20-334| TP-Link Archer A7/C7| 命令注入| Pwn2Own Tokyo 2019 CVE-2020-10883| ZDI-20-335| TP-Link Archer A7/C7|...

10CVSS6.6AI score0.87343EPSS
SaveExploits19
Kitploit
Kitploit
added 2026/09/02 9:05 p.m.12 views

laravel-8.4.2-rce

laravel-8.4.2-rce 环境搭建 root@kitploit: git clone https://github.com/laravel/laravel.git cd laravel git checkout e849812 composer install composer require facade/ignition==2.5.1 php artisan serve 使用方法 root@kitploit: python3 exploit.py http://pwnme.me:8000...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 12:16 p.m.4 views

laravel-exploits

laravel-exploits Exploit for CVE-2021-3129 Details: https://www.ambionics.io/blog/laravel-debug-rce Usage root@kitploit: $ php -d'phar.readonly=0' ./phpggc --phar phar -o /tmp/exploit.phar --fast-destruct monolog/rce1 system id $ ./laravel-ignition-rce.py http://localhost:8000/ /tmp/exploit.phar...

9.8CVSS8AI score0.99943EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/02 12:16 p.m.3 views

laravel-exploits

laravel-exploits 针对 CVE-2021-3129 的漏洞利用 详情:https://www.ambionics.io/blog/laravel-debug-rce 用法 root@kitploit: $ php -d'phar.readonly=0' ./phpggc --phar phar -o /tmp/exploit.phar --fast-destruct monolog/rce1 system id $ ./laravel-ignition-rce.py http://localhost:8000/ /tmp/exploit.phar Log file:...

9.8CVSS7AI score0.99943EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/02 11:54 a.m.4 views

hoh4

要求: python 命令: python laravel-ignition-rce.py ""...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/02 11:16 a.m.2 views

Laravel_CVE-2021-3129_EXP

LaravelCVE-2021-3129EXP 参考exp: https://github.com/SNCKER/CVE-2021-3129 バージョン要件 Laravel Iginition == 2.5.1 EXPで動作確認済みのローカルバージョン: Laravel 8.4.2 注意事項 このexpをphpgccディレクトリに配置する必要があります。配置しない場合、phpgccを呼び出せません。 例...

9.8CVSS7AI score0.99943EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/09/01 4:26 a.m.3 views

CVE-2021-3129

CVE-2021-3129 Laravel Ignition RCE Exploit This is a Python exploit script for CVE-2021-3129, a remote code execution vulnerability in Laravel when the Ignition package is installed. This vulnerability allows an attacker to execute arbitrary system commands via PHAR deserialization. Features...

9.8CVSS7AI score0.99943EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/08/31 12:09 p.m.3 views

CVE-2021-3129_exploit

CVE-2021-3129exploit Exploit for CVE-2021-3129 Lab setup: root@kitploit: $ git clone https://github.com/laravel/laravel.git $ cd laravel $ git checkout e849812 $ composer install $ composer require facade/ignition==2.5.1 $ php artisan serve Usage: root@kitploit: $ git clone...

9.8CVSS7AI score0.99943EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/08/30 3:28 p.m.3 views

randy

Randy 简介 这是针对 Inductive Automation Ignition 的一个预认证 RCE 漏洞利用工具,影响版本 = 8.1.16。我们在 2022 年迈阿密 Pwn2Own 大会上因漏洞利用代码粗糙且没有调试环境而未能成功利用这些漏洞,但此后我们找到了时间和精力来改进它! 作者 Incite Team 的 Chris Anastasio 与 Steven Seeley mrme 构建 1. 使用 mvn clean compile assembly:single -DskipTests 构建 测试 该漏洞利用工具已针对 8.1.16 进行了测试,使用的是 Windo...

5.9AI score
SaveExploits0
Nuclei
Nuclei
added 2026/08/29 10:07 a.m.968 views

Laravel with Ignition <= v8.4.2 Debug Mode - Remote Code Execution

Laravel version 8.4.2 and before with Ignition before 2.5.2 allows unauthenticated remote attackers to execute arbitrary code because of insecure usage of filegetcontents and fileputcontents. This is exploitable on sites using debug mode with Laravel before 8.4.2. id: CVE-2021-3129 info: name:...

9.8CVSS7.3AI score0.99943EPSS
SaveExploits38References5
Kitploit
Kitploit
added 2026/08/28 6:13 p.m.4 views

CVE-2021-3129

CVE-2021-3129 — Esecuzione remota di codice in Laravel Ignition CVSS 9.8 Critico | Operazioni su file non sicure → Log Poisoning → Phar Deserialization → RCE Panoramica Laravel Ignition 2.5.2 Laravel 8.4.2 presenta una vulnerabilità RCE quando APPDEBUG=true. L'endpoint /ignition/execute-solution...

9.8CVSS7AI score0.99943EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/08/27 8:46 p.m.8 views

laravel-ignition-Rxss

Badge Licenza MIT Installazione 1. Installa Python3 e pip Istruzioni qui Se non riesci a capirlo, non dovresti davvero usare questo strumento Installa tramite pip root@kitploit: pip install laravel-ignition-rxss Esegui il comando qui sotto per verificare laravel-ignition-rxss -h Configurazioni 2...

5.2AI score
SaveExploits0References2
OSV
OSV
added 2026/08/26 10:18 a.m.8 views

RHSA-2026:59549 Red Hat Security Advisory: ignition security update

Bulletin has no description...

8.2CVSS4.8AI score0.00692EPSS
SaveExploits0References11
OSV
OSV
added 2026/08/26 10:18 a.m.18 views

RHSA-2026:59546 Red Hat Security Advisory: ignition security update

Bulletin has no description...

8.8CVSS5AI score0.00692EPSS
SaveExploits0References19
RedHat Linux
RedHat Linux
added 2026/08/25 6:36 p.m.10 views

Important: Red Hat Security Advisory: ignition security update

An update for ignition is now available for Red Hat Enterprise Linux 9.4 Update Services for SAP Solutions. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

9.6CVSS5.5AI score0.00692EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/25 5:52 p.m.9 views

Important: Red Hat Security Advisory: ignition security update

An update for ignition is now available for Red Hat Enterprise Linux 10.0 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available f...

9.6CVSS5.7AI score0.00692EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/25 12:00 a.m.3 views

RHEL 9 : ignition (RHSA-2026:59549)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2026:59549 advisory. Ignition is a utility used to manipulate systems during the initramfs. This includes partitioning disks, formatting partitions, writing files regula...

9.6CVSS5.6AI score0.00692EPSS
SaveExploits0References4
Rows per page
Query Builder