diff options
author | 2023-01-11 05:19:06 +0000 | |
---|---|---|
committer | 2023-01-10 23:22:06 -0600 | |
commit | f524f5fa47d9d739280d4530623a93084918da39 (patch) | |
tree | d6e996e0f381493d2fa71bf5ee43d014855e0ee7 /glsa-202301-08.xml | |
parent | [ GLSA 202301-07 ] Alpine: Multiple Vulnerabilities (diff) | |
download | glsa-f524f5fa47d9d739280d4530623a93084918da39.tar.gz glsa-f524f5fa47d9d739280d4530623a93084918da39.tar.bz2 glsa-f524f5fa47d9d739280d4530623a93084918da39.zip |
[ GLSA 202301-08 ] Mbed TLS: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/730752
Bug: https://bugs.gentoo.org/740108
Bug: https://bugs.gentoo.org/764317
Bug: https://bugs.gentoo.org/778254
Bug: https://bugs.gentoo.org/801376
Bug: https://bugs.gentoo.org/829660
Bug: https://bugs.gentoo.org/857813
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'glsa-202301-08.xml')
-rw-r--r-- | glsa-202301-08.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/glsa-202301-08.xml b/glsa-202301-08.xml new file mode 100644 index 00000000..0eeadca3 --- /dev/null +++ b/glsa-202301-08.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202301-08"> + <title>Mbed TLS: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in Mbed TLS, the worst of which could result in arbitrary code execution.</synopsis> + <product type="ebuild">mbedtls</product> + <announced>2023-01-11</announced> + <revised count="1">2023-01-11</revised> + <bug>857813</bug> + <bug>829660</bug> + <bug>801376</bug> + <bug>778254</bug> + <bug>764317</bug> + <bug>740108</bug> + <bug>730752</bug> + <access>remote</access> + <affected> + <package name="net-libs/mbedtls" auto="yes" arch="*"> + <unaffected range="ge">2.28.1</unaffected> + <vulnerable range="lt">2.28.1</vulnerable> + </package> + </affected> + <background> + <p>Mbed TLS (previously PolarSSL) is an “easy to understand, use, integrate and expand” implementation of the TLS and SSL protocols and the respective cryptographic algorithms and support code required.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in Mbed TLS. 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 Mbed TLS users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-libs/mbedtls-2.28.1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-16150">CVE-2020-16150</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-36421">CVE-2020-36421</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-36422">CVE-2020-36422</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-36423">CVE-2020-36423</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-36424">CVE-2020-36424</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-36425">CVE-2020-36425</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-36426">CVE-2020-36426</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-36475">CVE-2020-36475</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-36476">CVE-2020-36476</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-36477">CVE-2020-36477</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-36478">CVE-2020-36478</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-43666">CVE-2021-43666</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-44732">CVE-2021-44732</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-45450">CVE-2021-45450</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-35409">CVE-2022-35409</uri> + </references> + <metadata tag="requester" timestamp="2023-01-11T05:19:06.415631Z">ajak</metadata> + <metadata tag="submitter" timestamp="2023-01-11T05:19:06.418706Z">ajak</metadata> +</glsa>
\ No newline at end of file |