30577 matches found
CVE-2026-90814
A flaw has been found in cosmicstack-labs mercury-agent up to 1.1.13. Affected by this vulnerability is the function githubRequest of the file src/utils/github.ts of the component GitHub API Handler. This manipulation of the argument path causes server-side request forgery. Remote exploitation of...
CVE-2026-90814
A Server-Side Request Forgery (SSRF) vulnerability exists in cosmicstack-labs mercury-agent up to version 1.1.13 . The flaw is in the githubRequest function within the GitHub API Handler component (file src/utils/github.ts), where manipulation of the path argument allows a remote, low-privilege a...
EUVD-2026-77775
A flaw has been found in cosmicstack-labs mercury-agent up to 1.1.13. Affected by this vulnerability is the function githubRequest of the file src/utils/github.ts of the component GitHub API Handler. This manipulation of the argument path causes server-side request forgery. Remote exploitation of...
CVE-2024-42461
ECDSA 和 EDDSA 签名验证问题的解决方案 描述 在 Wycheproof 项目中发现了 ECDSA 和 EDDSA 签名验证的问题。签名解码阶段缺少检查,允许添加或删除零字节,这影响了邮件的发送能力。本次对 signature.js 文件的更新通过验证签名长度解决了这些问题。 安装 1. 克隆仓库: root@kitploit: git clone https://github.com/tuusuario/turepositorio.git 2. 进入项目目录: cd turepositorio 3. 安装依赖: npm install 使用 4. 导入 elliptic 库:...
redexer
redexer Redexer 是一个用于操作 Android 应用二进制的重工程工具。 该工具能够将 DEX 文件解析为内存中的数据结构; 推断应用使用某些权限时的参数(我们称此功能为 RefineDroid); 修改该数据结构并重新生成输出 DEX 文件(我们称这些功能为 Dr. Android,即 Dalvik 重写工具)。 出版物 Dr. Android and Mr. Hide: Fine-grained Permissions in Android Applications. Jinseong Jeon, Kristopher K. Micinski, Jeffrey A...
CVE-2021-4034
CVE-2021-4034 Escalación de privilegios local mediante pkexec Video de YouTube Mira el ✨ Video de YouTube Ejecutar localmente root@kitploit: make all && ./pwnkit && make clean Ejecutar en Docker root@kitploit: Build the docker image docker build -t pwnkit . Run the exploit docker run -it pwnkit...
EUVD-2026-77709
backpack/crud provides Create, Read, Update & Delete CRUD functions for Backpack, a collection of Laravel packages that help users build custom administration panels. From 6.0.0 until 6.8.15 and 7.0.47, HasMany and MorphMany handling through attachManyRelation during CRUD create and update...
CVE-2023-47400
CVE-2023-47400 CVE-2023-47400 的概念验证 通过任意文件写入在 Nagios XI 5.11.0 上实现已认证的 PHP 远程代码执行 !Note 此 PoC 基于 NCC 集团发布的技术公告 https://research.nccgroup.com/2023/12/13/technical-advisory-multiple-vulnerabilities-in-nagios-xi/ 此 PoC 遵循以下过程: 上传一个名为 placeholder.jpg 的有效图像(仅包含 JFIF 魔数头部,无内容) 使用自定义包含的 重命名 功能将图像重命名为...
nextjs-cve-2025-29927-poc
Next.js 的 CVE-2025-29927 概念验证 Next.js 中间件中的授权绕过 · CVE-2025-29927 · GitHub 安全公告 Next.js 与损坏的中间件:授权工件 - zherowebsecurity 这是什么? 该漏洞允许绕过中间件逻辑。 src/middleware.ts: root@kitploit: // 始终阻止任何请求 export function middleware return Response.json success: false, message: 'authentication failed' , status: 401...
POC-CVE-2025-24104-Py
PoC: 通过备份操作窃取 iOS 文件 极其重要的警告:此软件仅为教育和安全研究目的的漏洞概念验证(PoC)。 切勿 在未获得设备所有者明确书面同意的情况下使用此脚本。未经授权访问计算机系统在大多数司法管辖区是违法的。 此脚本涉及从备份恢复 iOS 设备,这会导致设备上当前数据全部丢失。 请极度谨慎操作,仅在专用测试设备上使用。 本脚本的作者/提供者对误用或使用本软件造成的任何损害或数据丢失不承担任何责任。使用风险自负。 概述 此 Python 脚本演示了一个(假设的或基于过去漏洞的)漏洞,该漏洞允许从 iOS 设备窃取任意文件。该漏洞在原 PoC 中出于说明目的被引用为“iOS 18...
EUVD-2026-77692
OpenTelemetry, also known as OTel, is a vendor-neutral open source Observability framework for instrumenting, generating, collecting, and exporting telemetry data such as traces, metrics, and logs. Prior to 0.154.0, the Sentry exporter reads the remote OTLP sender-controlled service.name resource...
frida
Frida Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. Learn more at frida.re. Two ways to install 1. Install from prebuilt binaries This is the recommended way to get started. All you need to do is: root@kitploit: pip install frida-tools CLI tools pip...
CVE-2026-90796
A vulnerability was identified in itsourcecode Leave Management System 1.0. This affects an unknown function of the file /module/company/index.php. The manipulation of the argument ID leads to sql injection. The attack can be initiated remotely. The exploit is publicly available and might be used...
CVE-2026-55416
Pimcore is an Open Source Data & Experience Management Platform. Prior to 11.5.19, 12.3.10, and 2026.1.6, an authenticated user with reportsconfig permission can place attacker-controlled SQL fragments in the sql, from, where, and groupby fields of a Custom Reports configuration processed by...
CVE-2020-8816
CVE-2020-8816 Un script de Python para explotar CVE-2020-8816, una vulnerabilidad de ejecución remota de código en Pi-hole. Este script utiliza las técnicas encontradas por François Renaud-Philippon para lograr la ejecución remota de código en un Pi-hole que ejecute una versión de la interfaz web...
CVE-2019-11043
CVE-2019-11043 针对CVE-2019-11043的Python利用脚本 root@kitploit: You can use build environment from https://github.com/vulhub/vulhub/tree/master/php/CVE-2019-11043 用法: root@kitploit: python3 main.py -u http://iptopage/index.php 如果成功,你会看到: root@kitploit: Base status code is 200 qsl:1760 with status code...
fish-live-in-trees
Los peces viven en los árboles Inyección de Contexto en Tiempo de Ejecución para la Alineación de LLM en Producción RACI Autor: Sean Kavanagh Fecha: 2026-02-16 Entorno: Gemini 3 Flash Nivel gratuito - Interfaz Pública de Producción Tipo de Exploit: Giro Contextual Precisión Factual → Autenticidad...
gpblib
GPBLib GPBLib contiene el código común utilizado por los proyectos GroupPolicyBackdoor, OUned y GPOddity para las manipulaciones de GPO. La migración de las herramientas al uso de la presente librería aún está en curso...
NimExec
NimExec 基本上,NimExec 是一种无文件远程命令执行工具,它使用服务控制管理器远程协议(MS-SCMR)。它更改由 LocalSystem 运行的随机或指定服务的二进制路径,以在目标上执行给定命令,之后通过手工构造的 RPC 数据包(而非 WinAPI 调用)恢复原路径。它通过 SMB2 和 svcctl 命名管道发送这些数据包。 NimExec 需要一个 NTLM 哈希来向目标机器进行身份验证,然后通过手工构造的数据包,使用 NTLM 身份验证方法完成此认证过程。 由于所有必要的网络数据包都是手动构造的,并且没有使用特定于操作系统的函数,因此利用 Nim...
EUVD-2026-77636
Pimcore is an Open Source Data & Experience Management Platform. Prior to 11.5.19, 12.3.10, and 2026.1.6, an authenticated user with reportsconfig permission can place attacker-controlled SQL fragments in the sql, from, where, and groupby fields of a Custom Reports configuration processed by...