home.social

#cve_2026_24061 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cve_2026_24061, aggregated by home.social.

  1. 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).

    github.com/SafeBreach-Labs/CVE

    #CVE_2026_24061 #telnetd #vulnerability

  2. Any good, legitimate checker around for CVE-2026-24061 ?

    Exploitation is trivial, checking for the vulnerability, not so much.

    #CVE_2026_24061 #telnetd #vulnerability

  3. 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
    1. Edit /etc/inetd.conf to enable telnetd
    2. systemctl restart inetutils-inetd
    3. Check telnet is running (ss -tupln | grep :23)

    Congratulations, you got yourself a system vulnerable to CVE-2026-24061 !

    #CVE_2026_24061 #telnetd #vulnerability

  4. Here I am installing #telnetd on Debian in the laboratory... To test CVE-2026-24061.

    #CVE_2026_24061