diff options
author | simon <simon@FreeBSD.org> | 2004-10-14 05:01:12 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2004-10-14 05:01:12 +0800 |
commit | cb7b6489ff0ecece37929e908fd92ff1f5ea6303 (patch) | |
tree | cb59302035608903e761c175d939b4f7cd9ee671 | |
parent | 689aed3040eccbe5465695b95cd44f328b872257 (diff) | |
download | freebsd-ports-gnome-cb7b6489ff0ecece37929e908fd92ff1f5ea6303.tar.gz freebsd-ports-gnome-cb7b6489ff0ecece37929e908fd92ff1f5ea6303.tar.zst freebsd-ports-gnome-cb7b6489ff0ecece37929e908fd92ff1f5ea6303.zip |
Document XSS in wordpress.
Approved by: nectar
-rw-r--r-- | security/vuxml/vuln.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 24fce608591d..ee0895af3c3f 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,30 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="12b7b4cf-1d53-11d9-814e-0001020eed82"> + <topic>wordpress -- XSS in administration panel</topic> + <affects> + <package> + <name>wordpress</name> + <range><lt>1.2.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Pages in the administration panel of Wordpress are + vulnerable for XSS attacks.</p> + </body> + </description> + <references> + <url>http://wordpress.org/development/2004/10/wp-121/</url> + <url>http://marc.theaimsgroup.com/?l=bugtraq&m=109641484723194</url> + </references> + <dates> + <discovery>2004-09-27</discovery> + <entry>2004-10-13</entry> + </dates> + </vuln> + <vuln vid="3897a2f8-1d57-11d9-bc4a-000c41e2cdad"> <topic>tiff -- multiple integer overflows</topic> <affects> |