Share
## https://sploitus.com/exploit?id=46AE9240-F050-5E98-9461-C1BECA110931
# CVE Proof of Concepts (cve-pocs)

A collection of **Proof of Concept (PoC) exploits** for known CVEs that I encountered while practicing on security challenges and labs.

> **Disclaimer**  
> I did **not discover** these vulnerabilities.  
> All CVEs documented here are publicly known and are used strictly for **learning, research, and defensive understanding**.

---

## Purpose of This Repository

This repository exists to:

- Practice **real-world vulnerability analysis**
- Improve understanding of **root causes**, not just exploitation
- Document **step-by-step PoCs** with clear explanations
- Build a personal reference for future pentesting work

Each PoC focuses on:
- *Why* the vulnerability exists
- *How* it can be exploited
- *What* security mistake was made

---

## Repository Structure

Each CVE has its own directory:

```text
cve-pocs/
โ”œโ”€โ”€ CVE-XXXX-YYYY/
โ”‚   โ”œโ”€โ”€ README.md        # How to run and use the PoC
โ”‚   โ”œโ”€โ”€ poc.py           # Proof of Concept exploit
```