Date: Tue, 26 Sep 2017 18:14:30 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450688 - head/security/vuxml Message-ID: <201709261814.v8QIEVk7080394@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Sep 26 18:14:30 2017 New Revision: 450688 URL: https://svnweb.freebsd.org/changeset/ports/450688 Log: Document libbson issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 26 18:08:33 2017 (r450687) +++ head/security/vuxml/vuln.xml Tue Sep 26 18:14:30 2017 (r450688) @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="10214bda-0902-4e3b-a2f9-9a68ef206a73"> + <topic>libbson -- Denial of Service</topic> + <affects> + <package> + <name>libbson</name> + <range><lt>1.8.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>mongodb developers report:</p> + <blockquote cite="http://www.securityfocus.com/bid/100825"> + <p>In MongoDB libbson 1.7.0, the bson_iter_codewscope function in bson-iter.c miscalculates a bson_utf8_validate length argument, which allows remote attackers to cause a denial of service (heap-based buffer over-read in the bson_utf8_validate function in bson-utf8.c), as demonstrated by bson-to-json.c.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.securityfocus.com/bid/100825</url> + <url>https://bugzilla.redhat.com/show_bug.cgi?id=1489355</url> + <url>https://bugzilla.redhat.com/show_bug.cgi?id=1489356</url> + <url>https://bugzilla.redhat.com/show_bug.cgi?id=1489362</url> + <cvename>CVE-2017-14227</cvename> + </references> + <dates> + <discovery>2017-9-9</discovery> + <entry>2017-9-26</entry> + </dates> + </vuln> + <vuln vid="eb03d642-6724-472d-b038-f2bf074e1fc8"> <topic>tcpdump -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709261814.v8QIEVk7080394>