#cve_2026_24061 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #cve_2026_24061, aggregated by home.social.
-
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).
-
Any good, legitimate checker around for CVE-2026-24061 ?
Exploitation is trivial, checking for the vulnerability, not so much.
-
Exploitation is completely trivial...
-
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- Edit
/etc/inetd.confto enabletelnetd systemctl restart inetutils-inetd- Check telnet is running (
ss -tupln | grep :23)
Congratulations, you got yourself a system vulnerable to CVE-2026-24061 !
- Edit
-
Here I am installing #telnetd on Debian in the laboratory... To test CVE-2026-24061.