Lucene search
+L

643 matches found

Kitploit
Kitploit
added 2026/09/22 1:49 p.m.9 views

CVE-2024-32002-Reverse-Shell

CVE-2024-32002-Reverse-Shell 此脚本演示如何利用CVE-2024-32002漏洞获取反向shell,从而远程访问受影响系统。请在受控环境中谨慎使用,仅用于教育或安全测试目的。 博客文章 此脚本灵感来源于博客:https://amalmurali.me/posts/git-rce。 你可以在那里找到关于此漏洞的更多细节。 工作原理 1. 一个恶意仓库(gitrce)包含一个具有特殊设计路径的子模块。 2. 子模块路径利用大小写变化,利用不区分大小写的文件系统。 3. 子模块包含一个指向其 .git/ 目录的符号链接,该目录包含一个恶意钩子。 4...

9CVSS7.9AI score0.29234EPSS
SaveExploits32
Kitploit
Kitploit
added 2026/09/22 8:17 a.m.38 views

httpgrep

Description A fast, asynchronous Python tool that scans HTTPS servers and greps for strings or regex patterns in HTTP response bodies and headers. It takes single hosts, URLs, CIDR ranges, IP ranges or files; scans multiple ports per target single, comma-lists or ranges, auto-detecting TLS vs pla...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/22 4:55 a.m.10 views

CVE-2021-21300

CVE-2021-21300:通过恶意 Git 钩子执行任意代码 📌 摘要 CVE-2021-21300 是 Git(2.14.2 至 2.30.1 版本)中的一个严重漏洞,允许攻击者通过利用符号链接和不区分大小写的文件系统在受害者机器上执行任意代码。 🧠 问题描述 漏洞 :通过恶意 Git 钩子执行任意代码。 根本原因 :不区分大小写的文件系统(例如 Windows/macOS)将 A/post-checkout 解析为 .git/hooks/post-checkout。 影响 :当用户克隆受感染的仓库时,攻击者可以注入并执行恶意钩子。 🔍 理论背景 原理 Git 允许用户自定义钩子存...

8CVSS7.8AI score0.88533EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/22 3:33 a.m.13 views

git_rce

CVE-2024-32002:利用 git clone 实现 Git 远程代码执行 该仓库包含 CVE-2024-32002 的 PoC,该漏洞允许在 git clone 操作期间实现远程代码执行。通过以特定方式构造带有子模块的仓库,攻击者可以利用不区分大小写的文件系统上的符号链接处理,将文件写入 .git/ 目录,从而执行恶意钩子。 注意: 此 PoC 仅适用于 Windows 或 Mac 系统。 博客文章 关于此漏洞逆向分析的详细说明,请参见博客文章:https://amalmurali.me/posts/git-rce。 工作原理 1...

9CVSS8.1AI score0.29234EPSS
SaveExploits32References2
Kitploit
Kitploit
added 2026/09/21 6:18 p.m.15 views

CVE-2024-32002

CVE-2024-32002: Explotando RCE en Git mediante git clone Este repositorio contiene un PoC para explotar CVE-2024-32002, una vulnerabilidad en Git que permite RCE durante una operación de git clone. Al crear repositorios con submódulos de una forma específica, un atacante puede explotar el manejo ...

9CVSS8AI score0.29234EPSS
SaveExploits32
Kitploit
Kitploit
added 2026/09/21 5:59 a.m.12 views

CVE-2021-21300

CVE-2021-21300 git多个版本中,对符号链接处理不严格。在大小写敏感(例如Linux)的文件系统上传文件到git后,使用大小写不敏感文件系统(例如Windows)的主机克隆恶意 仓库时可能导致远程命令执行 。 受影响版本 从 2.15 至 现有的 2.30.1 解决方案 1、升级版本 2、如下 禁用git 的symlink: git config --global core.symlinks false 禁用 process filter 通常是 LFS 使用此功能,可以通过 git config --show-scope --get-regexp...

8CVSS7.2AI score0.88533EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/20 10:37 p.m.8 views

CVE-2024-32002

CVE-2024-32002:通过 git clone 利用 Git RCE 本仓库包含用于利用 CVE-2024-32002 的 PoC,这是 Git 中的一个漏洞,允许在 git clone 操作期间实现 RCE。通过以特定方式构造带有子模块的仓库,攻击者可以利用不区分大小写文件系统上的符号链接处理,将文件写入 .git/ 目录,从而执行恶意钩子。 注意: 此 PoC 仅适用于 Windows 或 Mac 系统。 博客文章 有关此漏洞利用如何被逆向的详细说明,请参阅博客文章:https://amalmurali.me/posts/git-rce。 工作原理 1...

9CVSS8AI score0.29234EPSS
SaveExploits32References2
Kitploit
Kitploit
added 2026/09/20 1:21 p.m.9 views

CVE-2024-50379-POC

CVE-2024-50379 漏洞利用与 POC 该仓库包含针对 CVE-2024-50379 的概念验证(POC),该漏洞影响 Apache Tomcat。问题涉及 检查时间-使用时间(TOCTOU)竞态条件 ,在 Windows 等不区分大小写的文件系统上可导致 远程代码执行(RCE) 。 目录 描述 POC 使用方法 安全注意事项 许可证 描述 CVE-2024-50379 是 Apache Tomcat 中的一个漏洞,攻击者可通过 TOCTOU 竞态条件执行任意代码。在不区分大小写的文件系统(例如 Windows 或 macOS)以及配置不当的 Servlet 上,该问题可被利用...

