diff options
author | simon <simon@FreeBSD.org> | 2005-03-16 05:13:28 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-03-16 05:13:28 +0800 |
commit | 6c42d0abcfa5f4a8131b57ba7e0cf093ce3e09d0 (patch) | |
tree | a353fd19f638313e0fa95df09011008206245ae9 /security | |
parent | 5dc8396d52c3b6b81c08cf65d5a7ae0ed39f04fb (diff) | |
download | freebsd-ports-gnome-6c42d0abcfa5f4a8131b57ba7e0cf093ce3e09d0.tar.gz freebsd-ports-gnome-6c42d0abcfa5f4a8131b57ba7e0cf093ce3e09d0.tar.zst freebsd-ports-gnome-6c42d0abcfa5f4a8131b57ba7e0cf093ce3e09d0.zip |
Document phpmyadmin -- increased privilege vulnerability.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index aac3ab7d21b6..f5dfe847ec87 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,36 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="6192ae3d-9595-11d9-a9e0-0001020eed82"> + <topic>phpmyadmin -- increased privilege vulnerability</topic> + <affects> + <package> + <name>phpmyadmin</name> + <name>phpMyAdmin</name> + <range><lt>2.6.1.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The phpMyAdmin team reports:</p> + <blockquote cite="http://sourceforge.net/forum/forum.php?forum_id=450948"> + <p>Escaping of the "_" character was not properly done, + giving a wildcard privilege when editing db-specific + privileges with phpMyAdmin.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CAN-2005-0653</cvename> + <url>http://sourceforge.net/forum/forum.php?forum_id=450948</url> + <url>http://sourceforge.net/tracker/index.php?func=detail&aid=1113788&group_id=23067&atid=377408</url> + </references> + <dates> + <discovery>2005-02-01</discovery> + <entry>2005-03-15</entry> + </dates> + </vuln> + <vuln vid="cb470368-94d2-11d9-a9e0-0001020eed82"> <topic>ethereal -- multiple protocol dissectors vulnerabilities</topic> <affects> |