QID 354731

Date Published: 2023-02-07

QID 354731: Amazon Linux Security Advisory for curl : ALAS2-2023-1924

A vulnerability was found in curl.
This issue occurs due to an erroneous function.
A malicious server could make curl within network security services (nss) get stuck in a never-ending busy loop when trying to retrieve that information.
This flaw allows an infinite loop, affecting system availability. (
( CVE-2022-27781) a vulnerability was found in curl.
The issue can occur when curl's hsts check is bypassed to trick it to keep using http.
Using its hsts support, curl can be instructed to use https instead of an insecure clear-text http step even when providing http in the url.
Suppose the hostname in the given url first uses idn characters that get replaced with ascii counterparts as part of the idn conversion.
In that case, it can bypass the hsts mechanism using the character utf-8 u+3002 (ideographic full stop) instead of the common ascii full stop (u+002e).
Then in a subsequent request, it does not detect the hsts state and makes a clear text transfer.
Because it would store the information, idn encoded but looked for it as idn decoded. (
( CVE-2022-43551) a vulnerability was found in curl.
In this issue, curl can be asked to tunnel all protocols virtually it supports through an http proxy.
Http proxies can deny these tunnel operations using an appropriate http error response code.
When getting denied to tunnel the specific smb or telnet protocols, curl can use a heap-allocated struct after it has been freed and shut down the code path in its transfer. (
( CVE-2022-43552)



Note: The preceding description block is extracted directly from the security advisory. Using automation, we have attempted to clean and format it as much as possible without introducing additional issues.

Successful exploitation of this vulnerability could lead to a securitybreach or could affect integrity, availability, and confidentiality.

  • CVSS V3 rated as High - 7.5 severity.
  • CVSS V2 rated as Medium - 5 severity.
  • Solution
    Please refer to Amazon advisory: ALAS2-2023-1924 for affected packages and patching details, or update with your package manager.
    Vendor References

    CVEs related to QID 354731

    Software Advisories
    Advisory ID Software Component Link
    ALAS2-2023-1924 amazon linux 2 URL Logo alas.aws.amazon.com/AL2/ALAS-2023-1924.html