cvrf2cusa/cvrf/2024/cvrf-openEuler-SA-2024-1046.xml
Jia Chao 0b34274085 git mv
Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
2024-07-25 09:57:37 +08:00

151 lines
15 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<cvrfdoc xmlns="http://www.icasi.org/CVRF/schema/cvrf/1.1" xmlns:cvrf="http://www.icasi.org/CVRF/schema/cvrf/1.1">
<DocumentTitle xml:lang="en">An update for python-pycryptodome is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS,openEuler-22.03-LTS-SP1,openEuler-22.03-LTS-SP2 and openEuler-22.03-LTS-SP3</DocumentTitle>
<DocumentType>Security Advisory</DocumentType>
<DocumentPublisher Type="Vendor">
<ContactDetails>openeuler-security@openeuler.org</ContactDetails>
<IssuingAuthority>openEuler security committee</IssuingAuthority>
</DocumentPublisher>
<DocumentTracking>
<Identification>
<ID>openEuler-SA-2024-1046</ID>
</Identification>
<Status>Final</Status>
<Version>1.0</Version>
<RevisionHistory>
<Revision>
<Number>1.0</Number>
<Date>2024-01-12</Date>
<Description>Initial</Description>
</Revision>
</RevisionHistory>
<InitialReleaseDate>2024-01-12</InitialReleaseDate>
<CurrentReleaseDate>2024-01-12</CurrentReleaseDate>
<Generator>
<Engine>openEuler SA Tool V1.0</Engine>
<Date>2024-01-12</Date>
</Generator>
</DocumentTracking>
<DocumentNotes>
<Note Title="Synopsis" Type="General" Ordinal="1" xml:lang="en">python-pycryptodome security update</Note>
<Note Title="Summary" Type="General" Ordinal="2" xml:lang="en">An update for python-pycryptodome is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS,openEuler-22.03-LTS-SP1,openEuler-22.03-LTS-SP2 and openEuler-22.03-LTS-SP3.</Note>
<Note Title="Description" Type="General" Ordinal="3" xml:lang="en">PyCryptodome is a self-contained Python package of low-level cryptographic primitives. It supports Python 2.6 and 2.7, Python 3.4 and newer, and PyPy. You can install it with:: pip install pycryptodome All modules are installed under the ``Crypto`` package. Check the pycryptodomex_ project for the equivalent library that works under the ``Cryptodome`` package. PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1), for instance: * Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB) * Accelerated AES on Intel platforms via AES-NI * First class support for PyPy * Elliptic curves cryptography (NIST P-256, P-384 and P-521 curves only) * Better and more compact API (`nonce` and `iv` attributes for ciphers, automatic generation of random nonces and IVs, simplified CTR cipher mode, and more) * SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms * Salsa20 and ChaCha20 stream ciphers * scrypt and HKDF * Deterministic (EC)DSA * Password-protected PKCS#8 key containers * Shamir&apos;s Secret Sharing scheme * Random numbers get sourced directly from the OS (and not from a CSPRNG in userspace) * Simplified install process, including better support for Windows * Cleaner RSA and DSA key generation (largely based on FIPS 186-4) * Major clean ups and simplification of the code base PyCryptodome is not a wrapper to a separate C library like *OpenSSL*. To the largest possible extent, algorithms are implemented in pure Python. Only the pieces that are extremely critical to performance (e.g. block ciphers) are implemented as C extensions. For more information, see the `homepage`_. All the code can be downloaded from `GitHub`_.
Security Fix(es):
PyCryptodome and pycryptodomex before 3.19.1 allow side-channel leakage for OAEP decryption, exploitable for a Manger attack.(CVE-2023-52323)</Note>
<Note Title="Topic" Type="General" Ordinal="4" xml:lang="en">An update for python-pycryptodome is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP4,openEuler-22.03-LTS,openEuler-22.03-LTS-SP1,openEuler-22.03-LTS-SP2 and openEuler-22.03-LTS-SP3.
openEuler Security has rated this update as having a security impact of medium. A Common Vunlnerability Scoring System(CVSS)base score,which gives a detailed severity rating, is available for each vulnerability from the CVElink(s) in the References section.</Note>
<Note Title="Severity" Type="General" Ordinal="5" xml:lang="en">Medium</Note>
<Note Title="Affected Component" Type="General" Ordinal="6" xml:lang="en">python-pycryptodome</Note>
</DocumentNotes>
<DocumentReferences>
<Reference Type="Self">
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1046</URL>
</Reference>
<Reference Type="openEuler CVE">
<URL>https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-52323</URL>
</Reference>
<Reference Type="Other">
<URL>https://nvd.nist.gov/vuln/detail/CVE-2023-52323</URL>
</Reference>
</DocumentReferences>
<ProductTree xmlns="http://www.icasi.org/CVRF/schema/prod/1.1">
<Branch Type="Product Name" Name="openEuler">
<FullProductName ProductID="openEuler-20.03-LTS-SP1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">openEuler-20.03-LTS-SP1</FullProductName>
<FullProductName ProductID="openEuler-20.03-LTS-SP4" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">openEuler-20.03-LTS-SP4</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">openEuler-22.03-LTS</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS-SP1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">openEuler-22.03-LTS-SP1</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS-SP2" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">openEuler-22.03-LTS-SP2</FullProductName>
<FullProductName ProductID="openEuler-22.03-LTS-SP3" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">openEuler-22.03-LTS-SP3</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="aarch64">
<FullProductName ProductID="python-pycryptodome-debuginfo-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">python-pycryptodome-debuginfo-3.19.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="python3-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">python3-pycryptodome-3.19.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debugsource-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">python-pycryptodome-debugsource-3.19.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="python2-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">python2-pycryptodome-3.19.1-1.oe1.aarch64.rpm</FullProductName>
<FullProductName ProductID="python2-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">python2-pycryptodome-3.19.1-1.oe2003sp4.aarch64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debugsource-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">python-pycryptodome-debugsource-3.19.1-1.oe2003sp4.aarch64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debuginfo-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">python-pycryptodome-debuginfo-3.19.1-1.oe2003sp4.aarch64.rpm</FullProductName>
<FullProductName ProductID="python3-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">python3-pycryptodome-3.19.1-1.oe2003sp4.aarch64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debugsource-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">python-pycryptodome-debugsource-3.19.1-1.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debuginfo-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">python-pycryptodome-debuginfo-3.19.1-1.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="python3-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">python3-pycryptodome-3.19.1-1.oe2203.aarch64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debuginfo-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">python-pycryptodome-debuginfo-3.19.1-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="python3-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">python3-pycryptodome-3.19.1-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debugsource-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">python-pycryptodome-debugsource-3.19.1-1.oe2203sp1.aarch64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debuginfo-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">python-pycryptodome-debuginfo-3.19.1-1.oe2203sp2.aarch64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debugsource-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">python-pycryptodome-debugsource-3.19.1-1.oe2203sp2.aarch64.rpm</FullProductName>
<FullProductName ProductID="python3-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">python3-pycryptodome-3.19.1-1.oe2203sp2.aarch64.rpm</FullProductName>
<FullProductName ProductID="python3-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">python3-pycryptodome-3.19.1-1.oe2203sp3.aarch64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debuginfo-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">python-pycryptodome-debuginfo-3.19.1-1.oe2203sp3.aarch64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debugsource-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">python-pycryptodome-debugsource-3.19.1-1.oe2203sp3.aarch64.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="src">
<FullProductName ProductID="python-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">python-pycryptodome-3.19.1-1.oe1.src.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">python-pycryptodome-3.19.1-1.oe2003sp4.src.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">python-pycryptodome-3.19.1-1.oe2203.src.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">python-pycryptodome-3.19.1-1.oe2203sp1.src.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">python-pycryptodome-3.19.1-1.oe2203sp2.src.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">python-pycryptodome-3.19.1-1.oe2203sp3.src.rpm</FullProductName>
</Branch>
<Branch Type="Package Arch" Name="x86_64">
<FullProductName ProductID="python-pycryptodome-debugsource-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">python-pycryptodome-debugsource-3.19.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debuginfo-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">python-pycryptodome-debuginfo-3.19.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="python3-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">python3-pycryptodome-3.19.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="python2-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP1">python2-pycryptodome-3.19.1-1.oe1.x86_64.rpm</FullProductName>
<FullProductName ProductID="python2-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">python2-pycryptodome-3.19.1-1.oe2003sp4.x86_64.rpm</FullProductName>
<FullProductName ProductID="python3-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">python3-pycryptodome-3.19.1-1.oe2003sp4.x86_64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debugsource-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">python-pycryptodome-debugsource-3.19.1-1.oe2003sp4.x86_64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debuginfo-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:20.03-LTS-SP4">python-pycryptodome-debuginfo-3.19.1-1.oe2003sp4.x86_64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debuginfo-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">python-pycryptodome-debuginfo-3.19.1-1.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="python3-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">python3-pycryptodome-3.19.1-1.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debugsource-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS">python-pycryptodome-debugsource-3.19.1-1.oe2203.x86_64.rpm</FullProductName>
<FullProductName ProductID="python3-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">python3-pycryptodome-3.19.1-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debuginfo-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">python-pycryptodome-debuginfo-3.19.1-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debugsource-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP1">python-pycryptodome-debugsource-3.19.1-1.oe2203sp1.x86_64.rpm</FullProductName>
<FullProductName ProductID="python3-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">python3-pycryptodome-3.19.1-1.oe2203sp2.x86_64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debuginfo-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">python-pycryptodome-debuginfo-3.19.1-1.oe2203sp2.x86_64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debugsource-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP2">python-pycryptodome-debugsource-3.19.1-1.oe2203sp2.x86_64.rpm</FullProductName>
<FullProductName ProductID="python3-pycryptodome-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">python3-pycryptodome-3.19.1-1.oe2203sp3.x86_64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debuginfo-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">python-pycryptodome-debuginfo-3.19.1-1.oe2203sp3.x86_64.rpm</FullProductName>
<FullProductName ProductID="python-pycryptodome-debugsource-3.19.1-1" CPE="cpe:/a:openEuler:openEuler:22.03-LTS-SP3">python-pycryptodome-debugsource-3.19.1-1.oe2203sp3.x86_64.rpm</FullProductName>
</Branch>
</ProductTree>
<Vulnerability Ordinal="1" xmlns="http://www.icasi.org/CVRF/schema/vuln/1.1">
<Notes>
<Note Title="Vulnerability Description" Type="General" Ordinal="1" xml:lang="en">PyCryptodome and pycryptodomex before 3.19.1 allow side-channel leakage for OAEP decryption, exploitable for a Manger attack.</Note>
</Notes>
<ReleaseDate>2024-01-12</ReleaseDate>
<CVE>CVE-2023-52323</CVE>
<ProductStatuses>
<Status Type="Fixed">
<ProductID>openEuler-20.03-LTS-SP1</ProductID>
<ProductID>openEuler-20.03-LTS-SP4</ProductID>
<ProductID>openEuler-22.03-LTS</ProductID>
<ProductID>openEuler-22.03-LTS-SP1</ProductID>
<ProductID>openEuler-22.03-LTS-SP2</ProductID>
<ProductID>openEuler-22.03-LTS-SP3</ProductID>
</Status>
</ProductStatuses>
<Threats>
<Threat Type="Impact">
<Description>Medium</Description>
</Threat>
</Threats>
<CVSSScoreSets>
<ScoreSet>
<BaseScore>5.3</BaseScore>
<Vector>AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N</Vector>
</ScoreSet>
</CVSSScoreSets>
<Remediations>
<Remediation Type="Vendor Fix">
<Description>python-pycryptodome security update</Description>
<DATE>2024-01-12</DATE>
<URL>https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2024-1046</URL>
</Remediation>
</Remediations>
</Vulnerability>
</cvrfdoc>