## https://sploitus.com/exploit?id=3142B0ED-3DE5-5B77-B06D-29DEE493AE11
# CVEs — Exploits/CVE Identifiers Repository
A collection of proof-of-concept (PoC) exploit scripts for various CVEs (some authored by me, others sourced externally).
Use responsibly and only in legal, authorized contexts.
---
## Table of Contents
- [Scripts](#scripts)
- [Purpose](#purpose)
- [Contribution](#contribution)
- [Ethics & Warning](#ethics--warning)
- [License](#license)
---
## Scripts
- [Middleware Next.js CVE-2025-29927 (identifier)](https://github.com/diogolourencodev/CVEs/blob/main/CVE-2025-29927.py)
## Purpose
This repository aims to centralize exploit proof-of-concept scripts tied to public CVEs (Common Vulnerabilities and Exposures).
It’s primarily for:
- educational purposes (study how exploits are crafted)
- security research & testing in safe environments
- reference / comparison
Do **not** use in unauthorized or malicious settings.
---
## Contribution
I welcome contributions, but please adhere to:
* Only well-documented proof-of-concepts
* Source citation (original reference / CVE database / advisory)
* Clear disclaimers & safety checks
* No destructive or malware payloads
To contribute:
1. Fork this repo
2. Add your exploit script under proper naming
3. Update or add documentation (README, comments)
4. Submit a pull request
I’ll review and merge what’s responsible and clean.
---
## Ethics & Warning
⚠️ Security tools and exploit code can be misused. This repository is intended for **defensive, educational, or authorized testing only**.
* Using exploits against systems without permission is illegal.
* Always obtain authorization before any penetration testing.
* Respect responsible disclosure policies and coordinate with affected parties.
* Use secure, isolated environments (VMs, sandboxes) to avoid collateral damage.
By using or contributing to this repo, you accept responsibility for your actions.
---
## License
This project is licensed under the **MIT License** — see [LICENSE](LICENSE) for details.
---
## Acknowledgments & References
* CVE details from publicly available sources (e.g. MITRE, NVD)
* Security advisories, vendor patches
* Community PoC repositories (with attribution)
---