Lucene search
+L

148485 matches found

Kitploit
Kitploit
added 2026/09/03 5:35 a.m.4 views

CVE-2026-11645

CVE-2026-11645 - Google Chrome中V8远程代码执行漏洞 快速使用 root@kitploit: python3 exploit.py -t "C:\Path\To\Target" -o demo.zip --data-file payload.exe 漏洞利用说明 严重性: HIGH CVSS: 8.8 影响: 机密性、完整性、可用性 发布时间: 2026-06-09 技术摘要 在Google Chrome...

8.8CVSS7.4AI score0.0219EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/03 5:17 a.m.3 views

CVE-2026-55200

CVE-2026-55200 - 关键 libssh2 远程代码执行漏洞 libssh2 中严重的前置认证内存破坏漏洞 概述 字段| 详情 ---|--- CVE| CVE-2026-55200 CVSS| 9.2 高危 类型| 越界写入 组件| libssh2 受影响版本| = 1.11.1 攻击向量| 网络 所需权限| 无 用户交互| 无 影响| 远程代码执行 RCE、拒绝服务 DoS 修复版本| 提交 97acf3dfda80c91c3a8c9f2372546301d4a1a7a8 披露日期| 2026 年 6 月 漏洞摘要 CVE-2026-55200 是一个影响广泛部署的...

9.2CVSS7.2AI score0.04024EPSS
SaveExploits14
RedHat Linux
RedHat Linux
added 2026/09/03 4:54 a.m.2 views

kernel: net: mana: validate rx_req_idx to prevent out-of-bounds array access

A flaw was found in the Linux kernel's mana network driver. In Confidential Virtual Machines VMs, a missing bounds check when processing network events can allow a malicious hardware component or a compromised VM to write data outside of an intended memory region. This out-of-bounds access could...

9.3CVSS0.00142EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/03 4:54 a.m.2 views

Important: Red Hat Security Advisory: kernel security, bug fix, and enhancement update

An update for kernel is now available for Red Hat Enterprise Linux 8. 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 for each vulnerability from th...

9.8CVSS0.00714EPSS
SaveExploits0References15
Kitploit
Kitploit
added 2026/09/03 4:15 a.m.3 views

PwnKit

PwnKit このリポジトリには、Polkit Pkexec の脆弱性 CVE-2021-4034 Pkexec Local Privilege Escalation の仕組みを理解するために開発したエクスプロイトが含まれています。Polkit 旧称 PolicyKit は、Unix 系オペレーティングシステムで特権を制御する役割を持つコンポーネントです。特権を持たないプロセスが、特権を持つプロセスと通信するための整理された手段を提供します。この脆弱性により、システムの一般ユーザーなど、管理特権を持たない任意のユーザーが、システム上で最大の特権を獲得できます。 この脆弱性は、pkexec...

7.8CVSS7AI score0.94921EPSS
SaveExploits154References2
RedHat Linux
RedHat Linux
added 2026/09/03 4:15 a.m.4 views

kernel: net: mana: validate rx_req_idx to prevent out-of-bounds array access

A flaw was found in the Linux kernel's mana network driver. In Confidential Virtual Machines VMs, a missing bounds check when processing network events can allow a malicious hardware component or a compromised VM to write data outside of an intended memory region. This out-of-bounds access could...

9.3CVSS0.00142EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/09/03 4:15 a.m.2 views

Important: Red Hat Security Advisory: kernel-rt security, bug fix, and enhancement update

An update for kernel-rt is now available for Red Hat Enterprise Linux 8. 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 for each vulnerability from...

9.8CVSS0.00714EPSS
SaveExploits0References15
RedHat Linux
RedHat Linux
added 2026/09/03 4:15 a.m.2 views

kernel: Kernel: Remote out-of-bounds write in RDMA/siw

A flaw was found in the Linux kernel's Soft iWARP siw driver. A remote attacker, by sending specially crafted Read Response segments that exceed the requested length, can trigger an out-of-bounds write. This vulnerability can lead to memory corruption, potentially causing a kernel crash or...

