An update for curl is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP3,openEuler-22.03-LTS and openEuler-22.03-LTS-SP1 Security Advisory openeuler-security@openeuler.org openEuler security committee openEuler-SA-2023-1346 Final 1.0 1.0 2023-06-10 Initial 2023-06-10 2023-06-10 openEuler SA Tool V1.0 2023-06-10 curl security update An update for curl is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP3,openEuler-22.03-LTS and openEuler-22.03-LTS-SP1. cURL is a computer software project providing a library (libcurl) and command-line tool (curl) for transferring data using various protocols. Security Fix(es): An information disclosure vulnerability exists in curl <v8.1.0 when doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously wasused to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the second transfer. The problem exists in the logic for a reused handle when it is (expected to be) changed from a PUT to a POST.(CVE-2023-28322) An improper certificate validation vulnerability exists in curl <v8.1.0 in the way it supports matching of wildcard patterns when listed as "Subject Alternative Name" in TLS server certificates. curl can be built to use its own name matching function for TLS rather than one provided by a TLS library. This private wildcard matching function would match IDN (International Domain Name) hosts incorrectly and could as a result accept patterns that otherwise should mismatch. IDN hostnames are converted to puny code before used for certificate checks. Puny coded names always start with `xn--` and should not be allowed to pattern match, but the wildcard check in curl could still check for `x*`, which would match even though the IDN name most likely contained nothing even resembling an `x`.(CVE-2023-28321) An update for curl is now available for openEuler-20.03-LTS-SP1,openEuler-20.03-LTS-SP3,openEuler-22.03-LTS and openEuler-22.03-LTS-SP1. 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. Medium curl https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1346 https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-28322 https://www.openeuler.org/en/security/cve/detail.html?id=CVE-2023-28321 https://nvd.nist.gov/vuln/detail/CVE-2023-28322 https://nvd.nist.gov/vuln/detail/CVE-2023-28321 openEuler-20.03-LTS-SP1 openEuler-20.03-LTS-SP3 openEuler-22.03-LTS openEuler-22.03-LTS-SP1 curl-debugsource-7.71.1-27.oe1.aarch64.rpm libcurl-7.71.1-27.oe1.aarch64.rpm libcurl-devel-7.71.1-27.oe1.aarch64.rpm curl-debuginfo-7.71.1-27.oe1.aarch64.rpm curl-7.71.1-27.oe1.aarch64.rpm libcurl-devel-7.71.1-27.oe1.aarch64.rpm libcurl-7.71.1-27.oe1.aarch64.rpm curl-7.71.1-27.oe1.aarch64.rpm curl-debuginfo-7.71.1-27.oe1.aarch64.rpm curl-debugsource-7.71.1-27.oe1.aarch64.rpm curl-debugsource-7.79.1-17.oe2203.aarch64.rpm libcurl-7.79.1-17.oe2203.aarch64.rpm curl-7.79.1-17.oe2203.aarch64.rpm libcurl-devel-7.79.1-17.oe2203.aarch64.rpm curl-debuginfo-7.79.1-17.oe2203.aarch64.rpm libcurl-devel-7.79.1-17.oe2203sp1.aarch64.rpm curl-debuginfo-7.79.1-17.oe2203sp1.aarch64.rpm curl-debugsource-7.79.1-17.oe2203sp1.aarch64.rpm libcurl-7.79.1-17.oe2203sp1.aarch64.rpm curl-7.79.1-17.oe2203sp1.aarch64.rpm curl-help-7.71.1-27.oe1.noarch.rpm curl-help-7.71.1-27.oe1.noarch.rpm curl-help-7.79.1-17.oe2203.noarch.rpm curl-help-7.79.1-17.oe2203sp1.noarch.rpm curl-7.71.1-27.oe1.src.rpm curl-7.71.1-27.oe1.src.rpm curl-7.79.1-17.oe2203.src.rpm curl-7.79.1-17.oe2203sp1.src.rpm libcurl-7.71.1-27.oe1.x86_64.rpm libcurl-devel-7.71.1-27.oe1.x86_64.rpm curl-debuginfo-7.71.1-27.oe1.x86_64.rpm curl-debugsource-7.71.1-27.oe1.x86_64.rpm curl-7.71.1-27.oe1.x86_64.rpm curl-7.71.1-27.oe1.x86_64.rpm curl-debugsource-7.71.1-27.oe1.x86_64.rpm libcurl-7.71.1-27.oe1.x86_64.rpm libcurl-devel-7.71.1-27.oe1.x86_64.rpm curl-debuginfo-7.71.1-27.oe1.x86_64.rpm curl-debugsource-7.79.1-17.oe2203.x86_64.rpm curl-debuginfo-7.79.1-17.oe2203.x86_64.rpm libcurl-7.79.1-17.oe2203.x86_64.rpm libcurl-devel-7.79.1-17.oe2203.x86_64.rpm curl-7.79.1-17.oe2203.x86_64.rpm curl-debuginfo-7.79.1-17.oe2203sp1.x86_64.rpm libcurl-devel-7.79.1-17.oe2203sp1.x86_64.rpm curl-7.79.1-17.oe2203sp1.x86_64.rpm libcurl-7.79.1-17.oe2203sp1.x86_64.rpm curl-debugsource-7.79.1-17.oe2203sp1.x86_64.rpm An information disclosure vulnerability exists in curl <v8.1.0 when doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously wasused to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the second transfer. The problem exists in the logic for a reused handle when it is (expected to be) changed from a PUT to a POST. 2023-06-10 CVE-2023-28322 openEuler-20.03-LTS-SP1 openEuler-20.03-LTS-SP3 openEuler-22.03-LTS openEuler-22.03-LTS-SP1 Medium 6.5 AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:L curl security update 2023-06-10 https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1346 An improper certificate validation vulnerability exists in curl <v8.1.0 in the way it supports matching of wildcard patterns when listed as Subject Alternative Name in TLS server certificates. curl can be built to use its own name matching function for TLS rather than one provided by a TLS library. This private wildcard matching function would match IDN (International Domain Name) hosts incorrectly and could as a result accept patterns that otherwise should mismatch. IDN hostnames are converted to puny code before used for certificate checks. Puny coded names always start with `xn--` and should not be allowed to pattern match, but the wildcard check in curl could still check for `x*`, which would match even though the IDN name most likely contained nothing even resembling an `x`. 2023-06-10 CVE-2023-28321 openEuler-20.03-LTS-SP1 openEuler-20.03-LTS-SP3 openEuler-22.03-LTS openEuler-22.03-LTS-SP1 Medium 4.3 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N curl security update 2023-06-10 https://www.openeuler.org/en/security/safety-bulletin/detail.html?id=openEuler-SA-2023-1346