[Bug 266719] telnetd crashes if it receives IAC EC at session start
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 266719] telnetd crashes if it receives IAC EC at session start"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 18:41:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266719
--- Comment #2 from Robert Morris <rtm@lcs.mit.edu> ---
Also, if the telnet client sends an authentication name, then a
KRB_FORWARD in an AUTHENTICATE sub-option for Kerberos5 but not
preceded by a KRB_AUTH, the "ticket" global variable is never
initialized, and there's a crash on this line in the server's
libtelnet/kerberos5.c in kerberos5_is()'s "case KRB_FORWARD":
ret = krb5_cc_initialize (context,
ccache,
ticket->client);
--
You are receiving this mail because:
You are the assignee for the bug.