Lucene search
+L

1176715 matches found

Kitploit
Kitploit
•added 2026/09/26 1:08 a.m.•11 views

write-ups

記事 Github Desktop v2.9.4 における RCE gh run download GitHub CLI を介した RCE Claude Code: .git ワークツリー混乱を介したプロンプトインジェクションによるサンドボックス外コード実行 — CVE-2026-55607...

8.8CVSS5.9AI score0.00687EPSS
SaveExploits0References4
Kitploit
Kitploit
•added 2026/09/26 1:07 a.m.•14 views

CVE-2024-10914

POC - CVE-2024–10914- D-Link NAS の name パラメータにおけるコマンドインジェクションの脆弱性 概要 D-Link DNS-320、DNS-320LW、DNS-325、DNS-340L の 20241028 までのバージョンに脆弱性が見つかりました。これは重大 critical と評価されています。この脆弱性の影響を受けるのは、ファイル /cgi-bin/accountmgr.cgi?cmd=cgiuseradd 内の関数 cgiuseradd です。引数 name の操作により、OS...

9.8CVSS8.2AI score0.96284EPSS
SaveExploits13References1
Kitploit
Kitploit
•added 2026/09/26 1:05 a.m.•9 views

CVE-2024-25600_Nuclei-Template

CVE-2024-25600Nuclei-Template CVE-2024-25600 に関する Nuclei テンプレートと PoC の情報 説明 📝 WordPress 用の Bricks テーマは、バージョン 1.9.6 までのすべてのバージョンにおいてリモートコード実行の脆弱性があります。これにより、認証されていない攻撃者がサーバー上でコードを実行できる可能性があります。 このテンプレート 🛠️ は、nuclei を使用して WordPress 用 Bricks Builder プラグインに見つかった CVE-2024-25600 の脆弱性 🕳️...

10CVSS8.7AI score0.88234EPSS
SaveExploits19References1
Kitploit
Kitploit
•added 2026/09/26 1:05 a.m.•10 views

CVE-2024-3094-info

CVE-2024-3094-情報 CVE-2024-3094 PoC 探索 https://github.com/amlweems/xzbot https://github.com/lockness-Ko/xz-vulnerable-honeypot https://tukaani.org/xz-backdoor/ - Lasse Collin の応答 https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27...

10CVSS8.7AI score0.85974EPSS
SaveExploits42References5
Kitploit
Kitploit
•added 2026/09/26 1:05 a.m.•12 views

CVE-2020-14321

CVE-2020-14321 课程注册允许从教师角色提权至管理者角色,最终实现远程代码执行(RCE) 也许有人需要Python脚本,因此我编写了它来进行利用。 如何使用此PoC: How to use this PoC script Case 1. If you have vaid credentials: python3 cve202014321.py -u http://test.local:8080 -u teacher -p 1234 -cmd=dir Case 2. If you have valid cookie: python3 cve202014321.py -u...

8.8CVSS7.2AI score0.16243EPSS
SaveExploits8References1
Kitploit
Kitploit
•added 2026/09/26 1:03 a.m.•18 views

chromium-exploit-dev

Chromium エクスプロイト開発ツールキット Chromium の脆弱性を信頼性の高いクロスプラットフォームなフルチェーンエクスプロイトに仕上げるためのツールキットです。 概要 このプロジェクトは強力なヘルパースクリプト群を提供しますが、脆弱性そのものは自分で用意する必要があります。 最小限のエクスプロイトプリミティブの実装はあなたの責任で行い、それ以外のすべてはツールキットが処理します。 カスタムエクスプロイトチェーンは main.js スクリプトファイルに依存しており、ツールキットのヘルパースクリプトと一緒に自分の脆弱性を選択的に組み込むことができます: root@kitploi...

8.3CVSS8.1AI score0.00402EPSS
SaveExploits1References8
Kitploit
Kitploit
•added 2026/09/26 1:02 a.m.•14 views

ccs

코드 자격 증명 스캐너 이 스크립트는 대규모의 다양한 코드베이스에 대해 하드 코딩된 자격 증명 또는 구성 파일에 존재하는 자격 증명을 스캔하기 위한 것입니다. 이러한 자격 증명은 심각한 보안 문제를 나타내며, 탐지하고 관리하기가 매우 어려울 수 있습니다. 이 스크립트의 구체적인 초점은 CI/CD 파이프라인에서 개발 팀이 직접 사용할 수 있는 도구를 만들어, 코드에 자격 증명이 존재할 때 팀에 경고함으로써 이 문제에 대한 수정 프로세스를 관리하고, 팀이 문제가 발생하면 즉시 해결할 수 있도록 하는 것입니다. 이 도구를 특정 시점...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/26 1:00 a.m.•8 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/26 1:00 a.m.•10 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.8CVSS8.2AI score0.99943EPSS
SaveExploits38
Cvelist
Cvelist
•added 2026/09/26 12:59 a.m.•23 views

CVE-2026-100520 Laranode before 1.2.1 Path Traversal in File Manager Upload Endpoint

Laranode versions before 1.2.1 contain a path traversal vulnerability in the POST /filemanager/upload-file endpoint that allows authenticated users to write arbitrary files outside their home directory. Attackers can supply directory traversal sequences in the path parameter to write PHP files in...

