diff options
author | nectar <nectar@FreeBSD.org> | 2004-09-16 00:31:55 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-09-16 00:31:55 +0800 |
commit | 32476bf1e752a3b835a770845d202e07e49456bc (patch) | |
tree | 0a86004f72f6167d5387515d2e1bfc645d8f95da /security | |
parent | 9e97e362ee882db3901236e71a4442d4d4443873 (diff) | |
download | freebsd-ports-gnome-32476bf1e752a3b835a770845d202e07e49456bc.tar.gz freebsd-ports-gnome-32476bf1e752a3b835a770845d202e07e49456bc.tar.zst freebsd-ports-gnome-32476bf1e752a3b835a770845d202e07e49456bc.zip |
Note CUPS printer queue browser denial-of-service.
Approved by: portmgr
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9e70d3ba4961..648a4d61f2bf 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,30 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="05dcf751-0733-11d9-b45d-000c41e2cdad"> + <topic>cups --- print queue browser denial-of-service</topic> + <affects> + <package> + <name>cups-base</name> + <range><lt>1.1.21</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>If the CUPS server (cupsd) receives a zero-length UDP + message, it will disable its print queue browser service.</p> + </body> + </description> + <references> + <cvename>CAN-2004-0558</cvename> + <url>http://www.cups.org/str.php?L863</url> + </references> + <dates> + <discovery>2004-08-23</discovery> + <entry>2004-09-15</entry> + </dates> + </vuln> + <vuln vid="762d1c6d-0722-11d9-b45d-000c41e2cdad"> <topic>apache --- apr_uri_parse IPv6 address handling vulnerability</topic> <affects> |