2 matches found
AZL-38341 CVE-2023-38039 affecting package tensorflow for versions less than 2.16.1-1
When curl retrieves an HTTP response, it stores the incoming headers so that they can be accessed later via the libcurl headers API. However, curl did not have a limit in how many or how large headers it would accept in a response, allowing a malicious server to stream an endless series of header...
AZL-38755 CVE-2022-35260 affecting package tensorflow for versions less than 2.16.1-1
curl can be told to parse a .netrc file for credentials. If that file endsin a line with 4095 consecutive non-white space letters and no newline, curlwould first read past the end of the stack-based buffer, and if the readworks, write a zero byte beyond its boundary.This will in most cases cause ...