Lucene search
+L

716 matches found

Kitploit
Kitploit
added 2026/09/03 1:00 p.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 exmaple...

9.8CVSS7AI score0.99943EPSS
SaveExploits38References1
Kitploit
Kitploit
added 2026/09/03 11:13 a.m.4 views

CVE-2021-3129

CVE-2021-3129 RCE sin autenticación en Laravel Ignition mediante carga de archivos Resumen de la CVE En versiones afectadas de Laravel Ignition, un atacante puede ejecutar código arbitrario debido al uso inseguro de filegetcontents y fileputcontents. Esto solo es explotable en sitios web que usan...

9.8CVSS7.2AI score0.99943EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/03 10:31 a.m.3 views

laravel-exploits

laravel-exploits Exploit para CVE-2021-3129 Detalles: https://www.ambionics.io/blog/laravel-debug-rce Uso 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.8CVSS7AI score0.99943EPSS
SaveExploits38
Kitploit
Kitploit
added 2026/09/03 9:50 a.m.4 views

CVE-2021-3129

CVE-2021-3129 CVE-2021-3129-Laravel Debug mode 远程代码执行漏洞 影响版本及条件 Laravel = 8.4.2 Ignition 2.5.2 环境搭建 docker pull vulhub/laravel:8.4.2 exp使用 在exploit.py同目录下下载执行 git clone https://github.com/ambionics/phpggc.git python3 exploit.py http://127.0.0.1:80 "whoami"...

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 脆弱性概要 LaravelでDebugモードが有効になっている場合、Laravelに組み込まれているIgnitionコンポーネントがfilegetcontentsとfileputcontents関数を安全に使用していないため、攻撃者は悪意のあるリクエストを送信したり、悪意のあるログファイルを作成したりすることでPharデシリアライゼーションを誘発し、最終的にリモートコード実行を引き起こす可能性があります。 影響を受けるバージョン Laravel = 8.4.2 脆弱性検証...

9.8CVSS7AI score0.99943EPSS
SaveExploits38References3
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.7AI 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 11:54 a.m.4 views

hoh4

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

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 4:26 a.m.3 views

CVE-2021-3129

CVE-2021-3129 Laravel Ignition RCE エクスプロイト これは、Laravel に Ignition パッケージがインストールされている場合のリモートコード実行脆弱性 CVE-2021-3129 に対する Python エクスプロイトスクリプトです。この脆弱性により、攻撃者は PHAR デシリアライゼーションを介して任意のシステムコマンドを実行できます。 特徴 phpggc を使用して PHAR ペイロードを自動生成 任意のコマンド(例:id、whoami など)をユーザー入力として受け付け ログのクリア、ペイロードの注入、ログの PHAR...

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

CVE-2021-3129_exploit

CVE-2021-3129 利用工具 针对 CVE-2021-3129 的利用程序 实验环境搭建: 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: $ 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