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]

Xfree problem



Hi!

You said earlier that we need reports about problems not affecting us.
Here is one:

Xfree socket permissions

Problem:
The sticky bit is apparently missing from /tmp/.X11-unix in some Linux 
distribution.

Background:
The X display server uses two methods for communication: tcp sockets and
Unix domain sockets. The unix domain sockets are stored in the
/tmp/.X11-unix directory. If the name of those sockets can be altered, a
malicious attacker can eavesdrop on X window traffic, uncovering possibly
sensitive data (passwords, etc).

Vulnerability analisis:
Debian GNU/Linux does not appear to be vulnerable.
However it is recommended to check it by hand with the following command:
	ls -ld /tmp /tmp/.X11-unix
The "good" answer is something along the lines of:
	drwxrwxrwt   4 root     root         2048 Nov 17 11:26 /tmp/
	drwxrwxrwt   2 root     root         1024 Nov 15 23:32 /tmp/.X11-unix/
The main point is the letter 't' at the end of the first word of both lines.
That letter shows that the sticky bit is set.
If it is not the case for you, then you should immediately fix the situation
with the following commands:
	chmod 1777 /tmp /tmp/.X11-unix
And take the steps necessary to ensure your system integrity, as it is
written in http://www.cert.org/pub/recovering.html .

---
GNU GPL: csak tiszta forrásból


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-private-request@lists.debian.org .
Trouble?  e-mail to templin@bucknell.edu .