# ASP.NET 安全功能绕过漏洞
## 概述
ASP.NET Core 存在 HTTP 请求/响应走私漏洞,导致攻击者可以绕过安全机制。
## 影响版本
未明确指定具体受影响的版本,需根据官方通告确认。
## 细节
漏洞源于 ASP.NET Core 对 HTTP 请求的处理存在不一致,攻击者可利用此问题进行 HTTP 请求/响应 smuggling。
## 影响
经过授权的攻击者可通过网络绕过安全防护措施,可能引发进一步的安全问题(如请求劫持、响应篡改等)。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Playground to experiment with different behavior on patched/unpatched Kestrel for the CVE-2025-55315 HTTP smuggling vulnerability | https://github.com/nickcopi/CVE-2025-55315-detection-playground | POC详情 |
| 2 | None | https://github.com/sirredbeard/CVE-2025-55315-repro | POC详情 |
| 3 | None | https://github.com/snowcrashlord/CVE-2025-55315 | POC详情 |
| 4 | None | https://github.com/RootAid/CVE-2025-55315 | POC详情 |
| 5 | None | https://github.com/digitalsnemesis/CVE-2025-55315 | POC详情 |
| 6 | 专业级HTTP请求走私漏洞利用与自动化渗透测试工具 | https://github.com/7huukdlnkjkjba/CVE-2025-55315- | POC详情 |
| 7 | Quick and Simple Scripts to Scan for Vulnerable Servers and Packet Level Monitors | https://github.com/jlinebau/CVE-2025-55315-Scanner-Monitor | POC详情 |
| 8 | None | https://github.com/blackquantas/CVE-2025-55315 | POC详情 |
标题: CVE-2025-55315 - Security Update Guide - Microsoft - ASP.NET Security Feature Bypass Vulnerability -- 🔗来源链接
标签: vendor-advisory
神龙速读暂无评论