diff options
author | feld <feld@FreeBSD.org> | 2017-07-08 22:15:24 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2017-07-08 22:15:24 +0800 |
commit | 342e0edbc4e803948771205335bdbcfbd26fb551 (patch) | |
tree | b3d31f2d6f22ae700bae9b9f2f3f363c5625459d /security | |
parent | 9cddb9c5c1dec133a9292d544208889c7a6bb571 (diff) | |
download | freebsd-ports-gnome-342e0edbc4e803948771205335bdbcfbd26fb551.tar.gz freebsd-ports-gnome-342e0edbc4e803948771205335bdbcfbd26fb551.tar.zst freebsd-ports-gnome-342e0edbc4e803948771205335bdbcfbd26fb551.zip |
Document irssi vulnerabilities
PR: 220544
Security: CVE-2017-10965
Security: CVE-2017-10966
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index f9ae780b81f5..fa6cfc96d4ba 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="31001c6b-63e7-11e7-85aa-a4badb2f4699"> + <topic>irssi -- multiple vulnerabilities</topic> + <affects> + <package> + <name>irssi</name> + <range><lt>1.0.4,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>irssi reports:</p> + <blockquote cite="https://irssi.org/security/irssi_sa_2017_07.txt"> + <p>When receiving messages with invalid time stamps, Irssi + would try to dereference a NULL pointer.</p> + <p>While updating the internal nick list, Irssi may + incorrectly use the GHashTable interface and free the nick while + updating it. This will then result in use-after-free conditions on each + access of the hash table.</p> + </blockquote> + </body> + </description> + <references> + <url>https://irssi.org/security/irssi_sa_2017_07.txt</url> + <cvename>CVE-2017-10965</cvename> + <cvename>CVE-2017-10966</cvename> + <freebsdpr>ports/220544</freebsdpr> + </references> + <dates> + <discovery>2017-07-05</discovery> + <entry>2017-07-08</entry> + </dates> + </vuln> + <vuln vid="b396cf6c-62e6-11e7-9def-b499baebfeaf"> <topic>oniguruma -- multiple vulnerabilities</topic> <affects> |