diff options
author | cpm <cpm@FreeBSD.org> | 2018-02-10 04:03:06 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2018-02-10 04:03:06 +0800 |
commit | 7364b8a8b78235e87884a7edb10094fe614b2cf8 (patch) | |
tree | fc7b9bf5caeaf46b165941a1b37dc8316db56461 /security | |
parent | 6e88b2af44d7649115123afba6e9a266eec4ebae (diff) | |
download | freebsd-ports-gnome-7364b8a8b78235e87884a7edb10094fe614b2cf8.tar.gz freebsd-ports-gnome-7364b8a8b78235e87884a7edb10094fe614b2cf8.tar.zst freebsd-ports-gnome-7364b8a8b78235e87884a7edb10094fe614b2cf8.zip |
Document vulnerability in Mpv
PR: 225783
Submitted by: Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Obtained from: https://nvd.nist.gov/vuln/detail/CVE-2018-6360
Security: CVE-2018-6360
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 41b726c28e35..869d9878c95b 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,39 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3ee6e521-0d32-11e8-99b0-d017c2987f9a"> + <topic>mpv -- arbitrary code execution via crafted website</topic> + <affects> + <package> + <name>mpv</name> + <range><le>0.28.0</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>mpv developers report:</p> + <blockquote cite="https://nvd.nist.gov/vuln/detail/CVE-2018-6360"> + <p>mpv through 0.28.0 allows remote attackers to execute arbitrary code + via a crafted web site, because it reads HTML documents containing + VIDEO elements, and accepts arbitrary URLs in a src attribute without + a protocol whitelist in player/lua/ytdl_hook.lua. For example, an + av://lavfi:ladspa=file= URL signifies that the product should call + dlopen on a shared object file located at an arbitrary local pathname. + The issue exists because the product does not consider that youtube-dl + can provide a potentially unsafe URL.</p> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/mpv-player/mpv/issues/5456</url> + <cvename>CVE-2018-6360</cvename> + </references> + <dates> + <discovery>2018-01-28</discovery> + <entry>2018-02-09</entry> + </dates> + </vuln> + <vuln vid="3d0eeef8-0cf9-11e8-99b0-d017c2987f9a"> <topic>Mailman -- Cross-site scripting (XSS) vulnerability in the web UI</topic> <affects> |