Date: Wed, 22 Aug 2018 20:32:50 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477823 - head/security/vuxml Message-ID: <201808222032.w7MKWoW9095587@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Wed Aug 22 20:32:50 2018 New Revision: 477823 URL: https://svnweb.freebsd.org/changeset/ports/477823 Log: Document the latest phpMyAdmin security advisory PMASA-2018-5 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Aug 22 20:32:03 2018 (r477822) +++ head/security/vuxml/vuln.xml Wed Aug 22 20:32:50 2018 (r477823) @@ -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="9e205ef5-a649-11e8-b1f6-6805ca0b3d42"> + <topic>phpmyadmin -- XSS in the import dialog</topic> + <affects> + <package> + <name>phpmyadmin</name> + <range><lt>4.8.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The phpMyAdmin development team reports:</p> + <blockquote cite="https://www.phpmyadmin.net/security/PMASA-2018-5/"> + <h3>Description</h3> + <p>A Cross-Site Scripting vulnerability was found in the + file import feature, where an attacker can deliver a payload + to a user through importing a specially-crafted file.</p> + <h3>Severity</h3> + <p>We consider this attack to be of moderate severity.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.phpmyadmin.net/security/PMASA-2018-5/</url> + <cvename>CVE-2018-15605</cvename> + </references> + <dates> + <discovery>2018-08-21</discovery> + <entry>2018-08-22</entry> + </dates> + </vuln> + <vuln vid="fe99d3ca-a63a-11e8-a7c6-54e1ad3d6335"> <topic>libX11 -- Multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808222032.w7MKWoW9095587>