Commits on Source (4)
-
Peter Hutterer authored
Misplaced parenthesis caused us to compare the sizeof, not the readlink return value. Signed-off-by:
Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit bd5fe759)
-
Matthieu Herrb authored
Could cause privilege elevation and/or arbitrary files overwrite, when the X server is running with elevated privileges (ie when Xorg is installed with the setuid bit set and started by a non-root user). CVE-2018-14665 Issue reported by Narendra Shinde and Red Hat. Signed-off-by:
Matthieu Herrb <matthieu@herrb.eu> Reviewed-by:
Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by:
Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by:
Adam Jackson <ajax@redhat.com> (cherry picked from commit 50c0cf88)
-
Matthieu Herrb authored
CVE-2018-14665 also made it possible to exploit this to access memory. With -logfile forbidden when running with elevated privileges this is no longer an issue. Signed-off-by:
Matthieu Herrb <matthieu@herrb.eu> Reviewed-by:
Adam Jackson <ajax@redhat.com> (cherry picked from commit 248d164e)
-
Adam Jackson authored
Signed-off-by:
Adam Jackson <ajax@redhat.com>