diff options
author | remko <remko@FreeBSD.org> | 2006-08-14 04:33:47 +0800 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2006-08-14 04:33:47 +0800 |
commit | 8cfa71a4cfaafaf80b627547de83f8ea93a0df80 (patch) | |
tree | 8a046f47062410f9845ef8b94db8d0a8a06e5803 /security | |
parent | 2a3d026bbf07fd0a5aee708995cc8547f2d1b6ca (diff) | |
download | freebsd-ports-gnome-8cfa71a4cfaafaf80b627547de83f8ea93a0df80.tar.gz freebsd-ports-gnome-8cfa71a4cfaafaf80b627547de83f8ea93a0df80.tar.zst freebsd-ports-gnome-8cfa71a4cfaafaf80b627547de83f8ea93a0df80.zip |
Document x11vnc -- authentication bypass vulnerability.
The 1.1111th commit, yay.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9a09e4d573b2..5911bf9ce599 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,34 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="9dda3ff1-2b02-11db-a6e2-000e0c2e438a"> + <topic>x11vnc -- authentication bypass vulnerability</topic> + <affects> + <package> + <name>x11vnc</name> + <range><lt>0.8.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Ludwig Nussel reports that x11vnc is vulnerable to an + authentication bypass vulnerability. The vulnerability is + caused by an error in auth.c. This could allow a remote + attacker to gain unauthorized and unauthenticated access + to the system.</p> + </body> + </description> + <references> + <bid>18977</bid> + <cvename>CVE-2006-2450</cvename> + <url>http://bugs.debian.org/376824</url> + </references> + <dates> + <discovery>2006-08-08</discovery> + <entry>2006-08-13</entry> + </dates> + </vuln> + <vuln vid="9855ac8e-2aec-11db-a6e2-000e0c2e438a"> <topic>alsaplayer -- multiple vulnerabilities</topic> <affects> |