diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200506-04.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-200506-04.xml')
-rw-r--r-- | metadata/glsa/glsa-200506-04.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200506-04.xml b/metadata/glsa/glsa-200506-04.xml new file mode 100644 index 000000000000..afa084d9e456 --- /dev/null +++ b/metadata/glsa/glsa-200506-04.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200506-04"> + <title>Wordpress: Multiple vulnerabilities</title> + <synopsis> + Wordpress contains SQL injection and XSS vulnerabilities. + </synopsis> + <product type="ebuild">Wordpress</product> + <announced>June 06, 2005</announced> + <revised>May 22, 2006: 02</revised> + <bug>88926</bug> + <bug>94512</bug> + <access>remote</access> + <affected> + <package name="www-apps/wordpress" auto="yes" arch="*"> + <unaffected range="ge">1.5.1.2</unaffected> + <vulnerable range="lt">1.5.1.2</vulnerable> + </package> + </affected> + <background> + <p> + WordPress is a PHP and MySQL based content management and publishing + system. + </p> + </background> + <description> + <p> + Due to a lack of input validation, WordPress is vulnerable to SQL + injection and XSS attacks. + </p> + </description> + <impact type="normal"> + <p> + An attacker could use the SQL injection vulnerabilities to gain + information from the database. Furthermore the cross-site scripting + issues give an attacker the ability to inject and execute malicious + script code or to steal cookie-based authentication credentials, + potentially compromising the victim's browser. + </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-1.5.1.2"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1102">CVE-2005-1102</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1687">CVE-2005-1687</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1810">CVE-2005-1810</uri> + </references> + <metadata tag="requester" timestamp="Wed, 01 Jun 2005 07:49:47 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Wed, 01 Jun 2005 07:49:57 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Mon, 06 Jun 2005 05:09:09 +0000"> + jaervosz + </metadata> +</glsa> |