Use After Free Affecting libcurl package, versions <0:7.53.1-16.86.amzn1


low

Snyk CVSS

    Attack Complexity High
    User Interaction Required

    Threat Intelligence

    EPSS 1.54% (87th percentile)
Expand this section
NVD
9.8 critical
Expand this section
SUSE
4.3 medium
Expand this section
Red Hat
5 medium

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-AMZN201803-LIBCURL-1716987
  • published 27 Sep 2021
  • disclosed 31 Oct 2018

How to fix?

Upgrade Amazon-Linux:2018.03 libcurl to version 0:7.53.1-16.86.amzn1 or higher.
This issue was patched in ALAS-2019-1148.

NVD Description

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

A heap use-after-free flaw was found in curl versions from 7.59.0 through 7.61.1 in the code related to closing an easy handle. When closing and cleaning up an 'easy' handle in the Curl_close() function, the library code first frees a struct (without nulling the pointer) and might then subsequently erroneously write to a struct field within that already freed struct.