diff options
author | vd <vd@FreeBSD.org> | 2018-05-10 00:15:24 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2018-05-10 00:15:24 +0800 |
commit | 9194398e76a1331b1621d0dd3b46648b90869d53 (patch) | |
tree | 6ad4309ac824268f742507702ef1b460519d998a /security | |
parent | c5c22d5566d4d8238123887dca17a1612279ace8 (diff) | |
download | freebsd-ports-gnome-9194398e76a1331b1621d0dd3b46648b90869d53.tar.gz freebsd-ports-gnome-9194398e76a1331b1621d0dd3b46648b90869d53.tar.zst freebsd-ports-gnome-9194398e76a1331b1621d0dd3b46648b90869d53.zip |
Document ftp/wget's cookie injection vulnerability
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
MFH: 2018Q2
Security: CVE-2018-0494
Diffstat (limited to 'security')
-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 fe6f16d79a63..3dff4de4e8bc 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="7b5a8e3b-52cc-11e8-8c7a-9c5c8e75236a"> + <topic>wget -- cookie injection vulnerability</topic> + <affects> + <package> + <name>wget</name> + <range><lt>1.19.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Harry Sintonen of F-Secure Corporation reports:</p> + <blockquote cite="https://sintonen.fi/advisories/gnu-wget-cookie-injection.txt"> + <p>GNU Wget is susceptible to a malicious web server injecting arbitrary cookies to the cookie jar file.</p> + </blockquote> + </body> + </description> + <references> + <url>https://sintonen.fi/advisories/gnu-wget-cookie-injection.txt</url> + <cvename>CVE-2018-0494</cvename> + <freebsdpr>ports/228071</freebsdpr> + </references> + <dates> + <discovery>2018-04-26</discovery> + <entry>2018-05-08</entry> + </dates> + </vuln> + <vuln vid="9558d49c-534c-11e8-8177-d43d7ef03aa6"> <topic>Flash Player -- arbitrary code execution</topic> <affects> |