Opened 19 years ago
Closed 19 years ago
#1876 closed defect (fixed)
Security vulnerability in Xorg-6.9.0
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | 6.2.0 |
Component: | BOOK | Version: | SVN |
Severity: | major | Keywords: | security |
Cc: |
Description ¶
As posted by Ag Hatzim on blfs-dev:
In addition and relative to this issue,a vulnerability has been found in the X.Org server [1],because the Xorg server is installed setuid root. The 1.0.2 release is not vulnerable,however the patch for 6.9.0 [2] should be put in the book.
Note:
See TracTickets
for help on using tickets.
This sed accomplishes the same as the patch:
sed -i 's/geteuid /geteuid() /' programs/Xserver/hw/xfree86/common/xf86Init.c
I will apply this to the book.