9.8CVSS0.00714EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/03 3:58 a.m.5 views

CVE-2026-54984

CVE-2026-54984 Windows ICC 文件解析越界写入 — 远程代码执行 通过 Zero Day Initiative 报告,编号为 ZDI-CAN-30441 ,以 ZDI-26-543 发布,微软已在 2026 年 8 月更新周期中修复。 大家好,我是 Kağan Çapar。我将此漏洞报告给了 Zero Day Initiative,后者于 2026 年 6 月 2 日向微软披露。该漏洞已于 2026 年 8 月 11 日(8 月补丁星期二)修复并公布,我也在 ZDI 公告中获得了致谢。 本仓库的内容。 这是一份公开的披露记录:标识符、评分、受影响版本、补丁 KB...

7.8CVSS5.8AI score0.006EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/03 3:52 a.m.3 views

CVE-2017-5123

CVE-2017-5123 PoC CVE-2017-5123 - LPE - 绕过 SMEP/SMAP。无 KASLR 上游内核中的 waitid 实现未限制复制信息结果的目标位置。这可能允许本地用户写入原本受保护的内核内存,从而导致权限提升。 介绍 在这篇小文章中,我将分析一个允许我们获取 root 权限的内核漏洞。 本文分为四个部分: 1. 虚拟机设置; 2. 漏洞分析; 3. 漏洞利用; 4. PoC。 我想指出,有许多更好的方法来利用此 CVE(实际上,这只是一个用于学习内核的 PoC ,不能用于 实际攻击 ),但我认为这种方法可以作为内核漏洞利用的入门。 虚拟机设置 内核编译...

8.8CVSS6.7AI score0.03714EPSS
SaveExploits12References8
Kitploit
Kitploit
added 2026/09/03 3:49 a.m.4 views

CVE-2025-14174-Poc

