diff options
author | swills <swills@FreeBSD.org> | 2017-09-27 02:14:30 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-09-27 02:14:30 +0800 |
commit | e7762e34f1b4549430cd967277a10afb70880162 (patch) | |
tree | 6d7059f58b88077035891b84375a5f2eb80fef45 /security | |
parent | 31b146e4f6cec33a047dfca03fd13f2271d5d624 (diff) | |
download | freebsd-ports-gnome-e7762e34f1b4549430cd967277a10afb70880162.tar.gz freebsd-ports-gnome-e7762e34f1b4549430cd967277a10afb70880162.tar.zst freebsd-ports-gnome-e7762e34f1b4549430cd967277a10afb70880162.zip |
Document libbson issue
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 8185a8463100..9b306a3de73a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |