diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-08-17 22:23:17 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-08-17 22:23:17 -0400 |
commit | 22932a57119307c61cc269197260d13360be8a55 (patch) | |
tree | 96460576bcc98c35dc7d590bdf21d09d6d25120e | |
parent | [ GLSA 201908-20 ] Mozilla Thunderbird: Multiple vulnerabilities (diff) | |
download | glsa-22932a57119307c61cc269197260d13360be8a55.tar.gz glsa-22932a57119307c61cc269197260d13360be8a55.tar.bz2 glsa-22932a57119307c61cc269197260d13360be8a55.zip |
[ GLSA 201908-21 ] Adobe Flash Player: Multiple vulnerabilities
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | glsa-201908-21.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/glsa-201908-21.xml b/glsa-201908-21.xml new file mode 100644 index 00000000..ec87cbf1 --- /dev/null +++ b/glsa-201908-21.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201908-21"> + <title>Adobe Flash Player: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in Adobe Flash Player, the + worst of which could result in the arbitrary execution of code. + </synopsis> + <product type="ebuild">flash</product> + <announced>2019-08-18</announced> + <revised count="1">2019-08-18</revised> + <bug>683006</bug> + <bug>687894</bug> + <access>remote</access> + <affected> + <package name="www-plugins/adobe-flash" auto="yes" arch="*"> + <unaffected range="ge">32.0.0.207</unaffected> + <vulnerable range="lt">32.0.0.207</vulnerable> + </package> + </affected> + <background> + <p>The Adobe Flash Player is a renderer for the SWF file format, which is + commonly used to provide interactive websites. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Adobe Flash Player. + Please review the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could possibly execute arbitrary code with the + privileges of the process or bypass security restrictions. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Adobe Flash Player users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose + ">=www-plugins/adobe-flash-32.0.0.207" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-7096">CVE-2019-7096</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-7108">CVE-2019-7108</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-7845">CVE-2019-7845</uri> + </references> + <metadata tag="requester" timestamp="2019-08-17T15:59:17Z">b-man</metadata> + <metadata tag="submitter" timestamp="2019-08-18T02:22:45Z">b-man</metadata> +</glsa> |