Here I am installing #telnetd on Debian in the laboratory... To test CVE-2026-24061.
Here I am installing #telnetd on Debian in the laboratory... To test CVE-2026-24061.
vagrant init debian/bookworm64
vagrant up
vagrant ssh
sudo bash
apt update
apt install inetutils-telnetd=2:2.4-2+deb12u1 inetutils-telnet=2:2.4-2+deb12u1
/etc/inetd.conf to enable telnetdsystemctl restart inetutils-inetdss -tupln | grep :23)Congratulations, you got yourself a system vulnerable to CVE-2026-24061 !
Exploitation is completely trivial...
Any good, legitimate checker around for CVE-2026-24061 ?
Exploitation is trivial, checking for the vulnerability, not so much.
I've successfully tested the PoC in the #SafeBreach Labs GitHub repository. It seems like a good place to start to write a checker (if there isn't a good one).