diff options
author | lesi <lesi@FreeBSD.org> | 2006-03-21 17:05:15 +0000 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2006-03-21 17:05:15 +0000 |
commit | 63868019dfc1471e3349c22f391fa944dc99219f (patch) | |
tree | 584b9113d6507476af92a36df357dc4c9829feeb /security/vuxml | |
parent | cca31b3d6c9cc2d6f15d94c67374bce08807752a (diff) | |
download | FreeBSD-ports-63868019dfc1471e3349c22f391fa944dc99219f.zip FreeBSD-ports-63868019dfc1471e3349c22f391fa944dc99219f.tar.gz |
xorg-server -- privilege escalation
Reviewed by: simon
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9a93126..35453cc 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,36 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="61534682-b8f4-11da-8e62-000e0c33c2dc"> + <topic>xorg-server -- privilege escalation</topic> + <affects> + <package> + <name>xorg-server</name> + <range><eq>6.9.0</eq></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Daniel Stone of X.Org reports:</p> + <blockquote cite="http://lists.freedesktop.org/archives/xorg/2006-March/013992.html"> + <p>During the analysis of results from the Coverity code review + of X.Org, we discovered a flaw in the server that allows local + users to execute arbitrary code with root privileges, or cause + a denial of service by overwriting files on the system, again + with root privileges.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2006-0745</cvename> + <url>https://bugs.freedesktop.org/show_bug.cgi?id=6213</url> + </references> + <dates> + <discovery>2006-03-20</discovery> + <entry>2006-03-21</entry> + </dates> + </vuln> + <vuln vid="b62c80c2-b81a-11da-bec5-00123ffe8333"> <topic>heimdal -- Multiple vulnerabilities</topic> <affects> |