Lucene search
+L

8151 matches found

Kitploit
Kitploit
added 2026/09/17 6:45 p.m.14 views

Http11Probe

Http11Probe Http11Probe 是一个用于 HTTP/1.1 服务器的合规性和安全性测试工具。它通过原始 TCP 套接字向服务器发送畸形、歧义和超大的请求,并根据 RFC 9110 和 RFC 9112 的实际要求检查服务器的响应。这些是严格的解析器和宽松的解析器开始产生分歧的棘手情况,如裸换行符、过时的行折叠、CL/TE 请求走私、分块帧技巧、超大头部和 NUL 字节。 同样的 215 项测试针对用 12 种语言编写的 41 个参考服务器运行,从 Nginx、Apache、Envoy 到 Kestrel、Gin、Actix,以及 Node、Bun 和 Deno...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 6:07 p.m.15 views

http-request-smuggling

HTTP请求走私检测工具 HTTP请求走私是一种高严重性漏洞,攻击者通过走私模糊的HTTP请求来绕过安全控制并获取未授权访问以执行恶意活动。该漏洞最早于2005年由watchfire发现,随后于2019年8月由James Kettle albinowax重新发现,并在DEF CON 27和Black-Hat USA上展示。要了解更多关于此漏洞的信息,可以参考他在Portswigger网站上记录详尽的研究博客。因此,此安全工具的思路是针对给定主机检测HRS漏洞,检测基于时间延迟技术与给定的排列组合。要了解更多关于此工具的信息,我强烈建议阅读我关于此工具的博客文章。 技术概述...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 6:07 p.m.338 views

http-request-smuggling

HTTP Request Smuggling Detection Tool HTTP request smuggling is a high severity vulnerability which is a technique where an attacker smuggles an ambiguous HTTP request to bypass security controls and gain unauthorized access to performs malicious activities, the vulnerability was discovered back ...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 5:17 p.m.8 views

HTTP3ONSTEROIDS

目录 漏洞描述 源码审查 实验环境搭建 识别问题 参考 漏洞描述 HAProxy 的 HTTP/3 实现未能阻止格式错误的 HTTP 头部字段名 ,并且当部署在错误处理此格式错误头部的前端服务器之前时 ,可能被用于发起 HTTP 请求/响应走私攻击。远程攻击者可能篡改合法用户的请求。因此,攻击者可能获取敏感信息或造成拒绝服务 DoS 状况。 https://jvn.jp/en/jp/JVN38170084/ 源码审查 在开始任何 CVE 研究之前,一个非常好的方法是先阅读漏洞描述,然后检查补丁提交是否可用。 就我而言,补丁提交是可用的,很明显 HAProxy 的开发人员在 HTTP3 实...

5.7AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/17 4:11 p.m.12 views

CVE-2021-40346-POC

CVE-2021-40346-POC CVE-2021-40346 desbordamiento de enteros permite contrabando HTTP Desbordamiento de enteros que permite contrabando HTTP Análisis en chino: Análisis de la vulnerabilidad de contrabando de solicitudes de HAProxy CVE-2021-40346 Referencia:...

7.5CVSS7.9AI score0.57934EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/17 3:20 p.m.10 views

CLZero

CLZero 一个用于模糊测试 HTTP/1.1 CL.0 请求走私攻击向量的项目。 关于 感谢 @albinowax、@defparam 和 @d3d,否则这个工具不会存在。受工具 Smuggler 启发,所有攻击手法改编自 Smuggler 和 https://portswigger.net/research/how-to-turn-security-research-into-profit...

6AI score
SaveExploits0References2
NVD
NVD
added 2026/09/17 3:16 p.m.3 views

CVE-2026-85078

Sanic is an opensource python web server/framework. In version 25.12.0, Sanic's core HTTP/1.1 chunked-body handling does not fully consume the trailer-part after the terminating zero chunk before reusing the keep-alive connection buffer. A remote unauthenticated client can place attacker-controll...

6.5CVSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/09/17 3:06 p.m.3 views

CVE-2026-85078

A flaw was found in Sanic, an open-source Python web server/framework. A remote, unauthenticated attacker can exploit incomplete handling of HTTP/1.1 chunked-body requests. By injecting malicious data into the request's trailer section, the attacker can cause Sanic to process a hidden second...

8.2CVSS
SaveExploits0References11
Github Security Blog
Github Security Blog
added 2026/09/17 2:59 p.m.4 views

sanic chunked trailer request smuggling allows hidden second request execution

Description Sanic's HTTP/1.1 chunked-body handling does not fully consume the trailer-part after the terminating 0\r\n chunk. Because of that, attacker-controlled bytes left in the connection buffer after the first chunked request can be interpreted as the start of a new HTTP request on the same...

6.5CVSS
SaveExploits0References9Affected Software1
Kitploit
Kitploit
added 2026/09/17 2:35 p.m.10 views

cve-2026-69243-poc-aiohttp-smuggling

