## https://sploitus.com/exploit?id=3DF1045B-9B9F-5637-A194-0B386DD874CC
# ๐ Vulnerability Research
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.
---
## Index
| # | Vulnerability | Type | Severity | Date | Status |
|---|---------------|------|----------|------|--------|
| 005 | [MOVEIT Transfer Vulnerability (CVE-2023-34362)](./../../../moveit-transfer-cve-2023-34362/blob/main/analysis.md/) | Zero-day SQL Injection | ๐ด Critical | May 31, 2023| ๐ง In Progress |
---
## Structure
Each entry follows a consistent format:
```
moveit-transfer-cve-2023-34362/
โโโ README.md # full writeup
โโโ references.md # references
โโโ poc/ # poc scripts
โ
โโโ
โ
โโโ
โ
โโโ
```
## Methodology
The writeup covers:
- **Root cause** โ what actually broke and how
- **Attack timeline** โ pre-staging, execution, discovery, remediation
- **Technical deep-dive** โ deobfuscated payloads, attack chain, IOCs
- **PoC** โ reproduction or detection scripts
- **Lessons learned** โ systemic issues and mitigations
---
*Maintained by [@horrister](https://github.com/horrister)*