CVE-2025-14174 PoCエクスプロイト 概要 このリポジトリには、ANGLEグラフィックスエンジンにおける深刻なメモリ破損の脆弱性であるCVE-2025-14174(別名EUVD-2025-203113)に対する完全に機能する概念実証(PoC)エクスプロイトが含まれています。この欠陥は、メモリバッファの境界内での操作の不適切な制限(CWE-119)に起因し、特別に細工されたWebコンテンツを介して境界外メモリアクセスを可能にします。 このエクスプロイトはWebブラウザを対象としており、主にiOSデバイス(iOS...

8.8CVSS7.3AI score0.22632EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/03 3:43 a.m.4 views

nginx-CVE-2017-7529

Nginxのキャッシュ範囲外読み取りの脆弱性(CVE-2017-7529) 脆弱性の原理 参考資料: https://cert.360.cn/detailnews.html?id=b879782fbad4a7f773b6c18490d67ac7 http://galaxylab.org/cve-2017-7529-nginx%E6%95%B4%E6%95%B0%E6%BA%A2%E5%87%BA%E6%BC%8F%E6%B4%9E%E5%88%86%E6%9E%90/...

7.5CVSS6.7AI score0.62597EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/03 3:35 a.m.4 views

CVE-2026-36834

概要 src/decoders/pana8.cpp に範囲外配列読み取りが存在します。関数 GetDBit は、ハフマンテーブルに一致するものが見つからない場合に値 17 を返す可能性がありますが、huffcoeff は 17 個の要素(有効なインデックス 0~16)で宣言されています。その結果、huffcoeff17 にアクセスし、UBSan および AddressSanitizer によって確認された未定義動作を引き起こします。 影響 ユーザーから提供された RW2 ファイルを処理するアプリケーション(画像エディタや LibRaw...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/03 3:33 a.m.7 views

CVE-2026-7878-eBPF-Verifier-Type-Confusion-Kernel-Memory-Read-Write

6. CVE-2026-7878 – eBPF 验证器类型混淆 → 内核内存读写 概述 eBPF 验证器边界跟踪中的一个细微整数溢出,允许攻击者构造一个可访问越界内核内存的 eBPF 程序。 严重性: 严重(内核权限提升) 用户态 eBPF 验证器模拟器(C)与漏洞利用 root@kitploit: // ebpfverifiersim.c - Simulated vulnerable verifier with type confusion include include include include define MEMSIZE 256 uint8t...

5.9AI score
SaveExploits2
Kitploit
Kitploit
added 2026/09/03 3:27 a.m.3 views

CVE-2026-11645-Out-of-bounds-Read-Write

CVE-2026-11645 - Chrome V8 越界读取/写入漏洞利用 ⚠️ 警告 此代码仅供教育目的和授权测试使用。 📋 描述 CVE-2026-11645 是 Google Chrome V8 引擎中的一个越界读写 OOB 漏洞。远程攻击者可以通过精心构造的 HTML 页面在沙箱内执行任意代码。 技术细节 字段| 值 ---|--- CVE| CVE-2026-11645 CVSS| 8.8 高危 向量| AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H 组件| V8 JavaScript 引擎 类型| CWE-125 越界读取, CWE-787 越界写入 ...

8.8CVSS7.4AI score0.0219EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/03 3:11 a.m.1 views

CVE-2026-65349

CVE-2026-65349 — vfsattrpackinternal 中的 getattrlist 越界写入 组件: XNU VFS — vfsattrpackinternal(getattrlist 系统调用) 受影响版本: iOS / iPadOS 26.6 23G71 及更早版本 修复版本: iOS / iPadOS 26.6.1 23G83 类型: 对调用者缓冲区进行越界写入 影响: 内核堆损坏;在内核上下文中(获得内核读写能力后),可向攻击者控制的缓冲区写入 PAC 签名指针 致谢 由匿名研究人员发现 (依据 Apple 安全公告 — iOS 26.6.1) 根本原因...

6.6CVSS0.00117EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/03 3:10 a.m.1 views

CVE-2026-65343

CVE-2026-65343 — AppleKeyStore 越界读取(KASLR 绕过) 组件: AppleKeyStore 内核扩展 — LibSerSEPControlDeserialize 受影响版本: iOS / iPadOS 26.6 23G71 及更早版本 修复版本: iOS / iPadOS 26.6.1 23G83 类型: SEP 控制消息反序列化中的越界读取 影响: 内核指针泄露 → 从沙盒化、无权限进程中绕过 KASLR(通过 DYLDINTERPOSE ACM 句柄捕获) 致谢 发现者:Drinor Selmanaj Sentry、Surya Narayan...

7.5CVSS0.00374EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/03 2:47 a.m.2 views

exploits

漏洞利用 CVE-2021-22600: Linux 内核 LPE 漏洞利用程序 CVE-2021-3156: 通过 sudo 中的堆溢出实现 Linux 本地权限提升(演示) CVE-2021-3156: 针对 sudo 堆溢出漏洞的一次性利用程序 CVE-2020-6507: V8 中的越界写入。Chrome 版本 = 83.0.4103.97。(RCE) CVE-2020-16040: 适用于 Chrome 版本 = 87.0.4280.88 的利用程序...

8.8CVSS7AI score0.99969EPSS
SaveExploits100References5
Kitploit
Kitploit
added 2026/09/03 2:35 a.m.4 views

CVE-2024-4761

CVE-2024-4761 Exploit de alta gravedad CVE-2024-4761 Google ha publicado actualizaciones de seguridad de emergencia para abordar una vulnerabilidad de día cero de alta gravedad, registrada como CVE-2024-4761, en el navegador Chrome. La vulnerabilidad es un problema de escritura fuera de los límit...

8.8CVSS7.3AI score0.11007EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/03 2:27 a.m.6 views

CVE-2026-7482

CVE-2026-7482: Reproducción de lectura fuera de límites Heap OOB en GGUF de Ollama Este repositorio contiene mi script de reproducción local para CVE-2026-7482, una lectura fuera de límites en el montón heap out-of-bounds read en las rutas vulnerables de carga y cuantización de GGUF de Ollama. El...

9.1CVSS6.5AI score0.02241EPSS
SaveExploits3
Rows per page
Query Builder