diff options
Diffstat (limited to 'metadata/glsa/glsa-201205-01.xml')
-rw-r--r-- | metadata/glsa/glsa-201205-01.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201205-01.xml b/metadata/glsa/glsa-201205-01.xml new file mode 100644 index 000000000000..1fcb87f9c9d2 --- /dev/null +++ b/metadata/glsa/glsa-201205-01.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201205-01"> + <title>Chromium: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been reported in Chromium, some of + which may allow execution of arbitrary code. + </synopsis> + <product type="ebuild">chromium</product> + <announced>May 15, 2012</announced> + <revised>May 15, 2012: 1</revised> + <bug>414199</bug> + <access>remote</access> + <affected> + <package name="www-client/chromium" auto="yes" arch="*"> + <unaffected range="ge">18.0.1025.168</unaffected> + <vulnerable range="lt">18.0.1025.168</vulnerable> + </package> + </affected> + <background> + <p>Chromium is an open source web browser project.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Chromium. Please review + the CVE identifiers and release notes referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could entice a user to open a specially crafted web + site using Chromium, possibly resulting in the execution of arbitrary + code with the privileges of the process, or a Denial of Service + condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Chromium users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose + ">=www-client/chromium-18.0.1025.168" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-3078">CVE-2011-3078</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-3081">CVE-2011-3081</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-1521">CVE-2012-1521</uri> + <uri link="http://googlechromereleases.blogspot.com/2012/04/stable-channel-update_30.html"> + Release Notes 18.0.1025.168 + </uri> + </references> + <metadata timestamp="Wed, 02 May 2012 15:49:58 +0000" tag="requester"> + phajdan.jr + </metadata> + <metadata timestamp="Tue, 15 May 2012 06:57:17 +0000" tag="submitter"> + phajdan.jr + </metadata> +</glsa> |