1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Document phpMyAdmin multiple XSS vulnerability.

Update phpMyAdminn to 3.4.5 release. [1]

PR:		ports/160589 [1]
Submitted by:	maitainer [1]
This commit is contained in:
Xin LI 2011-09-14 23:26:28 +00:00
parent 99129562af
commit af9ae8edb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281786
3 changed files with 33 additions and 4 deletions

View File

@ -6,9 +6,9 @@
#
PORTNAME= phpMyAdmin
DISTVERSION= 3.4.4
DISTVERSION= 3.4.5
CATEGORIES= databases www
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION}
DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages
MAINTAINER= m.seaman@infracaninophile.co.uk

View File

@ -1,2 +1,2 @@
SHA256 (phpMyAdmin-3.4.4-all-languages.tar.bz2) = 8d8ca3429cce24d560d6a1e1f544ee905059f7a253d748ea4ca49459f14d9779
SIZE (phpMyAdmin-3.4.4-all-languages.tar.bz2) = 4954436
SHA256 (phpMyAdmin-3.4.5-all-languages.tar.bz2) = 27917cf2d833c0c8700704c62b28a210f30682dd112e6a0b6fd2db3e6d061051
SIZE (phpMyAdmin-3.4.5-all-languages.tar.bz2) = 4592593

View File

@ -34,6 +34,35 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
<vuln vid="e44fe906-df27-11e0-a333-001cc0a36e12">
<topic>phpmyadmin -- multiple XSS vulnerabilities</topic>
<affects>
<package>
<name>phpMyAdmin</name>
<range><lt>3.4.5</lt></range>
</package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
<p>phpMyAdmin development team reports:</p>
<blockquote cite="http://www.phpmyadmin.net/home_page/security/PMASA-2011-14.php">
<p>Firstly, if a row contains javascript code, after inline
editing this row and saving, the code is executed. Secondly,
missing sanitization on the db, table and column names leads
to XSS vulnerabilities.</p>
<p>Versions 3.4.0 to 3.4.4 were found vulnerable.</p>
</blockquote>
</body>
</description>
<references>
<url>http://www.phpmyadmin.net/home_page/security/PMASA-2011-14.php</url>
</references>
<dates>
<discovery>2011-09-11</discovery>
<entry>2011-09-14</entry>
</dates>
</vuln>
<vuln vid="d01d10c7-de2d-11e0-b215-00215c6a37bb">
<topic>django -- multiple vulnerabilities</topic>
<affects>