diff options
author | zi <zi@FreeBSD.org> | 2017-06-08 08:24:48 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2017-06-08 08:24:48 +0800 |
commit | 86462af0c9f9d931d623b77e2ed363f809fb38ea (patch) | |
tree | b9f0cf4c1ee00b30f60bc6c2adab0397e71d58b0 /security | |
parent | d9f46b02df90e104bf82ef585ca173dd42e17daa (diff) | |
download | freebsd-ports-gnome-86462af0c9f9d931d623b77e2ed363f809fb38ea.tar.gz freebsd-ports-gnome-86462af0c9f9d931d623b77e2ed363f809fb38ea.tar.zst freebsd-ports-gnome-86462af0c9f9d931d623b77e2ed363f809fb38ea.zip |
- Document remote DoS in irc/irssi
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7e77b0423d16..83628889abf0 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,37 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="165e8951-4be0-11e7-a539-0050569f7e80"> + <topic>irssi -- remote DoS</topic> + <affects> + <package> + <name>irssi</name> + <range><lt>1.0.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Joseph Bisch reports:</p> + <blockquote cite="https://irssi.org/security/irssi_sa_2017_06.txt"> + <p>When receiving a DCC message without source nick/host, Irssi would + attempt to dereference a NULL pointer.</p> + <p>When receiving certain incorrectly quoted DCC files, Irssi would + try to find the terminating quote one byte before the allocated + memory.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2017-9468</cvename> + <cvename>CVE-2017-9469</cvename> + <url>https://irssi.org/security/irssi_sa_2017_06.txt</url> + </references> + <dates> + <discovery>2017-06-06</discovery> + <entry>2017-06-08</entry> + </dates> + </vuln> + <vuln vid="52f4b48b-4ac3-11e7-99aa-e8e0b747a45a"> <topic>chromium -- multiple vulnerabilities</topic> <affects> |