9.8CVSS8.7AI score0.44312EPSS
SaveExploits13References1
Kitploit
Kitploit
added 2026/09/19 1:53 p.m.10 views

git_rce

Ataque de ejecución remota de código mediante git clone CVE-2024-32002 Contribuidores 이정우@Roronoawjd Antecedentes Esta vulnerabilidad es una vulnerabilidad de RCE Remote Code Execution que se produce al clonar un repositorio git que contiene submódulos en sistemas de archivos que no distinguen...

9CVSS8.7AI score0.29234EPSS
SaveExploits32References2
Kitploit
Kitploit
added 2026/09/19 1:49 p.m.10 views

rcetest

CVE-2024-32002:通过 git clone 利用 Git RCE 此仓库包含一个针对 CVE-2024-32002 的 PoC,该漏洞允许在 git clone 操作期间实现远程代码执行(RCE)。通过以特定方式构造包含子模块的仓库,攻击者可以利用不区分大小写的文件系统上的符号链接处理,将文件写入 .git/ 目录,从而执行恶意钩子。 注意: 此 PoC 仅适用于 Windows 或 Mac 系统。 博客文章 关于此漏洞逆向工程的详细解释,请参阅博客文章:https://amalmurali.me/posts/git-rce。 工作原理 1...

9CVSS7.8AI score0.29234EPSS
SaveExploits32References2
RedhatCVE
RedhatCVE
added 2026/09/18 7:21 a.m.8 views

CVE-2026-90982

A flaw was found in @fastify/static, a Fastify plugin for serving static files. On case-insensitive filesystems, such as Windows or default macOS volumes, a route guard or allowedPath restriction can be bypassed. This occurs because the route matcher is case-sensitive while the filesystem is not,...

5.3CVSS0.00357EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/17 7:16 a.m.13 views

CVE-2026-90982

@fastify/static is a Fastify plugin that serves static files from a configured root directory. In versions before 10.1.4, on a case-insensitive filesystem such as Windows or the default macOS volume, a route guard or allowedPath restriction can be bypassed by altering the letter case of a path...

5.3CVSS0.00357EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/17 6:55 a.m.10 views

CVE-2026-90982 @fastify/static vulnerable to route guard bypass via path case-folding

@fastify/static is a Fastify plugin that serves static files from a configured root directory. In versions before 10.1.4, on a case-insensitive filesystem such as Windows or the default macOS volume, a route guard or allowedPath restriction can be bypassed by altering the letter case of a path...

5.3CVSS0.00357EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 6:55 a.m.14 views

CVE-2026-90982

CVE-2026-90982 affects the @fastify/static plugin (versions before 10.1.4 ). On case-insensitive filesystems such as Windows or the default macOS volume, a mismatch between the case-sensitive route matcher and the case-insensitive filesystem allows an unauthenticated attacker to bypass route guar...

5.3CVSS0.00357EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/17 6:55 a.m.28 views

CVE-2026-90982 @fastify/static vulnerable to route guard bypass via path case-folding

@fastify/static is a Fastify plugin that serves static files from a configured root directory. In versions before 10.1.4, on a case-insensitive filesystem such as Windows or the default macOS volume, a route guard or allowedPath restriction can be bypassed by altering the letter case of a path...

5.3CVSS0.00357EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 6:55 a.m.5 views

CVE-2026-90982 @fastify/static vulnerable to route guard bypass via path case-folding

@fastify/static is a Fastify plugin that serves static files from a configured root directory. In versions before 10.1.4, on a case-insensitive filesystem such as Windows or the default macOS volume, a route guard or allowedPath restriction can be bypassed by altering the letter case of a path...

5.3CVSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/16 1:28 a.m.12 views

CVE-2024-50379-POC

Explotación y POC de CVE-2024-50379 Este repositorio contiene una Prueba de Concepto POC para CVE-2024-50379 , una vulnerabilidad que afecta a Apache Tomcat. El problema implica una condición de carrera de Tiempo de Verificación Tiempo de Uso TOCTOU , que puede llevar a Ejecución Remota de Código...

9.8CVSS8.7AI score0.44312EPSS
SaveExploits13
NVD
NVD
added 2026/09/15 6:17 p.m.11 views

CVE-2026-57441

MCPVault is a lightweight Model Context Protocol server for safe access to files in an Obsidian vault. Prior to 0.11.4, PathFilter in src/pathfilter.ts compiles restricted-directory patterns case-sensitively and compares paths without canonicalizing filesystem-equivalent segment names. On...

8.4CVSS0.00174EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/09/15 1:47 p.m.3 views

cups: OpenPrinting CUPS: Remaining case-insensitive username matching in scheduler side paths (CVE-2026-27447 follow-up)

Two case-insensitive comparisons on request-derived usernames outside the main authorization path in CUPS's scheduler printer ACL validation and private-attribute filtering could allow bypass of username-based access controls in certain configurations...

6.3CVSS0.00389EPSS
SaveExploits1References7
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.11 views

Astra Linux – Vulnerability in curl

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse, if one of them matches the setup. Due to errors in the logic, the config matching function did not take ‘issuercert’ into account, and it compared the involved paths case insensitively, which could...

4.3CVSS6.5AI score0.0627EPSS
SaveExploits1References2
Rows per page
Query Builder