Skip to content

SafeBreach-Labs/CVE-2026-24061

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2026-24061 Telnet RCE Exploit - By SafeBreach Labs

This script exploits the CVE-2026-24061 vulnerability in Telnet servers using a malformed USER environment variable.

Usage

Run the script with a target host:

python telnet_rce.py <host> [-p <port>]

Arguments

  • host: Target IP address or hostname (required)
  • -p, --port: Target port (default: 23)

Example

python telnet_rce.py 192.168.1.100
python telnet_rce.py example.com -p 23

About

Exploitation of CVE-2026-24061

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages