Date: Fri, 21 Feb 2020 18:46:23 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526641 - head/security/vuxml Message-ID: <202002211846.01LIkNcb079824@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Fri Feb 21 18:46:22 2020 New Revision: 526641 URL: https://svnweb.freebsd.org/changeset/ports/526641 Log: security/vuxml: Document latest WeeChat vulns Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Feb 21 17:57:33 2020 (r526640) +++ head/security/vuxml/vuln.xml Fri Feb 21 18:46:22 2020 (r526641) @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="8e3f1812-54d9-11ea-8d49-d4c9ef517024"> + <topic>WeeChat -- Multiple vulnerabilities</topic> + <affects> + <package> + <name>weechat</name> + <range><lt>2.7.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The WeeChat project reports:</p> + <blockquote cite="https://weechat.org/doc/security/"> + <p>Buffer overflow when receiving a malformed IRC message 324 (channel + mode). (CVE-2020-8955)</p> + <p>Buffer overflow when a new IRC message 005 is received with longer + nick prefixes.</p> + <p>Crash when receiving a malformed IRC message 352 (WHO).</p> + </blockquote> + </body> + </description> + <references> + <url>https://weechat.org/doc/security/</url> + <cvename>CVE-2020-8955</cvename> + </references> + <dates> + <discovery>2020-02-20</discovery> + <entry>2020-02-21</entry> + </dates> + </vuln> + <vuln vid="1cb0af4e-d641-4f99-9432-297a89447a97"> <topic>webkit-gtk3 -- Multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002211846.01LIkNcb079824>