CVE-2026-69243 — Contrabando de solicitudes en aiohttp CWE-444 Contrabando de solicitudes mediante una actualización WebSocket rechazada en aiohttp O compila la versión en Rust cero dependencias, solo std: root@kitploit: git clone https://github.com/JVBotelho/cve-2026-69243-poc-aiohttp-smuggling ...

6.3CVSS6.6AI score0.00431EPSS
SaveExploits1
Cvelist
Cvelist
added 2026/09/17 2:28 p.m.8 views

CVE-2026-85078 sanic chunked trailer request smuggling allows hidden second request execution

Sanic is an opensource python web server/framework. In version 25.12.0, Sanic's core HTTP/1.1 chunked-body handling does not fully consume the trailer-part after the terminating zero chunk before reusing the keep-alive connection buffer. A remote unauthenticated client can place attacker-controll...

6.5CVSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/17 2:28 p.m.4 views

EUVD-2026-81577

Sanic is an opensource python web server/framework. In version 25.12.0, Sanic's core HTTP/1.1 chunked-body handling does not fully consume the trailer-part after the terminating zero chunk before reusing the keep-alive connection buffer. A remote unauthenticated client can place attacker-controll...

6.5CVSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 2:28 p.m.7 views

CVE-2026-85078

Sanic is an open-source Python web server/framework. In version 25.12.0 , its core HTTP/1.1 chunked-body handling fails to fully consume the trailer portion after the terminating zero chunk before reusing the keep-alive connection buffer. A remote unauthenticated client can place attacker-control...

6.5CVSS
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/17 1:00 p.m.37 views

http-request-smuggler

HTTP 请求走私检测工具 该 Burp Suite 扩展程序能够自动检测并利用 HTTP 请求走私 漏洞,采用由 PortSwigger 研究员 James Kettle 开发的高级去同步技术。它支持对 HTTP/1.1 和 HTTP/2 降级去同步漏洞、客户端去同步以及连接状态攻击进行全面扫描。 2025 年发布的 3.0 版本新增了解析器差异检测功能,可绕过广泛部署的去同步防御措施,从而显著提升有效性。有关此功能的更多信息,请参阅白皮书 HTTP/1.1 Must Die: The Desync Endgame。 该工具完全兼容 Burp Suite DAST、Profession...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/17 12:37 p.m.10 views

smugglex

Escáner de contrabando de peticiones HTTP impulsado por Rust. Descripción general Smugglex es una herramienta de pruebas de seguridad que detecta vulnerabilidades de contrabando de peticiones HTTP en aplicaciones web. Prueba ataques de contrabando CL.TE, TE.CL, TE.TE, H2C y H2, y — en objetivos...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/17 12:23 p.m.6 views

CVE-2025-55315-PoC-Exploit

Herramienta de Pentest CVE-2025-55315 Herramienta de explotación de contrabando de solicitudes HTTP para ASP.NET Core Kestrel ⚠️ ADVERTENCIA LEGAL ¡ESTA HERRAMIENTA ES SOLO PARA PRUEBAS DE SEGURIDAD AUTORIZADAS! Úsela SOLO en sistemas que posea o para los que tenga autorización explícita por...

9.9CVSS8.1AI score0.65943EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/17 10:00 a.m.11 views

CVE-2024-40725-CVE-2024-40898

🚨Alerta🚨Vulnerabilidad de Apache 🚨Alerta🚨Aviso de Seguridad: CVE-2024-40725 y CVE-2024-40898🚨Alerta🚨 CVE-2024-40725 Descripción: CVE-2024-40725 es una vulnerabilidad de alta severidad encontrada en Apache HTTP Server versiones 2.4.0 a 2.4.61. Esta vulnerabilidad afecta al módulo modproxy. Cuando ...

9.1CVSS6.5AI score0.04168EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/17 9:51 a.m.7 views

CVE-2026-66752-HTTP-Request-Smuggling-via-Unparsed-Transfer-Encoding-Values-tiny_http-

Aviso de Seguridad: Contrabando de peticiones HTTP mediante valores Transfer-Encoding no analizados tinyhttp ID de CVE asignado: CVE-2026-66752 Resumen tinyhttp solo comprueba si hay una cabecera Transfer-Encoding. Nunca examina su valor. Cualquier valor, incluidos codings que no son chunked y...

6.3CVSS5.9AI score0.00237EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/17 9:49 a.m.14 views

smuggler

root@kitploit: / | | | | \ | | | | |/ |/ | || |/ | | | || | | | || | | /||||/ \ |\ || | @defparam Smuggler Una herramienta de prueba de HTTP Request Smuggling / Desync escrita en Python 3 Agradecimientos Un agradecimiento especial a James Kettle por su investigación y métodos sobre...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 9:11 a.m.7 views

CVE-2023-25690_lab

HTTP Request Smuggling via Apache proxy Configuración del entorno Infraestructura...

9.8CVSS7.5AI score0.84508EPSS
SaveExploits5
Rows per page
Query Builder