Date: Sat, 18 Mar 2017 13:57:40 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436409 - head/security/vuxml Message-ID: <201703181357.v2IDveAb057640@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Mar 18 13:57:40 2017 New Revision: 436409 URL: https://svnweb.freebsd.org/changeset/ports/436409 Log: Document use-after-free vulnerability in irc/irssi PR: 217878 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Mar 18 13:39:11 2017 (r436408) +++ head/security/vuxml/vuln.xml Sat Mar 18 13:57:40 2017 (r436409) @@ -58,6 +58,34 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="06f931c0-0be0-11e7-b4bf-5404a68ad561"> + <topic>irssi -- use-after-free potential code execution</topic> + <affects> + <package> + <name>irssi</name> + <range><gt>0.8.21,1</gt><lt>1.0.2,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The irssi project reports:</p> + <blockquote cite="https://irssi.org/security/irssi_sa_2017_03.txt"> + <p>Use after free while producing list of netjoins (CWE-416). + This issue was found and reported to us by APic. + This issue usually leads to segmentation faults. + Targeted code execution should be difficult.</p> + </blockquote> + </body> + </description> + <references> + <url>https://irssi.org/security/irssi_sa_2017_03.txt</url> + </references> + <dates> + <discovery>2017-03-11</discovery> + <entry>2017-03-18</entry> + </dates> + </vuln> + <vuln vid="7c27192f-0bc3-11e7-9940-b499baebfeaf"> <topic>mysql -- denial of service vulnerability</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703181357.v2IDveAb057640>