Share
## https://sploitus.com/exploit?id=5D9C9B64-FF2C-5A17-B8B9-05E6F84071DD
# CVE-2023-27532 - Veeam Backup & Replication Vulnerability

## Vulnerability Description
Veeam Backup & Replication contains a vulnerability that allows encrypted credentials stored in the configuration database to be obtained, allowing attackers to access backup infrastructure hosts.

## Nuclei Template
The template `veeam-cve-2023-27532.yaml` provides comprehensive detection for this vulnerability using multiple detection methods.

## Test Environment Setup

### Using Docker (Recommended)
```bash
# Build the Docker image
docker build -t veeam-cve-test .

# Run the container
docker run -p 8080:8080 -p 9392:9392 -p 9393:9393 -p 9394:9394 veeam-cve-test