601377 matches found
CVE-2026-46636 Twig: Sandbox method allowlist bypass via `Markup` subclass
Twig is a template language for PHP. From version 1.0.0 to before version 3.27.0, SecurityPolicy::checkMethodAllowed unconditionally whitelists all method calls on instances of Twig\Markup. Twig\Markup is not final, so subclasses inherit the bypass. An application that passes an object of a...
binsync
BinSync BinSync is a decompiler collaboration tool built on the Git versioning system to enable fined-grained reverse engineering collaboration regardless of decompiler. BinSync is built by mahaloz, the angr team, and the SEFCOM research lab. It's also due in large part to its use by the Shellphi...
Win32_Offensive_Cheatsheet
Win32 攻击性速查表 由 @UVision 和 @RistBS 为渗透测试人员和红队成员制作的 Win32 与内核滥用技术 开发模式已启用,欢迎任何帮助 : Windows 二进制文档 PE 结构 PE 头 解析 PE 导出地址表 EAT 解析函数地址 导入地址表 IAT 解析 IAT 导入查找表 ILT 启用 SeDebug 特权 执行某些二进制文件 经典 shellcode 执行 DLL 执行 RAW 文件转 PE 代码注入技术 CreateRemoteThread 注入 进程镂空 APC 队列技术 Early Bird 反射式 DLL 注入 DLL 注入 Process...
clroxide
ClrOxide ClrOxide 是一个 Rust 库,允许你托管 CLR 并动态执行 dotnet 二进制文件。 我想叫它 Kepler,没什么特别的原因,但 cargo 里已经有一个叫 kepler 的包了。: 我断断续续花了两年时间用 Rust 托管 CLR,直到两周前终于有了突破! 如果没有以下项目,这个库是不可能完成的: NimPlant 及其 execute assembly 实现 winim/clr 用优雅的方式覆盖了 Console.Write 的输出缓冲区并获取输出!正是因为追求同样的优雅,这个库才花了两年时间。 如果 Cas 不能复现这个,我怎么说服他去尝试 Rus...
Pwdb-Public
PWDB - Nueva generación de análisis masivo de contraseñas Objetivo Dejando atrás las cosas de hace 20 años del red team. Las cosas funcionan bien, y nadie se molesta en revisarlas/reemplazarlas durante décadas. Dumps incluidos Puedes consultar el archivo status.txt en este repositorio para hacer...
kernel-exploit-factory
kernel-exploit-factory Keep updating...... Linux kernel CVE exploit analysis report and relative debug environment. You don't need to compile Linux kernel and configure your environment anymore. This repository is to extract all Linux kernel exploit and relative debug environment. You can use Qem...
IDARustDemangler
IDA Rust Demangler This project provides a script that demangles Rust function names and normalize it for IDA, making it easier to read and understand the code. Requirements Python 3.x IDA Pro 7.x or later Dependencies The demangling algorithm used in this script is based on rs-dml binary so make...
BypassCredGuard
BypassCredGuard - Bypass de Credential Guard mediante el parcheo de la memoria de Wdigest Antecedentes Adam Chester @xpn escribió un artículo titulado "Exploring Mimikatz - Part 1 - WDigest" sobre el parcheo de memoria para habilitar UseLogonCredential y hacer que Wdigest almacene en caché...
proposal-symbol-proto
原型污染缓解 / Symbol.proto 作者 :Santiago Díaz(Google) 提案负责人 :Shu-yu Guo(Google) 阶段 :1 目录 问题描述 鬼魅般的超距作用 纯数据攻击 freeze、seal 和 preventExtensions 的问题 覆盖错误 粗粒度 冻结点 应用类型 建议方案 提供反射 API 选择启用特性 自动重构 删除意味着什么? 不兼容的代码库 附录 构造函数污染呢? 压缩 JS 中的计算访问 漏洞示例 tl;dr...
2023
100 Days of YARA Parte 2 - Electric Detectaloo Disculpas de antemano por el terrible nombre, ¡pero bienvenido a 100 Days of YARA! Este repositorio actuará como almacén de todas las ideas YARA creadas durante este tiempo. Cualquier script, herramienta o regla divertida que escribas puede enviarse ...
auto-repeater
Auto Repeater Extensión de Burp Acerca de Esta es una versión modificada de la gran extensión Auto Repeater escrita por Justin Moore, NCC Group El repositorio original se puede encontrar en https://github.com/nccgroup/AutoRepeater La versión de Portswigger se puede encontrar en...
msf_shellcode_analysis
Metasploit shellcode 的静态分析 作为第一篇博客文章,我觉得分析一个常见的 Metasploit shellcode 会很有意思——这是一个讨论编码、PEB、Windows shellcode 和导出地址表等主题的好机会。 开始 我们从一条截获的长命令行开始:powershell "powershell.exe" -nop -w hidden -encodedcommand...
efcf-framework
EF/CF - 极速(以太坊智能)合约模糊测试器 EF/CF 是一种智能合约模糊测试的新方法:它不是使用一个全新的 自定义模糊测试器,而是将现有的 C/C++ 代码模糊测试基础设施重新用于 智能合约。目前,AFL++ 是主要支持的模糊测试器, 尽管对 libfuzzer 和 honggfuzz 也有一些非常基础的支持 。 为什么要使用现有的模糊测试基础设施? 速度。我们可以更快地模糊测试。我们通常能达到约 20k 次执行/秒/核。 原生代码模糊测试器经过精心设计并高度优化。 具备恰当的覆盖率引导、队列管理、确定性测试用例重放 等功能。 在此过程中我们会遇到哪些问题?...
Azure-AD-Password-Checker
Azure AD Password Checker In an Azure AD environment, it's possible to determine whether a user has Multi-Factor Authentication MFA disabled without requiring any special privileges. This can be accomplished by analyzing the account's creation date and last password change date. If an account's...
GHSA-7Q9C-HPX7-9CWM TypeSpec: Unauthenticated Remote Shutdown of Spector Mock Server via POST /.admin/stop
Summary @typespec/spector registers a POST /.admin/stop HTTP route with no authentication, authorization token, Origin check, or IP-source restriction. Any network-reachable client can send a single unauthenticated POST request to terminate the mock server process. Because the server binds to...
TypeSpec: Unauthenticated Remote Shutdown of Spector Mock Server via POST /.admin/stop
Summary @typespec/spector registers a POST /.admin/stop HTTP route with no authentication, authorization token, Origin check, or IP-source restriction. Any network-reachable client can send a single unauthenticated POST request to terminate the mock server process. Because the server binds to...
Shinigami
Shinigami Shinigami 是一款实验性工具,旨在检测并解包通过进程镂空(process hollowing)或通用加壳例程注入的恶意软件植入体。 工作原理 该工具通过挂钩与进程镂空相关的 NT 函数,并利用页保护位(page guard bit)标记新近变为可执行的内存页。此技术使 Shinigami 能够检测通常由 shellcode 或解包代码引起的间接流程变更,而这些变更往往表明存在恶意软件。 Shinigami 以挂起状态创建目标可执行文件,并注入一个名为 "Ichigo" 的 DLL...
vLLM: Incomplete CVE-2025-62164 remediation can be bypassed by concurrent prompt parts
Executive Summary The follow-up protection for CVE-2025-62164 is incomplete at vLLM revision 26587f9519e22a5c4549ead7595ad9ca3229c4fd. It wraps serialized prompt-embedding reconstruction and dense conversion in torch.sparse.checksparsetensorinvariants, but PyTorch 2.11.0 implements that context...
GHSA-PR7F-P5MW-FC87 vLLM: Incomplete CVE-2025-62164 remediation can be bypassed by concurrent prompt parts
Executive Summary The follow-up protection for CVE-2025-62164 is incomplete at vLLM revision 26587f9519e22a5c4549ead7595ad9ca3229c4fd. It wraps serialized prompt-embedding reconstruction and dense conversion in torch.sparse.checksparsetensorinvariants, but PyTorch 2.11.0 implements that context...
GHSA-HWRM-C4CX-RF4J vLLM: Unauthenticated Internal Path and Username Disclosure via Validation Error Messages
Summary When the vLLM API receives a malformed request e.g., invalid JSON or missing required fields, FastAPI raises a Pydantic RequestValidationError. The validationexceptionhandler in vllm/entrypoints/openai/serverutils.py converts this exception to a string via strexc, which includes the...