diff options
author | brnrd <brnrd@FreeBSD.org> | 2017-09-25 19:05:15 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2017-09-25 19:05:15 +0800 |
commit | 0e55af6482de30de261b466b9ef92839436ce616 (patch) | |
tree | 8c2f1417cdb4b00efd1d1872df5d2a7bacd9a0c9 | |
parent | 7c60330bc1a0bddde519b37da18362b2966687e0 (diff) | |
download | freebsd-ports-gnome-0e55af6482de30de261b466b9ef92839436ce616.tar.gz freebsd-ports-gnome-0e55af6482de30de261b466b9ef92839436ce616.tar.zst freebsd-ports-gnome-0e55af6482de30de261b466b9ef92839436ce616.zip |
security/vuxml: Document WeeChat 1.9 vulnerability
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9050f3b3d809..6be4c7b31da2 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,33 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="b63421b6-a1e0-11e7-ac58-b499baebfeaf"> + <topic>weechat -- crash in logger plugin</topic> + <affects> + <package> + <name>weechat</name> + <range><lt>1.9.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>WeeChat reports:</p> + <blockquote cite="https://weechat.org/news/98/20170923-Version-1.9.1-security-release/"> + <p>security problem: a crash can happen in logger plugin when + converting date/time specifiers in file mask.</p> + </blockquote> + </body> + </description> + <references> + <url>https://weechat.org/news/98/20170923-Version-1.9.1-security-release/</url> + <cvename>CVE-2017-14727</cvename> + </references> + <dates> + <discovery>2017-09-23</discovery> + <entry>2017-09-25</entry> + </dates> + </vuln> + <vuln vid="d9e82328-a129-11e7-987e-4f174049b30a"> <topic>perl -- multiple vulnerabilities</topic> <affects> |