Sploitus

Exploit for SQL Injection in Progress Moveit Cloud

githubexploit Β· 2026-06-06

Exploit Code

README46 lines
## 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)*