8.8CVSS0.00937EPSS
SaveExploits0References7
EUVD
EUVD
•added 2026/09/26 12:59 a.m.•6 views

EUVD-2026-87375

Laranode versions before 1.2.1 contain a path traversal vulnerability in the POST /filemanager/upload-file endpoint that allows authenticated users to write arbitrary files outside their home directory. Attackers can supply directory traversal sequences in the path parameter to write PHP files in...

8.8CVSS6.1AI score0.00937EPSS
SaveExploits0References7
OSV
OSV
•added 2026/09/26 12:59 a.m.•5 views

CVE-2026-100520 Laranode before 1.2.1 Path Traversal in File Manager Upload Endpoint

Laranode versions before 1.2.1 contain a path traversal vulnerability in the POST /filemanager/upload-file endpoint that allows authenticated users to write arbitrary files outside their home directory. Attackers can supply directory traversal sequences in the path parameter to write PHP files in...

8.7CVSS6.1AI score
SaveExploits0References9
Kitploit
Kitploit
•added 2026/09/26 12:57 a.m.•11 views

CVE-2020-5902

CVE-2020-5902 F5 Big-IP CVE-2020-5902 を悪用する Python スクリプト 例 ローカルファイル読み取りの悪用: python3 CVE-2020-5902.py -t example.com -x lfr -f /etc/passwd RCE の悪用: python3 CVE-2020-5902.py -t example.com -x rce -a list+auth+user+admin...

10CVSS7.8AI score0.99999EPSS
SaveExploits62
Kitploit
Kitploit
•added 2026/09/26 12:56 a.m.•7 views

CVE-2018-6574

このリポジトリには README がありません。...

7.8CVSS7AI score0.07625EPSS
SaveExploits4
Kitploit
Kitploit
•added 2026/09/26 12:55 a.m.•4 views

CVE-2025-53770-Exploit

📌 SharePoint WebPart インジェクションエクスプロイトツールキット 🍕 ToolPane.aspx を介した SharePoint WebPart インジェクションのエクスプロイトツール。.NET の逆シリアル化と、潜在的なリモートコード実行 RCE につながります。 開発者: @GOTOCVE 🌍 概要 このツールは、Microsoft SharePoint オンプレミス の脆弱性を悪用します。認証されたユーザーが ToolPane.aspx エンドポイントを悪用し、GZIP 圧縮されたシリアル化 .NET オブジェクトを含む悪意のある WebPart...

9.8CVSS7.9AI score0.99998EPSS
SaveExploits42
Kitploit
Kitploit
•added 2026/09/26 12:53 a.m.•11 views

ghe-push-option-rce-scanner

CVE-2026-3854 — GitHub Enterprise Server における Push Option Injection による RCE 概要 GHE における push option 値の不適切な無害化。push アクセス権を持つ攻撃者がインスタンス上で RCE を達成します。 フィールド| 値 ---|--- CVE| CVE-2026-3854 深刻度| CRITICAL 製品| GitHub Enterprise Server CISA KEV| 2026-03-10 攻撃タイプ| Push Option Injection による RCE 認証要件| なし...

8.8CVSS8.6AI score0.01448EPSS
SaveExploits5
Kitploit
Kitploit
•added 2026/09/26 12:52 a.m.•9 views

CVE-2020-3956

CVE-2020-3956 VMware Cloud Director のRCE(CVE-2020-3956)に対するPoCエクスプロイト 技術アドバイザリはこちらから入手できます: https://citadelo.com/en/blog/full-infrastructure-takeover-of-vmware-cloud-director-CVE-2020-3956/...

8.8CVSS8.3AI score0.211EPSS
SaveExploits11
Kitploit
Kitploit
•added 2026/09/26 12:52 a.m.•8 views

multiplier

Multiplier はより速く、より多くのバグを発見する Multiplier は、正確かつ包括的なコード理解機能を提供します。 これは、ビルド成果物をデータベースに保存し、C++ または Python API を使用して 永続的にアクセスできるようにすることで実現されます。 Multiplier は、ビルドプロセス内の すべての エンティティ(個々のトークン、AST ノード、 中間表現を含む)を一意に識別する機能を重視しています。Multiplier を使用すると、 アナリストはいずれかの表現上で関心のあるコードパターンを特定し、その結果を人間が...

6AI score
SaveExploits0References29
Kitploit
Kitploit
•added 2026/09/26 12:52 a.m.•9 views

CVE-2023-33246

CVE-2023-33246 props.setPropertyを変更し、コマンドを実行する...

9.8CVSS8.7AI score0.96568EPSS
SaveExploits11
Kitploit
Kitploit
•added 2026/09/26 12:52 a.m.•11 views

CVE-2021-39115

CVE-2021-39115 メールテンプレートのテンプレートインジェクションにより、Jira Service Management Server でコード実行が可能になる I 構築 デプロイとデバッグの手順はこちらで解説しています。参考にしてください。 II 解析 このCVEのDescriptionにも明記されているとおり、バグは Email Template 機能にあります。管理者権限があれば、ユーザーは通知メールのテンプレートを自由に編集できます。このバグは実行に管理者権限が必要なため、RCEに至ってもそれほど深刻ではありませんが、楽しみのためにブログを書くことにしました :...

9CVSS8.1AI score0.04483EPSS
SaveExploits0References1
Rows per page
Query Builder