Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1110 CNY

100%

CVE-2025-55315 PoC — ASP.NET Security Feature Bypass Vulnerability

Source
Associated Vulnerability
Title:ASP.NET Security Feature Bypass Vulnerability (CVE-2025-55315)
Description:Inconsistent interpretation of http requests ('http request/response smuggling') in ASP.NET Core allows an authorized attacker to bypass a security feature over a network.
Description
Quick and Simple Scripts to Scan for Vulnerable Servers and Packet Level Monitors
Readme

# 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.
File Snapshot

[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 1 directory, 4 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →