Share
## https://sploitus.com/exploit?id=89C37BCA-A779-567D-B276-595E44DBB479
# CVE-2023-34362 MOVEit Transfer Vulnerability Analysis

## Project Overview

This repository contains an academic technical analysis of CVE-2023-34362, a critical SQL injection vulnerability affecting MOVEit Transfer.

The project was prepared for CYB625 โ€“ Ethical Hacking & Penetration Testing.

## Important Note

This repository does **not** contain exploit code.  
The code included here is defensive and educational. It demonstrates how suspicious web requests and possible SQL injection indicators can be detected from logs in a SOC-style workflow.

## Repository Structure

```text
paper/
presentation/
visuals/
detection-lab/
```

## Detection Lab

The detection lab contains:

- Sample web access logs
- A Python detection script
- A Sigma-style detection rule
- IOC-style detection logic

## Skills Demonstrated

- Vulnerability analysis
- SQL injection attack-flow understanding
- Trust boundary analysis
- SOC detection engineering
- Log analysis
- Defensive security documentation