70376 matches found
CVE-2025-55188
CVE-2025-55188:7-Zip 任意文件写入 CVE-2025-55188 的概念验证,这是 7-Zip 中的一个任意文件写入漏洞。该漏洞已在 2025 年 8 月 3 日发布的 25.01 版本中修复。 注意:CVE-2025-55188 与 CVE-2025-11001 不同。 修复 CVE-2025-11001 的版本(25.00 版)仍然容易受到 通过符号链接攻击导致的任意代码执行的影响,原因是 CVE-2025-55188。 CVE-2025-55188 的发现和发布早于 CVE-2025-11001 的发布。 有关更详细的说明和漏洞分析,请参阅...
root-dirtyc0w
root-dirtyc0w CVE-2016-5195 DirtyCow 根权限提升 Dirty COW 是 Linux 内核中的一个竞态条件漏洞。该漏洞存在于处理内存映射写时复制(COW)特性的内核函数中,被利用时可允许进程写入只读文件。 该漏洞的一个示例用例是,将任何 SUID(设置用户 ID)二进制文件(如 passwd 可执行文件)覆盖为一个不同的 ELF 可执行文件(我们创建的),该文件执行 /bin/sh 从而获取 root 权限(如本仓库所示)。 你可以在 Linux 中找到更多设置了 SUID...
ghostlock-s26
GhostLock CVE-2026-43499 for the Galaxy S26 CVE-2026-43499 ported to the Samsung Galaxy S26 series — Android 16 / GKI 6.12. One binary, three kernel lines, dynamic parameter matching at runtime: theoretically covers the whole S26 series without per-build compilation. Most GhostLock porting effort...
CVE-2023-36407
CVE-2023-36407 这是 CVE-2023-36407 的 PoC,Hyper-V 权限提升漏洞。 https://github.com/pwndorei/CVE-2023-36407/assets/96749184/a8ef87d3-e0d0-40e5-9b23-35ab057a9c78 漏洞 通过 winhvr.sys!WinHvGet/SetVpState 对非分页池进行越界读/写 复现步骤 使用的环境:Windows 11 22H2 x64 补丁:kb5031354 WinHvSetVpState 的控制代码:0x221268 如果 PoC 不起作用,请分析 Vid.s...
CVE-2026-90947 Gimp: gimp: out-of-bounds write in lighting effects plugin via crafted preset file
A flaw was found in GIMP. When processing a specially crafted lighting preset file, the Lighting Effects filter does not properly validate the number of light sources. This can lead to an out-of-bounds write, corrupting memory. An attacker could exploit this by convincing a user to open a malicio...
CVE-2026-90947
This vulnerability affects GIMP's Lighting Effects filter . When processing a specially crafted lighting preset file , the filter fails to properly validate the number of light sources, leading to an out-of-bounds write that corrupts memory. Exploitation requires a user to open a malicious preset...
EUVD-2026-77593
A flaw was found in GIMP. When processing a specially crafted lighting preset file, the Lighting Effects filter does not properly validate the number of light sources. This can lead to an out-of-bounds write, corrupting memory. An attacker could exploit this by convincing a user to open a malicio...
CVE-2026-90947
A flaw was found in GIMP. When processing a specially crafted lighting preset file, the Lighting Effects filter does not properly validate the number of light sources. This can lead to an out-of-bounds write, corrupting memory. An attacker could exploit this by convincing a user to open a malicio...
EUVD-2026-77595
PraisonAI is a multi-agent teams system. Prior to 4.6.62, src/praisonai/praisonai/tools/multiedit.py passes the LLM-controlled filepath parameter directly to open for reading and writing without traversal rejection, symlink resolution, a workspace boundary, or protected-path checks...
propane
propane 利用 ProFTPD 的 modcopy 模块中的任意文件写入漏洞(CVE-2015-3306),并尝试代码执行。...
cve-2019-6260
ASPEED BMC AHB 接口的测试与调试工具 警告 如果你尚未理解该工具在你目标机器环境中的行为,请勿使用此工具。 此工具会操作你机器的底层硬件和固件接口。特别是,探测行为意味着如果目标设备并非我们所期望的设备,则后果不确定。 使用此工具可能导致目标机器不稳定、崩溃或严重故障。 简介 ASPEED BMC 有几种隐式的操作模式: 1. 开发模式:BMC / 主机固件启动 2. IO扩展模式:BMC 不运行专用固件 3. 预配置模式:BMC 运行专用固件 为支持模式1和2,BMC 在其多个从接口上暴露了功能,允许主机访问 BMC 并在其物理地址空间中执行任意操作。 这些重要接口挂接在...
CVE-2024-53691
CVE-2024-53691 https://www.qnap.com/en/security-advisory/qsa-24-28 https://vulners.com/cve/CVE-2024-53691 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N 8.7 「悪用された場合、リンク追跡の脆弱性により、ユーザーアクセスを取得したリモート攻撃者がファイルシステムを辿り、意図しない場所に到達する可能性があります。」 発見日: 2024年4月22日 修正日: 2024年9月7日 影響を受けるバージョン: Q...
cve-2016-7190
概述 CVE-2016-7190 0 是 ChakraCore 中 Array.map 函数的一个堆溢出漏洞,可覆盖相邻内存。获取任意读写权限的主要思路是先分配多个连续的 JavaScript 整数数组,然后利用溢出操控其中一个数组的大小。接着,我们利用这个数组将 Uint8Array 的基地址改为我们想要读写的任意地址。之所以需要这个额外步骤,是因为溢出仅限于被溢出整数数组大小的 2 倍。 由于该漏洞可以轻松地重新引入到当前版本的 ChakraCore 中(参见 undo-cve-2016-7190.patch),因此非常适合测试不同的利用策略。 我的测试环境 ChakraCore...
CVE-2021-21425
CVE-2021-21425 GravCMS Escritura/Actualización Arbitraria de YAML No Autenticada conduce a Ejecución de Código CVE-2021-21425 Referencia : https://pentest.blog/unexpected-journey-7-gravcms-unauthenticated-arbitrary-yaml-write-update-leads-to-code-execution/...
CVE-2023-42819
CVE-2023-42819 CVE-2023-42819 脆弱性説明 JumpServer 任意ファイル書き込み脆弱性 CVE-2023-42819 + CVE-2023-42820 = GetShell USAGE 1. スクリプトと必要なファイルを同じディレクトリに配置します 2. Google Chrome がインストールされていることを確認し、Google Chrome のバージョン番号を取得します root@kitploit: reg query "HKEYCURRENTUSER\Software\Google\Chrome\BLBeacon" /v version 3...
PS4-6.20-WebKit-Code-Execution-Exploit
PS4 6.20 WebKit コード実行 PoC このリポジトリには、CVE-2018-4441 を利用した PlayStation 4 ファームウェア 6.20 向けの概念実証 PoC RCE エクスプロイトが含まれています。エクスプロイトはまず、wkexploit.js で任意読み取り/書き込みプリミティブと任意オブジェクトアドレス漏洩を確立します。次に、index.html で ROP チェーンを実行するフレームワークをセットアップし、デフォルトでは2つのテスト用 ROP チェーンのハイパーリンクを提供します。1つは sysgetpid システムコール、もう1つは sysgetu...
CVE-2026-33032
CVE-2026-33032 安全检查(读取 nginx 状态) root@kitploit: python3 main.py http://target:9000 --tool nginxstatus 列出配置 root@kitploit: python3 main.py 10.0.0.50 --tool nginxconfiglist 破坏性演示(写入并重载) root@kitploit: python3 main.py http://target:9000 \ --tool nginxconfigadd \ --payload poc.conf \ --content 'serve...
BlueGate
BlueGate Prueba de concepto Denegación de servicio + escáner para CVE-2020-0609 y CVE-2020-0610. Estas vulnerabilidades permiten a un atacante no autenticado lograr ejecución remota de código con los máximos privilegios a través de la Puerta de enlace de escritorio remoto RD Gateway para RDP. Úse...
Exploit for Out-of-bounds Write in Polkit_Project Polkit
Pwnkit - CVE-2021-4034 Local Privilege Escalation Tested O...
CVE-2024-2887
CVE-2024-2887 这是关于 CVE-2024-2887 的简短撰写说明,我利用此漏洞获得了 V8CTF M123 的奖励。 当定义的类型数超过 kV8MaxWasmTypes(可通过在 RecGroup 中填充更多类型来实现)时,类型索引可能超过 20 位并发生溢出。这样,两个具有相同 heaptype 的类型可能被视为相同。 我们可以通过创建一个包含 ref 对象的数组并使用 float64 数组读取来获得 addrof 原语,以及通过创建 float64 数组并将其作为对象读取来获得 fakeobj 原语。 wasm 模块的构建器如下所示: root@kitploit:...