Ssh-2.0-cisco-1.25 Vulnerability Verified

: Attackers can execute arbitrary code on the target system without needing to authenticate first.

While "security by obscurity" isn't a primary defense, you can prevent casual scanning from identifying your exact version. On some platforms, you can customize or suppress parts of the SSH banner via the banner command, though the protocol-level version string (Cisco-1.25) is often hard-coded into the stack. Summary Table Vulnerability Mitigation Security Downgrade Disable ChaCha20-Poly1305 and CBC ciphers. RCE (CVE-2025-32433) Full System Takeover Immediate software update/patching. Weak KEX/Ciphers Data Decryption Update ip ssh settings to use SHA-2 and CTR. ssh-2.0-cisco-1.25 vulnerability

Devices reporting ssh-2.0-cisco-1.25 often default to outdated Key Exchange (Kex) algorithms, such as diffie-hellman-group1-sha1 . This algorithm uses a 768-bit prime modulus, which is computationally feasible to break with sufficient resources (e.g., a nation-state or well-funded attacker). Modern standards require 2048-bit (group14) or higher. : Attackers can execute arbitrary code on the