Expected Behavior Violation Affecting curl package, versions <0:8.2.1-1.amzn2.0.2


medium

Snyk CVSS

    Attack Complexity High

    Threat Intelligence

    EPSS 0.11% (44th percentile)
Expand this section
NVD
3.7 low
Expand this section
SUSE
6.5 medium
Expand this section
Red Hat
3.7 low

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-AMZN2-CURL-5881979
  • published 6 Sep 2023
  • disclosed 26 May 2023

How to fix?

Upgrade Amazon-Linux:2 curl to version 0:8.2.1-1.amzn2.0.2 or higher.
This issue was patched in ALAS2-2023-2230.

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Amazon-Linux. See How to fix? for Amazon-Linux:2 relevant fixed versions and status.

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.