
This project demonstrates a proof-of-concept exploit for CVE-2022-30190, also known as "Follina"—a critical remote code execution vulnerability affecting Microsoft Office via the MSDT protocol. The application generates malicious Office documents to illustrate the exploit workflow for educational and research purposes only.
This project demonstrates a proof-of-concept exploit for CVE-2022-30190, also known as "Follina"—a critical remote code execution vulnerability affecting Microsoft Office via the MSDT protocol. The application generates malicious Office documents to illustrate the exploit workflow for educational and research purposes only.
⚠ Warning: This repository is for educational and authorized security research only. Do not use in production or against systems you do not own or have explicit permission to test.
Clone the repository:
git clone https://github.com/yourusername/CVE-2022-30190.git
cd CVE-2022-30190
Build and run with Docker Compose:
docker compose up --build
Access the web interface:

src/main/java — Java source code (Spring Boot application)
src/main/webapp/WEB-INF/jsp — JSP views for the web interface
Dockerfile — Container build instructions
docker-compose.yml — Multi-container orchestration
This project is released under the MIT License.