POC详情: ab0ddd3225916c489d6ee838a73c6da950ca6f2e

来源
关联漏洞
标题: Microsoft ASP.NET Core 环境问题漏洞 (CVE-2025-55315)
描述:Microsoft ASP.NET Core是美国微软(Microsoft)公司的一框跨平台开源框架。该框架用于构建Web应用、物联网应用和移动后端等基于云的应用程序。 Microsoft ASP.NET Core存在环境问题漏洞,该漏洞源于攻击者利用该漏洞可以绕过某些功能。
描述
Quick and Simple Scripts to Scan for Vulnerable Servers and Packet Level Monitors
介绍

# CVE-2025-55315 Vulnerability Scanner and TLS Proxy

This repository contains tools to detect and monitor ASP.NET Core applications vulnerable to CVE-2025-55315, which involves HTTP request smuggling due to conflicting HTTP headers.

## Tools Included

### 1. Python Vulnerability Scanner (`CVE-2025-55315_check.py`)
Scans a list of URLs and checks the `Server` HTTP header for known vulnerable ASP.NET Core versions.

#### Usage
```bash
pip install requests
python CVE-2025-55315_check.py
```

### 2. Go TLS Proxy Monitor (`tls_proxy_cve_monitor.go`)
Acts as a TLS proxy to inspect decrypted HTTPS traffic for conflicting `Content-Length` and `Transfer-Encoding: chunked` headers.

#### Setup
Generate a self-signed TLS certificate:
```bash
openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -days 365 -nodes
```

#### Run the proxy
```bash
sudo go run tls_proxy_cve_monitor.go
```

## Output
- Python scanner logs results to `aspnet_vulnerability_scan_results.json`
- Go proxy logs suspicious HTTPS requests to the console

## Disclaimer
These tools are for educational and authorized security testing purposes only. Do not use them on systems without explicit permission.
文件快照

[4.0K] /data/pocs/ab0ddd3225916c489d6ee838a73c6da950ca6f2e ├── [1.7K] CVE-2025-55315_check.py ├── [1.1K] CVE-2025-55315_HTTP_Sniffer.go ├── [1.2K] CVE-2025-55315_TLS_Proxy_Monitor.go └── [1.2K] README.md 0 directories, 4 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。