diff options
author | miwi <miwi@FreeBSD.org> | 2006-10-20 06:47:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-10-20 06:47:49 +0800 |
commit | 684935307967eba799e54b0e6468cfdf0691eaf6 (patch) | |
tree | 4259983b465ce77fb16957fa8ff936f01dde0ded /security | |
parent | 9ca6995579a90cd6c7ff8a7432cd2c5b90a58082 (diff) | |
download | freebsd-ports-gnome-684935307967eba799e54b0e6468cfdf0691eaf6.tar.gz freebsd-ports-gnome-684935307967eba799e54b0e6468cfdf0691eaf6.tar.zst freebsd-ports-gnome-684935307967eba799e54b0e6468cfdf0691eaf6.zip |
- Add a entry for www/plone
Approved by: portmgr (erwin)
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index d672f6ce3dd6..0bf1f7097c27 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,43 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="b6c18956-5fa3-11db-ad2d-0016179b2dd5"> + <topic>plone -- unprotected MembershipTool methods</topic> + <affects> + <package> + <name>plone</name> + <range><lt>2.1.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Plone Team reports:</p> + <blockquote cite="http://dev.plone.org/plone/ticket/5432"> + <p>Plone 2.0.5, 2.1.2, and 2.5-beta1 does not restrict + access to the: </p> + <ul> + <li>changeMemberPortrait</li> + <li>deletePersonalPortrait</li> + <li>testCurrentPassword</li> + </ul> + <p> + methods, which allows remote attackers to modify portraits. + </p> + </blockquote> + </body> + </description> + <references> + <url>http://plone.org/products/plone/releases/2.1.4</url> + <url>http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1711</url> + <url>https://svn.plone.org/svn/plone/PloneHotfix20060410/trunk/README.txt</url> + <cvename>CVE-2006-1711</cvename> + </references> + <dates> + <discovery>2006-10-19</discovery> + <entry>2006-10-19</entry> + </dates> + </vuln> + <vuln vid="19207592-5f17-11db-ae08-0008743bf21a"> <topic>drupal -- HTML attribute injection</topic> <affects> |