Lucene search
+L

525300 matches found

NVD
NVD
added 2026/09/15 7:17 p.m.6 views

CVE-2026-19886

OriginLab Origin Viewer OGM File Parsing Memory Corruption Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of OriginLab Origin Viewer. User interaction is required to exploit this vulnerability in that the target...

7.8CVSS0.0017EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/15 7:17 p.m.7 views

CVE-2026-19885

OriginLab Origin Viewer OGWU File Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of OriginLab Origin Viewer. User interaction is required to exploit this vulnerability in that the targ...

7.8CVSS0.00174EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/15 7:17 p.m.11 views

CVE-2026-19774

BlueZ A2DP Stack-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows network-adjacent attackers to execute arbitrary code on affected installations of BlueZ. An attacker must first obtain the ability to pair a malicious Bluetooth device with the target system in...

7.1CVSS0.00328EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/15 7:17 p.m.7 views

CVE-2026-19781

Ashlar-Vellum Cobalt VS File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Ashlar-Vellum Cobalt. User interaction is required to exploit this vulnerability in that the targe...

7.8CVSS0.00173EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/15 7:17 p.m.9 views

CVE-2026-19773

libwebsockets HTTP/2 HPACK Path Header Parsing Out-Of-Bounds Write Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of libwebsockets. Authentication is not required to exploit this vulnerability. The specific flaw...

9.8CVSS0.00645EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/15 7:17 p.m.6 views

CVE-2026-0171

In multiple locations, there is a possible out-of-bounds write due to a logic error in the code. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation...

8.8CVSS0.00284EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/15 7:17 p.m.11 views

CVE-2026-0159

In Cellular Modem, there is a possible out-of-bounds write due to a missing bounds check. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation...

8.8CVSS0.00271EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 7:16 p.m.6 views

CVE-2019-12735-VIM-NEOVIM

CVE-2019-12735-VIM-NEOVIM USAGE: 前提需要开启modeline功能 普通用户的modeline功能默认开启,而root用户是默认关闭的。 使用echo &modeline 查询开启情况 1为开启 0为关闭 若没有则可以在/.vimrc没有该文件自行创建即可中加入set modeline即可 自行写入需要考虑 转义字符x1b是非显示字符 想要修改第二段利用代码,简单的方法是下载源文件,修改执行命令的部分,也可以使用二进制编辑器自行写入或修改。 poc.txt: vim poc.txt shell.txt: nc -lvp 9999 vim shell.txt...

9.3CVSS8AI score0.25119EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/15 7:14 p.m.13 views

CVE-2017-0781

CVE-2017-0781 PoC 概述 这是 Armis 发布的 Blueborne 白皮书中描述的 CVE-2017-0781 Android 堆溢出漏洞的实现。进一步阅读:https://www.armis.com/blueborne/ 在当前状态下,此代码仅演示了溢出和使蓝牙服务崩溃的能力。再次强调,这不是一个完整的远程代码执行,但它可以发展成那样。 说明 获取 pwntools。 root@kitploit: apt-get update apt-get install python2.7 python-pip python-dev git libssl-dev...

8.8CVSS8.3AI score0.20141EPSS
SaveExploits13
Kitploit
Kitploit
added 2026/09/15 7:12 p.m.13 views

CVE-2022-47986

CVE-2022-47986 Aspera Faspex 预认证远程代码执行 https://blog.assetnote.io/2023/02/02/pre-auth-rce-aspera-faspex/ POC 使用方法: root@kitploit: python3 poc.py https://xxxxx whoami...

9.8CVSS8.4AI score0.99968EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/15 7:12 p.m.8 views

CVE-2022-43571

CVE-2022-43571 CVE-2022-43571 Splunk RCE – 我的个人旅程,为你的生活增添色彩 只因我的IT部门声称没有理由进行SPLUNK更新,我便分析了此漏洞CVE-2022-43571,以证明相反的情况——远程代码执行。这是我的漏洞利用。 如果是我发现了这个漏洞,我会给它取名为„colorful sparklines“ ….. ;- @SPLUNK 你们不应该在代码中命名漏洞或提及任何细节。那是指向正确方向的快速指针 ;- /splunk/lib/python3.7/site-packages/splunk/pdf/pdfgenutils.py...

8.8CVSS8.3AI score0.138EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/09/15 7:12 p.m.10 views

CVE-2021-22911

针对 CVE-2021-22911 的更新版利用程序 Rocket.Chat 3.12.1 - NoSQL注入到远程代码执行 未认证 原始功劳归功于:https://www.exploit-db.com/exploits/50108 设置 创建Python虚拟环境并安装依赖 root@kitploit: $ python -m venv venv $ source venv/bin/activate $ pip install requests oathtool 使用方法 我新增了一个 -p 参数,用于接收低权限用户密码,同时也用于重置管理员密码 root@kitploit: $...

9.8CVSS8.4AI score0.95242EPSS
SaveExploits16
Kitploit
Kitploit
added 2026/09/15 7:10 p.m.8 views

