436 matches found
K000163240: Multiple Apache Tomcat vulnerabilities
Security Advisory Description CVE-2026-65183 Time-of-check Time-of-use TOCTOU Race Condition vulnerability in Apache Tomcat when creating unix domain sockets allows an unauthorised local user to access the unix domain socket. This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from...
SNEK_Equinox
SNEK Equinox I would like to thank Nightmare-Eclipse for the inspiration not personal from the project UnDefend - https://web.archive.org/web/20260521145157/https://github.com/Nightmare-Eclipse/UnDefend: Now funnily enough, I found a way to lie to the EDR web console to show that defender is up a...
CVE-2025-5777
Exploit for CVE-2025-5777: Citrix NetScaler Memory Disclosure CitrixBleed 2 T1606 Disclaimer Intented for authorized use only. It is your responsibility to verify authorization before use. I am not responsible for any legal or criminal proceedings filed against you for using this. Description...
CVE-2026-41651
🔥 CVE-2026-41651 — PackageKit TOCTOU 本地权限提升 Pack2TheRoot 针对 PackageKit 守护进程的本地权限提升漏洞利用程序。 通过 TOCTOU 竞态条件漏洞,将权限从非特权本地用户提升至 root。 📌 概述 CVE-2026-41651 (也称为 Pack2TheRoot )是 PackageKit 中的一个严重 TOCTOU(检查时间到使用时间) 竞态条件漏洞。PackageKit 是许多 Linux 发行版用于包管理抽象的系统服务。 该漏洞允许本地非特权用户在特定条件下操纵 PackageKit 事务状态并绕过授权检查。 影响...
CVE-2026-33825
🔵 CVE-2026-33825 — “BlueHammer” 🔵 Microsoft Defender Local Privilege Escalation LPE BlueHammer is a high-severity Local Privilege Escalation vulnerability affecting Microsoft Defender components on Windows systems. The flaw allows a low-privileged attacker to escalate privileges to NT...
CVE-2026-41651
🚨 CVE-2026-41651 — Pack2TheRoot PackageKit 中的权限提升漏洞(TOCTOU 竞态条件) 📌 概述 CVE-2026-41651 是一个影响多种 Linux 发行版中 PackageKit 系统服务的本地权限提升漏洞。 该漏洞由 检查时间到使用时间(TOCTOU)竞态条件 引起,可被滥用以操纵软件包安装流程并将权限提升至 root。 ⚠️ 影响 若成功利用,该漏洞可能允许本地非特权用户: 获得 root 级权限 执行 任意软件包安装脚本(RPM scriptlets) 修改系统级配置 破坏系统完整性与机密性 🧠 注意:该漏洞需要本地访问...
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 上,该问题可被利用...
CVE-2024-50379
CVE-2024-50379 Proof of Concept PoC This repository contains a proof of concept PoC script to exploit CVE-2024-50379 , a vulnerability in Apache Tomcat. The vulnerability is a Time-of-Check Time-of-Use TOCTOU race condition that can lead to remote code execution RCE if the server's configuration...
VQ-RefluxCore
VQ-RefluxCore:内核漏洞评估与研究框架 VQ-RefluxCore 是一个高级安全研究框架,用于建模、分析和演示与内核级竞争条件和文件系统结构漏洞(CVE-2026-64600 / RefluXFS)相关的本地权限提升(LPE)机制。 👤 开发者与元数据 属性| 详细信息 ---|--- 开发者| VulnQuest GitHub 账号| @vulnquest58 框架版本| 2.0.0 RefluxCore 发布日期| 2026年7月24日 分类| LPE 研究与安全审计框架 🎯 目标漏洞:CVE-2026-64600 RefluXFS CVE-2026-64600 代表了...
EUVD-2026-71774
A flaw was found in Flatpak. A Time-of-check to time-of-use TOCTOU race condition exists in the org.freedesktop.Flatpak.SystemHelper component. This vulnerability occurs because a privileged chmod operation executes before the OSTree repository validation within the Deploy function. An attacker c...
CVE-2026-76925 Flatpak: flatpak: toctou race condition allows symlink redirection
A flaw was found in Flatpak. A Time-of-check to time-of-use TOCTOU race condition exists in the org.freedesktop.Flatpak.SystemHelper component. This vulnerability occurs because a privileged chmod operation executes before the OSTree repository validation within the Deploy function. An attacker c...
CVE-2026-76925
CVE-2026-76925 is a TOCTOU race condition in Flatpak's org.freedesktop.Flatpak.SystemHelper component. The root cause is that a privileged chmod operation executes before OSTree repository validation within the Deploy() function, creating a timing window an attacker can exploit to redirect symlin...
symboliclink-testing-tools
symboliclink-testing-tools c Google Inc. 2015 由 James Forshaw 开发 这是一套用于测试 Windows 各种符号链接类型的小型工具套件,包含以下工具: BaitAndSwitch:创建一个符号链接,并使用 OPLOCK 赢得 TOCTOU(检查时间到使用时间)竞争 CreateDosDeviceSymlink:使用 csrss 创建对象管理器符号链接 CreateMountPoint:创建任意文件挂载点 CreateNtfsSymlink:创建 NTFS 符号链接 CreateObjectDirectory:创建新的对象管理器目...
POC-CopyEscape-CVE-2026-17106
CopyEscape — CVE-2026-17106 的 PoC 关于 CopyEscape (CVE-2026-17106)的教育性概念验证(PoC),这是 docker cp 中的一个 TOCTOU 竞态条件漏洞,允许恶意容器在 Docker 主机上写入任意文件。灵感来自 masasron 的原创研究,他在博客 "CopyEscape: Taking Over Docker Hosts with docker cp" 中发现了该漏洞并进行了记录。 目录 1. 执行摘要 2. 法律声明 3. 攻击链架构 4. 环境要求 5. 仓库结构 6. 快速使用指南 7. 漏洞利用验证 8...
CVE-2024-30088-
弱点: CWE-367: 检查时间与使用时间(TOCTOU)条件竞争 CVSS 来源: Microsoft CVSS: 3.1 7.0 / 6.3...
Nuclei-Template-CVE-2024-50379
Nuclei-Template-CVE-2024-50379 描述 此 Nuclei 模板检测易受 TOCTOU 竞态条件影响的 Apache Tomcat 服务器,该条件允许远程代码执行 RCE。 ⚠ 重要提示 :此模板只能用于教育目的,并且仅在获得系统所有者的明确同意后,在受控环境中使用。 此外,该模板仍处于测试阶段,因此我尚未在所有易受攻击的 Apache 版本上进行 100% 的测试。 要求 已安装 Nuclei(支持 linux、mac、windows)。 对要进行测试的系统或网络拥有授权访问权限。 使用方法 修改模板: 打开模板文件,调整 upload.jsp...
CVE-2026-41651-analysis
CVE-2026-41651 — Pack2TheRoot 分析 PackageKit 本地权限提升(TOCTOU 竞态条件) CVSS v3.1:8.8(高危) | CWE-367 | 发布时间:2026-04-22 📌 概述 本仓库整理了针对 2026 年 4 月公开的 PackageKit 本地权限提升漏洞 CVE-2026-41651(Pack2TheRoot) 的个人分析报告及研究资料。 项目| 内容 ---|--- CVE ID| CVE-2026-41651 漏洞名称| Pack2TheRoot 受影响软件| PackageKit 1.0.2 1.3.4 补丁版本|...
CVE-2024-50379-POC
CVE-2024-50379 漏洞利用与POC(概念验证) 此仓库包含针对 CVE-2024-50379 (影响 Apache Tomcat 的一个漏洞)的概念验证(POC)。该问题涉及 检查时间与使用时间(TOCTOU)竞争条件 ,可能导致 远程代码执行(RCE) ,尤其是在不区分大小写的文件系统(如 Windows)上。 目录 描述 POC 使用 安全注意事项 许可证 描述 CVE-2024-50379 是 Apache Tomcat 中的一个漏洞,允许攻击者通过 TOCTOU 竞争条件执行任意代码。在不区分大小写的文件系统(例如 Windows 或 macOS)以及配置不当的...
EUVD-2026-69715
A time-of-check time-of-use race condition vulnerability was identified in GitHub Enterprise Server that allowed remote code execution. Exploitation required an authenticated user with write access to a repository and precise timing of concurrent upload requests. This vulnerability affected all...
CVE-2026-78319
A service running on the affected products contains a potential Time-of-Check Time-of-Use TOCTOU race condition. An unauthenticated remote attacker could exploit this race condition to bypass intended security controls. This may result in the execution of unauthorized code...