libcurl versions from 7.34.0 to before 7.64.0 are...
High severity
Unreviewed
Published
May 13, 2022
to the GitHub Advisory Database
•
Updated Feb 1, 2023
Description
Published by the National Vulnerability Database
Feb 6, 2019
Published to the GitHub Advisory Database
May 13, 2022
Last updated
Feb 1, 2023
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, andlen
is set to 5, then thestrtol()
call reads beyond the allocated buffer. The read contents will not be returned to the caller.References