CVE-2023-28322 Affecting curl package, versions <8.1.0-r0


0.0
low

Snyk CVSS

    Attack Complexity High

    Threat Intelligence

    EPSS 0.09% (39th 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-ALPINE318-CURL-5561311
  • published 17 May 2023
  • disclosed 26 May 2023

How to fix?

Upgrade Alpine:3.18 curl to version 8.1.0-r0 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream curl package and not the curl package as distributed by Alpine. See How to fix? for Alpine:3.18 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.