306359 matches found
CVE-2025-10035
CVE-2025-10035 How does this detection method work? Detects vulnerable GoAnywhere MFT instances by extracting version numbers from the login page and matching against affected version ranges. How do I run this script? 1. Download Nuclei from here 2. Copy the template to your local system 3. Run t...
CVE-2025-6018-6019-PoC
CVE-2025-6018 & CVE-2025-6019: Local Privilege Escalation PoC A robust Proof of Concept PoC for chaining CVE-2025-6018 PAM/Polkit Active Session Bypass and CVE-2025-6019 libblockdev SUID Mount Flaw to achieve root access on vulnerable Linux systems. Disclaimer This tool is for educational purpose...
CVE-2026-23111
PoC de CVE-2026-23111 Desbordamiento de memoria después de liberación Use-After-Free en nftables del kernel de Linux Escalada de privilegios local poc por baba01hacker Resumen de la vulnerabilidad CVE : CVE-2026-23111 Tipo : Use-After-Free CWE-416 CVSS : 7.8 ALTO Componente :...
CVE-2025-55182-shellinteractive
CVE-2025-55182-shellinteractive Base used from: https://github.com/Emiyelbarto/CVE-2025-55182-PoC Thank you very much for the great contribution. Overview CVE-2025-55182 is a deserialization vulnerability in Next.js/React Server Components that allows unauthenticated remote attackers to execute...
wp2shell-poc2
wp2shell-poc 针对 WordPress 核心中未经验证的 SQL 注入的概念验证,该漏洞通过 REST 批量路由混淆(CVE-2026-63030)链式利用实现远程代码执行。 该漏洞利用无需任何凭据,除可达的目标外也无需任何配置。它通过单个端点到达注入点:POST /wp-json/batch/v1。 核心发现是未经验证的 SQL 注入——check 可确认漏洞存在,read 可演示任意数据库读取。shell 命令是可选的后渗透利用(恢复管理员凭据 → 上传插件 → 执行命令),用于展示完整影响;它并非漏洞本身。 受影响版本 分支| 受影响| 修复版本 ---|---|---...
wp2shell-scanner
wp2shell-scanner by@bahartanir katherinepierce Fork of ZephrFish/wp2shell-scanner with additional improvements. Research by Adam Kues Assetnote and Mustafa Can İPEKÇİ nukedx. Detection and validation tooling for WordPress core exposure to wp2shell CVE-2026-63030 / CVE-2026-60137. Modes are select...
wp2shell
wp2shell 作者: ek0ms savi0r WordPress 核心 POC 的未经身份验证的远程代码执行 CVE-2026-63030 + CVE-2026-60137 wp2shell 利用 WordPress 核心中的关键漏洞链。它将 REST API 批量路由混淆漏洞与 WPQuery 中的 SQL 注入漏洞结合,实现在易受攻击的 WordPress 安装上未经身份验证的远程代码执行 。 详情| 信息 ---|--- CVE| CVE-2026-63030 REST 批量路由混淆 + CVE-2026-60137 authornotin SQL 注入 影响版本|...
Room-Walkthrough-Billing
🧠 Room Walkthrough: Billing Written by: Aditya Bhatt | Open Source Contributor 📦 Overview In this walkthrough, we go full force into Billing Room , showcasing a vulnerable MagnusBilling instance, a juicy unauth RCE CVE-2023-30258, and a fail2ban sudo misconfig that screams “root me.” This room...
CVE-2024-8856
CVE-2024-8856 This tool scans WordPress websites for vulnerabilities in the WP Time Capsule plugin related to CVE-2024-8856. It identifies plugin versions below "1.22.22" as vulnerable and logs results to "vuln.txt". Simple and efficient, it helps security researchers and admins detect and addres...
CVE-2025-4138-4517-POC
CVE-2025-4138 / CVE-2025-4517 Python tarfile Filter Bypass via PATHMAX Symlink Escape Arbitrary file write throughfilter="data" / filter="tar" extraction Table of Contents Overview Vulnerability Details How It Works Affected Versio...
watchTowr-vs-Ivanti-Sentry-RCE-CVE-2026-10520-CVE-2026-10523
CVE-2026-10520 and CVE-2026-10523 An Ivanti Sentry Authentication Bypass and Remote Code Execution Detection Artifact Generator. See our blog post for technical details. Detection in Action root@kitploit: $ python3 watchTowr-vs-Ivanti-Sentry-RCE-CVE-2026-10520-CVE-2026-10523.py --url...
cve-2025-49844
CVE-2025-49844 這是本人針對 CVE-2025-49844(又稱 RediShell)的個人概念驗證。 支援的目標建置版本: x86-64 Linux redis:8.2.1-alpine Docker 映像 x86-64 Linux redis:8.2.1-bookworm Docker 映像 它有點笨拙,可能不如 Wiz Research 的那麼好。不過,我很高興能在 Hexacon 2025 演講影片上傳前讓它運作起來,而且調查過程讓我獲益良多。 使用方法 執行單向 shell 指令: root@kitploit: $ uv run cve-2025-49844...
cve-2025-49844
CVE-2025-49844 My personal proof-of-concept for CVE-2025-49844, also known as RediShell. Supported target builds: x86-64 Linux redis:8.2.1-alpine Docker image x86-64 Linux redis:8.2.1-bookworm Docker image It's a bit clumsy, probably not as good as Wiz Research's. Still, I'm glad I managed to get...
CVE-2020-15215-Discord-POC
Discord Electron ISO Boundary Validation PoC Scope This repository is a proof-of-concept validation harness for Electron boundary hardening in Discord-style desktop architectures. It models renderer/main-process separation, preload bridge policy, IPC channel exposure, navigation controls, and...
CVE-2026-63223-POC
CVE-2026-63223 PoC — CodeIgniter 4 文件上传 RCE CVSS 9.8(严重) | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CWE-434 :危险类型文件的不受限制上传 修复版本 :CodeIgniter 4 v4.7.4 安全公告 :GHSA-mmj4-63m4-r6h5 漏洞摘要 CodeIgniter 4 的 isimage 和 mimein 文件上传验证规则仅检查基于内容派生的 MIME 类型 (魔数),而不检查 客户端提供的文件扩展名。 未认证的攻击者可以在 PHP webshell...
slurp-old
slurp 手动或通过 certstream 枚举 S3 存储桶 概述 首先,感谢 https://github.com/eth0izzle/bucket-stream 提供的 certstream 思路。 同样,感谢所有使此工具成为可能的供应商软件包。 不对您如何使用此工具负责。 模式 Certstream 域名 关键词 特性 使用 Go 编写: 比 Python 更快。 没有依赖地狱和版本锁定(例如 Python 3 和 requirements.txt 等);更易于部署、静态二进制等。 更好的并发性。 支持国际化域名的 Punycode(S3...
censys-enumeration
Censys Enumeration A script to extract subdomains/emails for a given domain using SSL/TLS certificates dataset on Censys The output is in JSON format Demo Screenshots Non verbose mode Verbose mode Sample JSON output 3rd party package dependency censys click Setup Clone this repo root@kitploit: $...
CVE-2026-57239
Foxit PDF Reader LPE 针对 CVE-2026-3775/CVE-2026-3780 和 CVE-2026-57239 的概念验证漏洞利用程序,可通过 Foxit PDF Reader 更新服务获取 NT AUTHORITY\SYSTEM 权限。 构建 直接编译二进制文件,将其放到目标系统上并运行即可。 root@kitploit: cargo build --release 用法 该程序有三个主要入口点:check、exploit 和 cleanup。参数的作用应该很清楚。默认情况下,exploit 之后会自动调用...
CVE-2026-58424
CVE-2026-58424 - Gitea Fork PR 工作流审批门绕过 严重性: 高 CVSS 8.9 受影响版本: Gitea ≤ 1.26.2 修复版本: Gitea 1.26.3 安全公告: GHSA-777r-4v59-6486 漏洞描述 Gitea Actions 会对由 fork 拉取请求触发的工作流运行强制执行审批门。该门在 ifNeedApproval 中实现,旨在防止不受信任的贡献者通过 CI 管道执行任意代码。 缺陷在于 ifNeedApproval 仅被正确应用于 pullrequest 事件。工作流 on: 块中列出的每种事件类型都会生成一个独立的...
EUVD-2026-68298
A vulnerability was found in D-Link DIR-825M 1.1.8. Affected by this vulnerability is the function sub456CF4 of the file /boafrm/formSysCmd of the component System Command Execution. Performing a manipulation of the argument sysCmd results in command injection. It is possible to initiate the atta...