diff options
author | flo <flo@FreeBSD.org> | 2012-04-15 00:45:06 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-04-15 00:45:06 +0800 |
commit | 8729453e8ef5d7492beb17f103cd9da957c5e93c (patch) | |
tree | 559800044c19bf6aa83a09372e55b5f2ee362730 /security | |
parent | c81748713160348cd56603fcb1c4af885ca47a69 (diff) | |
download | freebsd-ports-gnome-8729453e8ef5d7492beb17f103cd9da957c5e93c.tar.gz freebsd-ports-gnome-8729453e8ef5d7492beb17f103cd9da957c5e93c.tar.zst freebsd-ports-gnome-8729453e8ef5d7492beb17f103cd9da957c5e93c.zip |
Document phpmyfaq -- Remote PHP Code Execution Vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d54c8d30ea51..d03ca7c6d178 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -52,6 +52,33 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c80a3d93-8632-11e1-a374-14dae9ebcf89"> + <topic>phpmyfaq -- Remote PHP Code Execution Vulnerability</topic> + <affects> + <package> + <name>phpmyfaq</name> + <range><lt>2.7.5</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The phpMyFAQ project reports:</p> + <blockquote cite="http://www.phpmyfaq.de/advisory_2011-10-25.php"> + <p>The bundled ImageManager library allows injection of arbitrary PHP + code to execute arbitrary php code and upload malware and trojan + horses.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.phpmyfaq.de/advisory_2012-04-14.php</url> + </references> + <dates> + <discovery>2012-04-14</discovery> + <entry>2012-04-14</entry> + </dates> + </vuln> + <vuln vid="607d2108-a0e4-423a-bf78-846f2a8f01b0"> <topic>puppet -- Multiple Vulnerabilities</topic> <affects> |