CVE-2021-40444-Microsoft-Office-Word-Remote-Code-Execution-

CVE-2021-40444-Microsoft-Office-Word-リモートコード実行-...

8.8CVSS7.1AI score0.9745EPSS
SaveExploits38
Cvelist
Cvelist
added 2026/09/15 7:07 p.m.28 views

CVE-2026-84048 Joomla Extension - joomgalleryfriends.net - Unauthenticated arbitrary file upload via the TUS endpoint in JoomGallery < 4.4.2

Joomla Extension - joomgalleryfriends.net - Unauthenticated arbitrary file upload via the TUS endpoint in JoomGallery 4.4.2 - The TUS endpoint allows arbitrary file uploads, however neither file name nor file extension are under attacker control. Code execution requires non-standard server...

6.3CVSS0.00311EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/15 7:07 p.m.5 views

EUVD-2026-79182

Joomla Extension - joomgalleryfriends.net - Unauthenticated arbitrary file upload via the TUS endpoint in JoomGallery 4.4.1 - The TUS endpoint allows arbitrary file uploads, however neither file name nor file extension are under attacker control. Code execution requires non-standard server...

6.3CVSS5.9AI score0.00311EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 7:03 p.m.12 views

uaf-2023-28205

CVE-2023-28205: Apple WebKit 释放后使用漏洞 此漏洞可通过恶意构造的网页内容加以利用,允许攻击者执行任意代码。 描述 该代码通过延迟添加 Map 和 Date 对象,触发释放后使用(UAF)漏洞,使得垃圾回收器(GC)能够释放它们。这可能导致访问已释放的对象,从而引发内存损坏或实现漏洞利用。 参考 WebKit 提交 c9880de4a28b9a64a5e1d0513dc245d61a2e6ddb CVE-2023-28205:Google 威胁分析小组的 Clément Lecigne 以及 Amnesty International 安全实验室的...

8.8CVSS8.1AI score0.27076EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 6:58 p.m.9 views

CVE-2026-48907-

CVE-2026-48907 — Joomla JCE Editor 認証不要のRCEスキャナー&エクスプロイト CVSS 10.0 | CWE-284 | CISA KEV | EPSS 80% CVE-2026-48907 用のPythonベースの脆弱性スキャナー&エクスプロイトツール。Joomla CMS用のJCE(Joomla Content Editor)拡張機能における重大な認証不要のリモートコード実行脆弱性です。 📋 脆弱性の詳細...

10CVSS8.9AI score0.781EPSS
SaveExploits28
Kitploit
Kitploit
added 2026/09/15 6:57 p.m.12 views

CVE-2025-40602

CVE-2025-40602 CVE-2025-40602 是 SonicWall Secure Mobile Access SMA 1000 系列设备管理控制台 AMC 中的一个本地权限提升漏洞。该漏洞源于 AMC 中的授权不足,允许经过身份验证的远程攻击者在受影响设备上提升权限。当与 CVE-2025-23006 链式利用时,攻击者可以实现未经身份验证的远程代码执行并获得 root 权限。此零日漏洞已在野外被积极利用,并于 2025 年 12 月 17 日被添加到 CISA 的已知被利用漏洞目录中。 此检测方法如何工作? 此 Nuclei...

6.6CVSS7.3AI score0.02083EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/15 6:52 p.m.13 views

nginx-rce-cve-2026-42945

5. CVE-2026-42945 - 严重 NGINX RCE CVSS 9.2 分类 类别: 零日 / 远程代码执行 CVE: CVE-2026-42945 CVSS: 9.2 严重 发现日期: 2026年5月12日 补丁日期: 2026年5月 F5季度安全更新 来源: GitHub DepthFirstDisclosures/Nginx-Rift 漏洞详情 NGINX 的 ngxhttprewritemodule 组件中存在一个 堆缓冲区溢出 ,该漏洞于 2008 年 引入——意味着它在被发现前已存在 16 年 。 受影响版本 : NGINX Open Source 0.6.27 ...

9.2CVSS8AI score0.68047EPSS
SaveExploits42
Kitploit
Kitploit
added 2026/09/15 6:51 p.m.12 views

CVE-2025-66478-Exploit-Poc

Next.js CVE-2025-66478 PoC 英文 | 韩文 此仓库包含用于重现和研究 Next.js CVE-2025-66478 漏洞的概念验证 PoC。它由一个易受攻击的 Next.js 应用程序和一个用于测试漏洞的 Python 利用脚本组成。 什么是 CVE-2025-66478? 这是一个在 Next.js Server Actions 处理过程中发生的远程代码执行 RCE 漏洞。 关键要点: 根本原因 :RSC(React Server Components)Flight 协议中的不安全反序列化 。 攻击向量 :通过 proto 属性进行原型污染 。 漏洞摘要...

7.5AI score
SaveExploits112References2
Rows per page
Query Builder