17744 matches found
vim: zip.vim: Vim zip.vim plugin: Arbitrary file overwrite via path traversal bypass
A flaw was found in Vim's zip.vim plugin. A local user could be tricked into opening a specially crafted zip archive, which would allow a path traversal bypass. This vulnerability enables an attacker to overwrite arbitrary files on the system, potentially leading to data integrity issues or furth...
dirty-pipe-poc
Dirty Pipe POC CVE-2022-0847 POC - https://dirtypipe.cm4all.com/ 描述 此漏洞利用尝试使用 CVE-2022-0847 漏洞覆盖一个只读文件。 当运行 make exploit 时,它将: 1. 创建一个 readonlyfile.txt 2. 执行 dirtypipe 漏洞利用。 3. 检查 dirtypipe 漏洞利用是否成功。 你可以通过 make exploit 的输出来判断你的系统是否存在漏洞: root@kitploit: foo@bar:$ make exploit vulnerable Creating...
CVE-2019-1253
CVE-2019-1253 AppXSvc 任意ファイルのセキュリティ記述子の上書きによるEoP 私はこの脆弱性をMSRCに独自に報告しましたが、CVE-2019-1253 の修正プログラムがこの問題にも対応していたため、私の提出物は重複扱いとなりました。私のPoCは、Chris Danieli 氏または Nabeel Ahmed 氏が作成したPoCとは異なります。このエクスプロイトは対象ファイルに対して「フル コントロール」を付与するためです。私の調査は、Nabeel Ahmed 氏が最初に報告した CVE-2019-0841 に着想を得たものです。...
CVE-2019-5736
使い方 payload.c 内の HOST を編集し、make でコンパイルします。nc を起動し、コンテナ内で pwn.sh を実行します。 注意事項 このエクスプロイトは破壊的です:ペイロードでホスト上の /usr/bin/docker-runc バイナリを上書きします。また、コンテナ内の /bin/sh も上書きします。 テストは Debian 9 でのみ行っています。 安定性や信頼性を高めるための努力は行っていません。ホスト上で docker exec /bin/sh が実行された場合にのみ動作することをテストしただけです。 エクスプロイト作成に使用した元のコミットは こちら で...
CVE-2022-0847-DirtyPipe
title: CVE-2022-0847DirtyPipe ローカル権限昇格脆弱性分析 date: 2022-03-08 14:41:20 tags: - Linux権限昇格 categories: - セキュリティ研究 脆弱性の説明 CVE-2022-0847 は、5.8 以降の Linux カーネルに存在する脆弱性です。攻撃者はこの脆弱性を利用して、任意の読み取り専用ファイル内のデータを上書きできます。非特権プロセスがルートプロセスにコードを注入できるため、通常の権限を root 権限に昇格させることができます。 CVE-2022-0847 は CVE-2016-5195...
CVE-2016-8776
CVE-2016-8776 frp バイパス(アカウント上書きなし)...
CVE-2022-21587-POC
CVE-2022-21587-POC- CVE-2022-21587 POC root@kitploit: file exploit.py will overwrite to file .pl not recommended for use, will affect the system file EBS not overwrite, will create a new shell file slipitのインストール: git clone https://github.com/usdAG/slipit root@kitploit: cd slipit python3 setup.py...
EUVD-2026-80817
RabbitMQ amqp091-go: Connection Configuration Overwrite via Unsanitized TLS Path Parameter Injection...
RabbitMQ amqp091-go: Connection Configuration Overwrite via Unsanitized TLS Path Parameter Injection
Summary A query parameter injection vulnerability exists in the AMQP client's connection URI formatting logic. When generating or parsing connection URIs, TLS-related filesystem paths such as certificates or keys are appended directly to the URI's query string using string concatenation rather th...
GHSA-465G-FH3V-9JW4 RabbitMQ amqp091-go: Connection Configuration Overwrite via Unsanitized TLS Path Parameter Injection
Summary A query parameter injection vulnerability exists in the AMQP client's connection URI formatting logic. When generating or parsing connection URIs, TLS-related filesystem paths such as certificates or keys are appended directly to the URI's query string using string concatenation rather th...
CVE-2025-64095---DNN-Unauthenticated-arbitrary-file-upload
CVE-2025-64095---DNN-認証なし任意ファイルアップロード DNNの不十分なアクセス制御 - 画像アップロードによるサイトコンテンツの上書きのPOC 私は単純な男です。cvss:10/10を見たら突撃します xD この新しいCVE CVE-2025-64095(DNNの不十分なアクセス制御 - 画像アップロードによるサイトコンテンツの上書き)を確認しました。 デフォルトのHTMLエディタプロバイダーは認証なしのファイルアップロードを許可しており、画像が既存のファイルを上書きできます。 説明...
EUVD-2026-82321
mport is the MidnightBSD Package Manager. Prior to 2.7.8, package installation lacked a preflight check for incoming non-directory assets that already existed on disk. The affected logic across libmport/checkpreconditions.c, libmport/installprimative.c, and libmport/mportprivate.h did not apply...
CVE-2026-54582 mport package installation can overwrite existing unmanaged or differently owned files
mport is the MidnightBSD Package Manager. Prior to 2.7.8, package installation lacked a preflight check for incoming non-directory assets that already existed on disk. The affected logic across libmport/checkpreconditions.c, libmport/installprimative.c, and libmport/mportprivate.h did not apply...
CVE-2026-54582
mport is the MidnightBSD package manager. Prior to version 2.7.8 , the package installation path lacked a preflight check for incoming non-directory assets that already existed on disk. Specifically, the logic in libmport/check_preconditions.c, libmport/install_primative.c, and libmport/mport_pri...
dirtypipez-exploit
CVE-2022-0847 DirtyPipe Exploit. Credit: Max Kellermann [email protected] 「Dirty Pipe」として知られる新しいLinuxの脆弱性により、ローカルユーザーが公開されているエクスプロイトを通じてroot権限を取得できるようになります。 本日、セキュリティ研究者のMax Kellermann氏は責任を持って「Dirty Pipe」の脆弱性を開示し、Linuxカーネル5.8以降のバージョン(Androidデバイスも含む)に影響を与えると述べました。...
CVE-2024-27398
CVE-2024-27398 CVE-2024-27398 PoC 📍 GDB 断点 root@kitploit: GNU gdb Ubuntu 12.1-0ubuntu122.04.2 12.1 Copyright C 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent...
CVE-2006-3592
CVE-2006-3952 Easy File Sharing FTP Server 3.5 Win7 32bit 用エクスプロイト ベース: pwntools msfvenom / reversetcp ペイロード 脆弱なアプリ: https://www.exploit-db.com/apps/0efddb6d04f4125d7c1f104c6b1c60a0-efsfs.exe シンプルなSEHオーバーライト + ジャンプバック(2回分)。SEH値の後にスタックが破損するため。...
CVE-2026-92487
CVE-2026-92487 is a race condition in the Linux kernel's exfat filesystem . When a shared writable mapping has its valid_size extended (via a buffered write or page fault), exfat zeroes the page-cache gap below the new valid_size. A concurrent store through the mapping can race with this zeroing ...
EUVD-2026-82108
In the Linux kernel, the following vulnerability has been resolved: exfat: fix validsize extension over a shared writable mapping When a shared writable mapping has its validsize extended by a buffered write or a page fault, exfat zeroes the page-cache gap below the new validsize. A store through...
CVE-2026-90108
CVE-2026-90108 is a memory leak in the Linux kernel 's net/smc subsystem. When smc_llc_event_handler() transitions the local LLC flow from SMC_LLC_FLOW_REQ_ADD_LINK to SMC_LLC_FLOW_ADD_LINK, it overwrites flow->qentry via smc_llc_flow_qentry_set() without first freeing a previously stashed ent...