The debian-private mailing list leak, part 1. Volunteers have complained about Blackmail. Lynchings. Character assassination. Defamation. Cyberbullying. Volunteers who gave many years of their lives are picked out at random for cruel social experiments. The former DPL's girlfriend Molly de Blanc is given volunteers to experiment on for her crazy talks. These volunteers never consented to be used like lab rats. We don't either. debian-private can no longer be a safe space for the cabal. Let these monsters have nowhere to hide. Volunteers are not disposable. We stand with the victims.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

netstd - bad security hole in rlogin



-----BEGIN PGP SIGNED MESSAGE-----

The patch below (to netstd 2.05-1) fixes a bad security hole in rlogin.

Unfortunately the netstd source package is too byzantine for me to be
able to figure out - in particular, I haven't been able to generate a
new diff.

I have put my modified source tarfile and the i386 .deb file (which
I've called version 2.05-1.1) on chiark.chu.cam.ac.uk, in /users/ian.

I'm not sure what to do now.  We need to distribute these binaries as
soon as possible, in buzz-fixed, but I can't (and don't know how) to
generate an updated diff.

I'd appreciate it if someone else would take it from here.  Feel free
to put my binary in the distribution.

Ian.

873a129c32083911c602ec36da4934ac  netstd-2.05-1.1.i386.deb
2d6b053829c732d16ca2176d54180b6f  netstd_2.05-1.1.tar.gz

 --- rlogin/rlogin.c~	Sat Apr 16 21:43:23 1994
 +++ rlogin/rlogin.c	Wed Jul 31 14:27:38 1996
 @@ -273,7 +273,8 @@
                 exit(1);
         }

 -	(void)strcpy(term, (p = getenv("TERM")) ? p : "network");
 +	term[sizeof(term)-50]= 0;
 +	(void)strncpy(term, (p = getenv("TERM")) ? p : "network", sizeof(term)-50);
         if (ioctl(0, TIOCGETP, &ttyb) == 0) {
                 (void)strcat(term, "/");
                 (void)strcat(term, speeds[ttyb.sg_ospeed]);

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2i

iQCVAwUBMf9qHMMWjroj9a3bAQEGIQP/Yqyv6wNKQmR5ip/ajVYhHGY/foJS671O
I8Vk17O8muEexrHsEoZdxEJaDM1SJtsWP1X3ZlYo0ZZoxOAYUah6XprxMDIQ7hgF
k4dQjInyeG3nvUEtImC9mkPseXW7EVrMxKLRLZXsUd4icwjAcLuIkfiGkxNbr7T0
GKnKHZEFh3U=
=neTW
-----END PGP SIGNATURE-----