diff options
author | riggs <riggs@FreeBSD.org> | 2018-12-02 16:39:51 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2018-12-02 16:39:51 +0800 |
commit | 39dcbd5a03e6c6248ba389bc65a652775fad308f (patch) | |
tree | 9d732665efca4e057e841c30093de1f645132999 /security | |
parent | 6ed1c71808e8963bb32dc1b2088a313c79551ac2 (diff) | |
download | freebsd-ports-gnome-39dcbd5a03e6c6248ba389bc65a652775fad308f.tar.gz freebsd-ports-gnome-39dcbd5a03e6c6248ba389bc65a652775fad308f.tar.zst freebsd-ports-gnome-39dcbd5a03e6c6248ba389bc65a652775fad308f.zip |
Document multiple vulnerabilities in net/uniparser
Reported by: sebastian@pipping.org via e-mail
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 53d4e8211e64..64c5016b5f01 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3563fae5-f60c-11e8-b513-5404a68ad561"> + <topic>uriparser -- Multiple vulnerabilities</topic> + <affects> + <package> + <name>uriparser</name> + <range><lt>0.9.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The upstream project reports:</p> + <blockquote cite="https://github.com/uriparser/uriparser/blob/uriparser-0.9.0/ChangeLog"> + <p>* Fixed: Out-of-bounds write in uriComposeQuery* and uriComposeQueryEx* + Commit 864f5d4c127def386dd5cc926ad96934b297f04e + Thanks to Google Autofuzz team for the report!</p> + <p>* Fixed: Detect integer overflow in uriComposeQuery* and uriComposeQueryEx* + Commit f76275d4a91b28d687250525d3a0c5509bbd666f + Thanks to Google Autofuzz team for the report!</p> + <p>* Fixed: Protect uriResetUri* against acting on NULL input + Commit f58c25069cf4a986fe17a80c5b38687e31feb539</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2018-19198</cvename> + <cvename>CVE-2018-19199</cvename> + <cvename>CVE-2018-19200</cvename> + <url>https://github.com/uriparser/uriparser/blob/uriparser-0.9.0/ChangeLog</url> + </references> + <dates> + <discovery>2018-10-27</discovery> + <entry>2018-12-02</entry> + </dates> + </vuln> + <vuln vid="c7b1af20-f34f-11e8-9cde-e0d55e2a8bf9"> <topic>messagelib -- HTML email can open browser window automatically</topic> <affects> |