Share
## https://sploitus.com/exploit?id=46FEC0FF-DF83-53B1-837F-D6A1F82DA04D
# CVE-2025-68613 Local n8n Lab

This repository provides a simple Docker Compose setup that runs a vulnerable n8n instance for local testing of CVE-2025-68613.

## Requirements

- Docker Desktop or Docker Engine
- Docker Compose v2

## Quick start

1. Start the container:

   ```bash
   docker compose up -d
   ```

2. Open n8n in your browser:

   - http://localhost:5678

3. Log in with the default credentials set in `docker-compose.yml`:

   - Username: `admin`
   - Password: `password`

## Stop and clean up

```bash
docker compose down
```

## Disclaimer and safety

This environment is for **local, isolated testing only**. Do not expose this instance to the public internet or any untrusted network. Keep it on a private, local-only network segment and separate from production systems. Use at your own risk.