17671 matches found
CVE-2026-68491
SolusVM 1 is affected by an insufficient check that allows the overwrite of arbitrary files via a symlink , enabling a guest-to-host privilege escalation . The vulnerability is scored CVSS 4.0: 9.4 (CRITICAL) with a network attack vector, low complexity, and low privileges required, resulting in ...
EUVD-2026-80005
An insufficient check allowed for the overwrite of arbitrary files via a symlink...
optee-qemu
CVE-2021-44733:Linux 内核 TEE 子系统中释放后使用漏洞的模糊测试与利用 最近,在 Linux 内核 TEE 子系统中发现了一个释放后使用漏洞,影响版本直至并包括 5.15.11,已分配编号 CVE-2021-44733 1。 乍一看,由于多种原因,它似乎不可利用;然而,在进一步分析漏洞代码路径并实现一个粗糙的概念验证漏洞利用后,可以覆盖内核中的函数指针。本文不提供权限提升载荷,但运行 OPTEE 和该漏洞利用的完整环境可供进一步测试,请参阅“设置环境”部分。 背景 TEE(可信执行环境,Trusted Execution...
CVE-2016-2067
ADRENO GPU IOMMU DMA 漏洞利用 已在 Nexus 6p google/angler/angler:6.0.1/MMB29M/2431559:user/release-keys 上测试 关于漏洞 2016 年通过 Blackhat EU 讨论 关于利用程序 通过 iommu dma 写入,用 shellcode 覆盖 vdso.so。 因此,在 /init 执行 kernelclockgettime 后,shellcode 将被执行。 /init 进程随后会反弹一个 root shell。 日志 root@kitploit: Reverse shell target:...
CVE-2026-54337
Fireshare is a self-hosted media and link sharing application. Prior to version 1.6.14 , an argument injection in the video upload function allows an unauthenticated remote attacker to write or overwrite system files, resulting in high impact on confidentiality, integrity, and availability (CVSS ...
EAC-Kernel-Packet-Fucker
EAC-Kernel-Packet-Fucker No es mi código. Solo para guardarlo https://www.unknowncheats.me/forum/anti-cheat-bypass/503052-easy-anti-cheat-kernel-packet-fucker.html Este es el Easy Anti-Cheat Kernel Packet Fucker para abreviar, EACKPFucker. ¿Qué es esto? Básicamente, los paquetes a través de su...
CVE-2026-71557-poc
CVE-2026-71557: PoC de path traversal en el nombre de referencia de go-git Versión en inglés Resumen Este repositorio es un PoC local seguro de CVE-2026-71557 , basado en el aviso público de go-git GHSA-qgq7-7hm3-q39j. La versión anterior de storage/filesystem no validaba suficientemente el nombr...
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-2016-5195
CVE-2016-5195 我对 CVE-2016-5195(dirty COW)的个人 POC 与 EXPLOIT 使用方法 POC:任意写入文件 这只是该 CVE 的一个简单 POC,按如下方式编译文件 poc.c: root@kitploit: $ gcc poc.c -o poc -static -lpthread 你应该按如下方式运行它: root@kitploit: ./poc destinationfile fakefile 你应该确保目标文件至少是可读的。目标文件的内容将被伪造文件的内容覆盖,如果失败,只需多试几次直到成功为止。 仅会写入原文件长度范围内的内容...
CVE-2004-1561-Icecast-Header-Overwrite-buffer-overflow-RCE-2.0.1-Win32-
CVE-2004-1561-Icecast-Header-Overwrite-buffer-overflow-RCE-2.0.1-Win32- 使用 使用 Ncat 监听反向 Shell root@kitploit: root@Kali:/TryHackme/Ice nc -nlvp 443 listening on any 443 ... connect to 192.168.92.128 from UNKNOWN 192.168.92.133 49211 Microsoft Windows Version 6.1.7601 Copyright c 2009 Microsoft...
CVE-2019-1253
CVE-2019-1253 AppXSvc 任意文件安全描述符覆盖权限提升 我独立向 MSRC 报告了此漏洞,然而,由于针对 CVE-2019-1253 的修复同样解决了该问题,我的提交最终被判定为重复报告。我的 PoC 与 Chris Danieli 或 Nabeel Ahmed 所创建的 PoC 不同,因为此漏洞利用程序可对目标文件授予“完全控制”权限。我的研究受到 CVE-2019-0841 的启发,该漏洞最初由 Nabeel Ahmed 报告。...
EUVD-2026-79293
Joomla Extension - j2commerce.com - Missing CSRF protection on cart, checkout and myprofile controllers in J2Store 1.0.0-3.3.2, 4.0.0-4.0.22, 4.1.0-4.1.7 - A forged request riding a victim's active checkout session could silently overwrite the billing or shipping address before order confirmation...
CVE-2026-39259
SmallerC scanf s Stack.md SmallerC - scanf %s 栈缓冲区溢出 项目: https://github.com/alexfru/SmallerC SmallerC 的 scanf 实现在格式字符串中 %s 或 % 未指定显式字段宽度时,不会对字符串读取实施上限。运行时将持续向目标缓冲区写入,直到遇到空白字符或 EOF,而不管缓冲区实际分配的大小如何。任何超出边界的字节都会直接落入栈中,覆盖编译器放置在缓冲区上方的所有内容——局部变量、保存的寄存器、返回地址。 这并不是一类新颖的漏洞。自 C 语言早期以来,无界 scanf...
EUVD-2026-78961
In VPU, there is a possible shared memory overwrite due to improper input validation. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation...
CVE-2026-56907
CVE-2026-56907 is a vulnerability in the VPU (Video Processing Unit) component of Android, as referenced by the Pixel security bulletin of 2026-09-01 . The root cause is improper input validation that can lead to a shared memory overwrite . Successful exploitation enables local escalation of priv...
WDBFontOverwrite
使用 CVE-2022-46689 在 iOS 上覆盖字体的概念验证应用。 适用于 iOS 16.1.2 及更早版本(已在 iOS 16.1 上测试),可在未越狱设备上运行。 IPA 可在 Releases 部分获取。 包含的字体: DejaVu Sans Condensed DejaVu Serif DejaVu Sans Mono Go Regular Go Mono Fira Sans Segoe UI Comic Sans MS Choco Cooky 您还可以导入为 iOS 移植的自定义字体。 屏幕截图 DejaVu Sans Condensed | DejaVu Serif ...
dinkleberry
Dinkleberry 🫐 你是否是 92,000+ 名受困于存在 CVE-2024-3272 漏洞却迟迟没有补丁的 D-Link NAS 用户之一? 此工具借助该漏洞利用代码本身来为易受攻击的设备打补丁。 1: 请参阅参考文献中的原始披露 功能简介 Dinkleberry 将执行一条命令,用修补后的版本替换存在漏洞的 nassharing.cgi 文件——用 NOP 指令覆盖 system 调用。 /usr/local/modules 目录(该文件所在位置)是只读的,因此改为在 /usr/local/config 中创建副本,并更新 /var/www/cgi-bin...
CVE-2019-2215
Bad-Binder CVE-2019-2215 以下是针对 bad binder CVE-2019-2215 漏洞的利用程序,已在 x86 模拟器上测试。其目的是利用 UAF 漏洞触发 AAR 原语来泄漏内核地址,并使用 AAW 原语覆盖 addrlimit,从而获得内核读写原语,使我们可以修改 credstruct 以实现本地权限提升 LPE。 致谢 https://googleprojectzero.blogspot.com/2019/11/bad-binder-android-in-wild-exploit.html...
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-2020-10665
CVE-2020-10665 Docker Desktop 本地权限提升 Docker Desktop 本地权限提升的 POC。基于 https://www.activecyber.us/activelabs/docker-desktop-local-privilege-escalation-cve-2020-10665 的文章构建。 硬链接创建方法改编自 https://github.com/googleprojectzero/symboliclink-testing-tools。 此漏洞利用会授予 Everyone 组对...