Date: Wed, 1 Oct 2014 21:25:46 +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: r369765 - head/security/vuxml Message-ID: <201410012125.s91LPk3J020846@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Wed Oct 1 21:25:46 2014 New Revision: 369765 URL: https://svnweb.freebsd.org/changeset/ports/369765 QAT: https://qat.redports.org/buildarchive/r369765/ Log: Document the latest phpMyAdmin vulnerability. - while here fix the '>' breakage in the rsyslogd entry. Security: 3e8b7f8a-49b0-11e4-b711-6805ca0b3d42 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Oct 1 20:16:16 2014 (r369764) +++ head/security/vuxml/vuln.xml Wed Oct 1 21:25:46 2014 (r369765) @@ -57,6 +57,37 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3e8b7f8a-49b0-11e4-b711-6805ca0b3d42"> + <topic>phpMyAdmin -- XSS vulnerabilities</topic> + <affects> + <package> + <name>phpMyAdmin</name> + <range><ge>4.2.0</ge><lt>4.2.9.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-11.php"> + <p>With a crafted ENUM value it is possible to trigger an + XSS in table search and table structure pages. This + vulnerability can be triggered only by someone who is + logged in to phpMyAdmin, as the usual token protection + prevents non-logged-in users from accessing the required + pages.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.phpmyadmin.net/home_page/security/PMASA-2014-11.php</url> + <cvename>CVE-2014-7217</cvename> + </references> + <dates> + <discovery>2014-10-01</discovery> + <entry>2014-10-01</entry> + </dates> + </vuln> + <vuln vid="4a4e9f88-491c-11e4-ae2c-c80aa9043978"> <topic>bash -- out-of-bounds memory access in parser</topic> <affects> @@ -99,7 +130,7 @@ Notes: <body xmlns="http://www.w3.org/1999/xhtml"> <p>The rsyslog project reports:</p> <blockquote cite="http://www.rsyslog.com/remote-syslog-pri-vulnerability/"> - <p>potential abort when a message with PRI > 191 was processed + <p>potential abort when a message with PRI > 191 was processed if the "pri-text" property was used in active templates, this could be abused to a remote denial of service from permitted senders</p>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410012125.s91LPk3J020846>