LatestPoCs is a repository dedicated to providing Proofs of Concept (PoCs) for recently disclosed Common Vulnerabilities and Exposures (CVEs). This repository is meant for educational and research purposes, allowing cybersecurity professionals and enthusiasts to understand the impact of new vulnerabilities and how they may be exploited.
This repository contains Proofs of Concept for newly identified vulnerabilities, helping researchers and security professionals stay updated with the latest CVE exploits. Each PoC is designed to demonstrate the exploitation of the CVE in a controlled, educational context.
-
Clone the Repository
git clone https://github.com/MindPatch/latestpocs.git cd latestpocs
-
Browse Available PoCs: Each PoC is located in its own directory named after the CVE identifier (e.g.,
CVE-2024-XXXX
). -
Follow PoC Instructions: Each PoC directory includes a README with specific details on setup and usage.
Warning: Only use these PoCs in a controlled environment for testing or educational purposes.
latestpocs/
├── CVE-2024-XXXX/
│ ├── README.md # Detailed information and usage instructions
│ ├── exploit.py # Exploit script or PoC
│ └── resources/ # Additional resources (e.g., payloads, screenshots)
├── CVE-2024-YYYY/
│ ├── README.md
│ ├── exploit.py
│ └── resources/
We welcome contributions to keep this repository updated with the latest PoCs for newly discovered CVEs. To contribute:
- Fork the repository and create a new branch.
- Add your PoC in a new directory named after the CVE (e.g.,
CVE-2024-XXXX
). - Include a README in your PoC directory with details on vulnerability context, setup, usage, and references.
- Submit a pull request with your changes.
This repository is intended for educational and research purposes only. Do not use these PoCs in unauthorized environments or for illegal purposes. Misuse of this content is solely the responsibility of the user.
This project is licensed under the MIT License. See the LICENSE file for more details.