Date: Sat, 13 Sep 2014 21:18:57 +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: r368143 - head/security/vuxml Message-ID: <201409132118.s8DLIvsX056439@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Sat Sep 13 21:18:56 2014 New Revision: 368143 URL: http://svnweb.freebsd.org/changeset/ports/368143 QAT: https://qat.redports.org/buildarchive/r368143/ Log: Document the latest phpMyAdmin vulnerability Security: cc627e6c-3b89-11e4-b629-6805ca0b3d42 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Sep 13 21:17:19 2014 (r368142) +++ head/security/vuxml/vuln.xml Sat Sep 13 21:18:56 2014 (r368143) @@ -57,6 +57,36 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="cc627e6c-3b89-11e4-b629-6805ca0b3d42"> + <topic>phpMyAdmin -- XSRF/CSRF due to DOM based XSS in the micro history feature</topic> + <affects> + <package> + <name>phpMyAdmin</name> + <range><ge>4.2.0</ge><lt>4.2.8.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The phpMyAdmin development team reports:</p> + <blockquote cite="http://www.phpmyadmin.net/home_page/security/PMASA-2014-10.php"> + <p>XSRF/CSRF due to DOM based XSS in the micro history feature.</p> + <p>By deceiving a logged-in user to click on a crafted URL, + it is possible to perform remote code execution and in some + cases, create a root account due to a DOM based XSS + vulnerability in the micro history feature.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.phpmyadmin.net/home_page/security/PMASA-2014-10.php</url> + <cvename>CVE-2014-6300</cvename> + </references> + <dates> + <discovery>2014-09-13</discovery> + <entry>2014-09-13</entry> + </dates> + </vuln> + <vuln vid="36858e78-3963-11e4-ad84-000c29f6ae42"> <topic>security/ossec-hids-* -- root escalation via temp files</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409132118.s8DLIvsX056439>