diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-04-14 07:43:06 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-04-14 07:43:06 +0000 |
commit | 60315960ceaf8a4650ec0f983ad2dc91530ef93b (patch) | |
tree | 21ee3ad6deab1c3a226217dd8f747775daa4dd6d /security | |
parent | d6572baf02172c46eaf7e16c3731ae0c68232d08 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b905c7f45d09..74e6b703c2b8 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,38 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="2eccb24f-61c0-11e0-b199-0015f2db7bde"> + <topic>xrdb -- root hole via rogue hostname</topic> + <affects> + <package> + <name>xrdb</name> + <range><lt>1.0.6_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Matthias Hopf reports:</p> + <blockquote cite="http://lists.freedesktop.org/archives/xorg-announce/2011-April/001636.html"> + <p>By crafting hostnames with shell escape characters, arbitrary + commands can be executed in a root environment when a display + manager reads in the resource database via xrdb.</p> + <p>These specially crafted hostnames can occur in two environments:</p> + <p>Systems are affected are: systems set their hostname via DHCP, + and the used DHCP client allows setting of hostnames with illegal + characters. And systems that allow remote logins via xdmcp.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2011-0465</cvename> + <url>http://lists.freedesktop.org/archives/xorg-announce/2011-April/001636.html</url> + </references> + <dates> + <discovery>2011-04-05</discovery> + <entry>2011-04-14</entry> + </dates> + </vuln> + <vuln vid="a4372a68-652c-11e0-a25a-00151735203a"> <topic>OTRS -- Several XSS attacks possible</topic> <affects> |