diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-13 02:27:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-13 02:27:39 +0800 |
commit | 827f36a4d90c9f22a54a809603db3a520b57307b (patch) | |
tree | fbc0ef05bb491e0e4ae946830e6063c58134208f /security | |
parent | 71e686885cb18eb1de42e3c883ecf2d258eef173 (diff) | |
download | freebsd-ports-gnome-827f36a4d90c9f22a54a809603db3a520b57307b.tar.gz freebsd-ports-gnome-827f36a4d90c9f22a54a809603db3a520b57307b.tar.zst freebsd-ports-gnome-827f36a4d90c9f22a54a809603db3a520b57307b.zip |
- Document cups -- Incomplete SSL Negotiation Denial of Service.
Reviewed by: simon@
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 004665eb35c4..361031ce5590 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,35 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="39988ee8-1918-11dc-b6bd-0016179b2dd5"> + <topic>cups -- Incomplete SSL Negotiation Denial of Service</topic> + <affects> + <package> + <name>cups-base</name> + <range><lt>1.2.11</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/24517/"> + <p>CUPS is not using multiple workers to handle connections. + This can be exploited to stop CUPS from accepting new connections + by starting but never completing an SSL negotiation.</p> + </blockquote> + </body> + </description> + <references> + <url>http://secunia.com/advisories/24517/</url> + <url>http://security.gentoo.org/glsa/glsa-200703-28.xml</url> + <cvename>CVE-2007-0720</cvename> + </references> + <dates> + <discovery>2007-05-05</discovery> + <entry>2007-06-12</entry> + </dates> + </vuln> + <vuln vid="70ae62b0-16b0-11dc-b803-0016179b2dd5"> <topic>c-ares -- DNS Cache Poisoning Vulnerability</topic> <affects> |