Share
## https://sploitus.com/exploit?id=717AF07F-3B2B-5C88-812F-BD29799DFAC0
# CVE-2026-24061 Vulnerable Lab
> โ ๏ธ **WARNING**: Intentionally vulnerable environment. Do NOT expose to untrusted networks.
## Overview
Vulnerable GNU InetUtils `telnetd` (v2.5) for testing **CVE-2026-24061** - authentication bypass via argument injection.
## Quick Start
```bash
# Build
sudo docker compose up -d
# Test connection
telnet 127.0.0.1
#exploitation
python3 exploit.py 127.0.0.1
```
## Test Accounts
| User | Password |
|------|----------|
| testuser | password |
| root | toor |
## Vulnerability Info
| Field | Value |
|-------|-------|
| CVE | CVE-2026-24061 |
| Affected | GNU InetUtils telnetd โค 2.7 |
| Type | Authentication Bypass (CWE-88) |
| Impact | Remote root access |
|> source : https://www.safebreach.com/blog/safebreach-labs-root-cause-analysis-and-poc-exploit-for-cve-2026-24061/