diff options
author | 2016-04-14 08:02:22 +0000 | |
---|---|---|
committer | 2016-04-14 08:02:22 +0000 | |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200701-10.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200701-10.xml')
-rw-r--r-- | metadata/glsa/glsa-200701-10.xml | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200701-10.xml b/metadata/glsa/glsa-200701-10.xml new file mode 100644 index 000000000000..e9bec5ebcc2b --- /dev/null +++ b/metadata/glsa/glsa-200701-10.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200701-10"> + <title>WordPress: Multiple vulnerabilities</title> + <synopsis> + WordPress is vulnerable to SQL injection, information disclosure, and + cross-site scripting attacks. + </synopsis> + <product type="ebuild">wordpress</product> + <announced>January 15, 2007</announced> + <revised>January 15, 2007: 01</revised> + <bug>159229</bug> + <access>remote</access> + <affected> + <package name="www-apps/wordpress" auto="yes" arch="*"> + <unaffected range="ge">2.0.6</unaffected> + <vulnerable range="lt">2.0.6</vulnerable> + </package> + </affected> + <background> + <p> + WordPress is a popular personal publishing platform with a web + interface. + </p> + </background> + <description> + <p> + When decoding trackbacks with alternate character sets, WordPress does + not correctly sanitize the entries before further modifying a SQL + query. WordPress also displays different error messages in wp-login.php + based upon whether or not a user exists. David Kierznowski has + discovered that WordPress fails to properly sanitize recent file + information in /wp-admin/templates.php before sending that information + to a browser. + </p> + </description> + <impact type="normal"> + <p> + An attacker could inject arbitrary SQL into WordPress database queries. + An attacker could also determine if a WordPress user existed by trying + to login as that user, better facilitating brute force attacks. Lastly, + an attacker authenticated to view the administrative section of a + WordPress instance could try to edit a file with a malicious filename; + this may cause arbitrary HTML or JavaScript to be executed in users' + browsers viewing /wp-admin/templates.php. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All WordPress users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/wordpress-2.0.6"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-6808">CVE-2006-6808</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0107">CVE-2007-0107</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0109">CVE-2007-0109</uri> + </references> + <metadata tag="requester" timestamp="Mon, 08 Jan 2007 10:45:23 +0000"> + vorlon + </metadata> + <metadata tag="submitter" timestamp="Tue, 09 Jan 2007 13:32:54 +0000"> + shellsage + </metadata> + <metadata tag="bugReady" timestamp="Fri, 12 Jan 2007 13:12:39 +0000"> + falco + </metadata> +</glsa> |