
A curated collection of in-depth vulnerability writeups covering real-world security incidents in the software ecosystem. Each entry includes a full technical analysis, proof-of-concept, IOC listing, and remediation guidance.
Purpose: Educational reference and portfolio. All PoC code is for detection and research only.
| # | Vulnerability | Type | Severity | Date | Status |
|---|---|---|---|---|---|
| 005 | MOVEIT Transfer Vulnerability (CVE-2023-34362) | Zero-day SQL Injection | 🔴 Critical | May 31, 2023 | 🚧 In Progress |
Each entry follows a consistent format:
moveit-transfer-cve-2023-34362/
├── README.md # Project overview
├── analysis.md # Full writeup
├── references.md # Cited sources
└── poc/ # Detection & PoC scripts
│
├── scan_moveit_iocs.ps1
│
├── reconstruct_timeline.py
│
└── sqli_param_demo.py
The writeup covers:
Maintained by @horrister