diff options
author | 2022-09-07 03:12:32 +0000 | |
---|---|---|
committer | 2022-09-07 03:12:32 +0000 | |
commit | 1a9fb48a3061cb83d6c110718876e055019f23de (patch) | |
tree | ae2e0159c79943946bad3136e83870cf398b501b /metadata/glsa/glsa-202209-03.xml | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202209-05 ] OpenJDK: Multiple Vulnerabilities (diff) | |
download | gentoo-1a9fb48a3061cb83d6c110718876e055019f23de.tar.gz gentoo-1a9fb48a3061cb83d6c110718876e055019f23de.tar.bz2 gentoo-1a9fb48a3061cb83d6c110718876e055019f23de.zip |
Merge commit 'e1a6765fc7cb3c5afe0b95463f49a9924ef37cab'
Diffstat (limited to 'metadata/glsa/glsa-202209-03.xml')
-rw-r--r-- | metadata/glsa/glsa-202209-03.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202209-03.xml b/metadata/glsa/glsa-202209-03.xml new file mode 100644 index 000000000000..c3b22e3de08c --- /dev/null +++ b/metadata/glsa/glsa-202209-03.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202209-03"> + <title>OpenSC: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in OpenSC, the worst of which could result in the execution of arbitrary code.</synopsis> + <product type="ebuild">opensc</product> + <announced>2022-09-07</announced> + <revised count="1">2022-09-07</revised> + <bug>839357</bug> + <access>remote</access> + <affected> + <package name="dev-libs/opensc" auto="yes" arch="*"> + <unaffected range="ge">0.22.0</unaffected> + <vulnerable range="lt">0.22.0</vulnerable> + </package> + </affected> + <background> + <p>OpenSC contains tools and libraries for smart cards.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in OpenSC. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="normal"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All OpenSC users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/opensc-0.22.0" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-42778">CVE-2021-42778</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-42779">CVE-2021-42779</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-42780">CVE-2021-42780</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-42781">CVE-2021-42781</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-42782">CVE-2021-42782</uri> + </references> + <metadata tag="requester" timestamp="2022-09-07T02:52:29.199741Z">ajak</metadata> + <metadata tag="submitter" timestamp="2022-09-07T02:52:29.203955Z">ajak</metadata> +</glsa>
\ No newline at end of file |