Share
## 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)*