diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2016-06-21 08:16:47 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2016-06-21 08:16:47 +0000 |
commit | ed08cac60afe46cbaada7e3fdd0b2b5dd6de2b79 (patch) | |
tree | 4753060a3a34bb74e4ce5665c6c525afe54f4ab2 /security | |
parent | 7244904cd34273b66fc07b9c811cbfade6aa78f6 (diff) | |
download | ports-ed08cac60afe46cbaada7e3fdd0b2b5dd6de2b79.tar.gz ports-ed08cac60afe46cbaada7e3fdd0b2b5dd6de2b79.zip |
Document ftp/wget's HTTP to FTP redirection file name confusion vulnerability
PR: 210420
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Security: CVE-2016-4971
Notes
Notes:
svn path=/head/; revision=417190
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 2f914e6c23a1..62f6ebac0783 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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="6df56c60-3738-11e6-a671-60a44ce6887b"> + <topic>wget -- HTTP to FTP redirection file name confusion vulnerability</topic> + <affects> + <package> + <name>wget</name> + <range><lt>1.16.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Giuseppe Scrivano reports:</p> + <blockquote cite="http://lists.gnu.org/archive/html/info-gnu/2016-06/msg00004.html"> + <p>On a server redirect from HTTP to a FTP resource, wget would trust the + HTTP server and uses the name in the redirected URL as the destination + filename.</p> + </blockquote> + </body> + </description> + <references> + <url>http://lists.gnu.org/archive/html/info-gnu/2016-06/msg00004.html</url> + <cvename>CVE-2016-4971</cvename> + </references> + <dates> + <discovery>2016-06-09</discovery> + <entry>2016-06-21</entry> + </dates> + </vuln> + <vuln vid="1a2aa04f-3718-11e6-b3c8-14dae9d210b8"> <topic>libxslt -- Denial of Service</topic> <affects> |