diff options
author | matthew <matthew@FreeBSD.org> | 2015-10-24 04:39:41 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2015-10-24 04:39:41 +0800 |
commit | 650cd05c83875fe78623572190cda91c0db757b8 (patch) | |
tree | de6dc44caf71f6e9a9141a8483837d39ce881416 /security | |
parent | 3832c1304ff7c51d63c9eff6f25caa89ab8fe893 (diff) | |
download | freebsd-ports-gnome-650cd05c83875fe78623572190cda91c0db757b8.tar.gz freebsd-ports-gnome-650cd05c83875fe78623572190cda91c0db757b8.tar.zst freebsd-ports-gnome-650cd05c83875fe78623572190cda91c0db757b8.zip |
Record phpMyAdmin -- content spoofing vulnerability.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7ed02f76af0c..02f35b670f72 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,38 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="08d11134-79c5-11e5-8987-6805ca0b3d42"> + <topic>phpMyAdmin -- Content spoofing vulnerability</topic> + <affects> + <package> + <name>phpMyAdmin</name> + <range><ge>4.4.0</ge><lt>4.4.15.1</lt></range> + <range><ge>4.5.0</ge><lt>4.5.1</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-2015-5/"> + <p>This vulnerability allows an attacker to perform a + content spoofing attack using the phpMyAdmin's redirection + mechanism to external sites.</p> + <p>We consider this vulnerability to be non critical since + the spoofed content is escaped and no HTML injection is + possible.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.phpmyadmin.net/security/PMASA-2015-5/</url> + <cvename>CVE-2015-7873</cvename> + </references> + <dates> + <discovery>2015-10-23</discovery> + <entry>2015-10-23</entry> + </dates> + </vuln> + <vuln vid="b973a763-7936-11e5-a2a1-002590263bf5"> <topic>mediawiki -- multiple vulnerabilities</topic> <affects> |