diff options
author | swills <swills@FreeBSD.org> | 2012-09-08 04:25:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-09-08 04:25:41 +0800 |
commit | 1c168ce99245011785e9cb77db65c5bde416bd5a (patch) | |
tree | c85e634e6bc26a54e7507e6f9a42c12e363d4b25 /security | |
parent | e6bbe973b4c87b1538d0ab3086ba3f978cc61db6 (diff) | |
download | freebsd-ports-gnome-1c168ce99245011785e9cb77db65c5bde416bd5a.tar.gz freebsd-ports-gnome-1c168ce99245011785e9cb77db65c5bde416bd5a.tar.zst freebsd-ports-gnome-1c168ce99245011785e9cb77db65c5bde416bd5a.zip |
- Update to 3.4.2 [1] [2] [3]
- Document security issue [4]
PR: ports/171397 [1]
PR: ports/171404 [2]
PR: ports/171405 [3]
Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer) [1]
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) [2] [3]
Reviewed by: eadler [4]
Security: 30149157-f926-11e1-95cd-001fd0af1a4c
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 30d6a954bf43..de0d0ab5097e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -51,6 +51,35 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="30149157-f926-11e1-95cd-001fd0af1a4c"> + <topic>wordpress -- multiple unspecified privilege escalation bugs</topic> + <affects> + <package> + <name>wordpress</name> + <range><lt>3.4.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Wordpress reports:</p> + <blockquote cite="http://wordpress.org/news/2012/09/wordpress-3-4-2/"> + <p>Version 3.4.2 also fixes a few security issues and contains some + security hardening. The vulnerabilities included potential + privilege escalation and a bug that affects multisite installs with + untrusted users. These issues were discovered and fixed by the + WordPress security team.</p> + </blockquote> + </body> + </description> + <references> + <url>http://wordpress.org/news/2012/09/wordpress-3-4-2/</url> + </references> + <dates> + <discovery>2012-09-06</discovery> + <entry>2012-09-07</entry> + </dates> + </vuln> + <vuln vid="4a8a98ab-f745-11e1-8bd8-0022156e8794"> <topic>moinmoin -- cross-site scripting via RST parser</topic> <affects> |