## https://sploitus.com/exploit?id=F40AA230-105C-596A-B819-3FB28B55D39C
# CVE POC Collection
Validated Proof-of-Concept exploits for CVEs rated CVSS 7.0+.
Each POC includes:
- Exploit script (`poc.*`) in the most appropriate language
- Vulnerable Docker environment (`Dockerfile.vulnerable`)
- Patched Docker environment (`Dockerfile.patched`)
- One-command validation (`run_test.sh`)
## Quick Start
```bash
cd CVE-XXXX-YYYY/
./run_test.sh
```
## Structure
Each CVE directory is self-contained. Run `./run_test.sh` to:
1. Build the vulnerable container
2. Build the patched container
3. Run the exploit against vulnerable โ should succeed
4. Run the exploit against patched โ should fail
If both conditions pass, the POC is validated.
## Contributing
See individual CVE README files for vulnerability details and affected versions.