Out-of-bounds Read Affecting libcurl-minimal package, versions <0:7.61.1-11.el8


0.0
medium

Snyk CVSS

    Attack Complexity Low
    User Interaction Required

    Threat Intelligence

    EPSS 0.41% (74th percentile)
Expand this section
NVD
7.5 high
Expand this section
SUSE
4.3 medium
Expand this section
Red Hat
4.3 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-CENTOS8-LIBCURLMINIMAL-2018676
  • published 26 Jul 2021
  • disclosed 6 Feb 2019

How to fix?

Upgrade Centos:8 libcurl-minimal to version 0:7.61.1-11.el8 or higher.

NVD Description

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

libcurl versions from 7.34.0 to before 7.64.0 are vulnerable to a heap out-of-bounds read in the code handling the end-of-response for SMTP. If the buffer passed to smtp_endofresp() isn't NUL terminated and contains no character ending the parsed number, and len is set to 5, then the strtol() call reads beyond the allocated buffer. The read contents will not be returned to the caller.