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-200903-30.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-200903-30.xml')
-rw-r--r-- | metadata/glsa/glsa-200903-30.xml | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200903-30.xml b/metadata/glsa/glsa-200903-30.xml new file mode 100644 index 000000000000..1375ec566626 --- /dev/null +++ b/metadata/glsa/glsa-200903-30.xml @@ -0,0 +1,91 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200903-30"> + <title>Opera: Multiple vulnerabilities</title> + <synopsis> + Multiple vulnerabilities were found in Opera, the worst of which allow for + the execution of arbitrary code. + </synopsis> + <product type="ebuild">opera</product> + <announced>March 16, 2009</announced> + <revised>March 17, 2009: 02</revised> + <bug>247229</bug> + <bug>261032</bug> + <access>remote</access> + <affected> + <package name="www-client/opera" auto="yes" arch="*"> + <unaffected range="ge">9.64</unaffected> + <vulnerable range="lt">9.64</vulnerable> + </package> + </affected> + <background> + <p> + Opera is a fast web browser that is available free of charge. + </p> + </background> + <description> + <p> + Multiple vulnerabilities were discovered in Opera: + </p> + <ul> + <li>Vitaly McLain reported a heap-based buffer overflow when processing + host names in file:// URLs (CVE-2008-5178).</li> + <li>Alexios Fakos reported a vulnerability in the HTML parsing engine + when processing web pages that trigger an invalid pointer calculation + and heap corruption (CVE-2008-5679).</li> + <li>Red XIII reported that certain text-area contents can be + manipulated to cause a buffer overlow (CVE-2008-5680).</li> + <li>David Bloom discovered that unspecified "scripted URLs" are not + blocked during the feed preview (CVE-2008-5681).</li> + <li>Robert Swiecki of the Google Security Team reported a Cross-site + scripting vulnerability (CVE-2008-5682).</li> + <li>An unspecified vulnerability reveals random data + (CVE-2008-5683).</li> + <li>Tavis Ormandy of the Google Security Team reported a vulnerability + when processing JPEG images that may corrupt memory + (CVE-2009-0914).</li> + </ul> + </description> + <impact type="normal"> + <p> + A remote attacker could entice a user to open a specially crafted JPEG + image to cause a Denial of Service or execute arbitrary code, to + process an overly long file:// URL or to open a specially crafted web + page to execute arbitrary code. He could also read existing + subscriptions and force subscriptions to arbitrary feed URLs, as well + as inject arbitrary web script or HTML via built-in XSLT templates. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Opera users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-client/opera-9.64"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5178">CVE-2008-5178</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5679">CVE-2008-5679</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5680">CVE-2008-5680</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5681">CVE-2008-5681</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5682">CVE-2008-5682</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5683">CVE-2008-5683</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0914">CVE-2009-0914</uri> + </references> + <metadata tag="requester" timestamp="Sat, 07 Mar 2009 09:16:02 +0000"> + a3li + </metadata> + <metadata tag="submitter" timestamp="Mon, 09 Mar 2009 15:15:16 +0000"> + keytoaster + </metadata> + <metadata tag="bugReady" timestamp="Mon, 16 Mar 2009 21:43:27 +0000"> + p-y + </metadata> +</glsa> |