Report
CVE-2022-32221 curl POST-after-PUT use-after-free
65afb7be-d02e-4a19-b223-30dc8fea4047
CVE-2022-32221 — Use-after-free in curl 7.84.0 when reusing a CURL easy handle that previously performed a PUT (with CURLOPT_READFUNCTION) for a subsequent POST with CURLOPT_POSTFIELDS. libcurl continued to invoke the prior PUT read-callback path on the reused connection, dereferencing memory the application had already freed.