Описание
When doing HTTP(S) transfers, libcurl might erroneously use the read callback (CURLOPT_READFUNCTION
) to ask for data to send, even when the CURLOPT_POSTFIELDS
option has been set, if the same handle previously was used to issue a PUT
request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the subsequent POST
request. The problem exists in the logic for a reused handle when it is changed from a PUT to a POST.
Релиз | Статус | Примечание |
---|---|---|
bionic | released | 7.58.0-2ubuntu3.21 |
devel | released | 7.86.0-1 |
esm-infra-legacy/trusty | not-affected | 7.35.0-1ubuntu2.20+esm13 |
esm-infra/bionic | not-affected | 7.58.0-2ubuntu3.21 |
esm-infra/focal | not-affected | 7.68.0-1ubuntu2.14 |
esm-infra/xenial | released | 7.47.0-1ubuntu2.19+esm6 |
focal | released | 7.68.0-1ubuntu2.14 |
jammy | released | 7.81.0-1ubuntu1.6 |
kinetic | released | 7.85.0-1ubuntu0.1 |
trusty | ignored | end of standard support |
Показывать по
9.8 Critical
CVSS3
Связанные уязвимости
When doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously was used to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the subsequent `POST` request. The problem exists in the logic for a reused handle when it is changed from a PUT to a POST.
When doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data to send, even when the `CURLOPT_POSTFIELDS` option has been set, if the same handle previously was used to issue a `PUT` request which used that callback. This flaw may surprise the application and cause it to misbehave and either send off the wrong data or use memory after free or similar in the subsequent `POST` request. The problem exists in the logic for a reused handle when it is changed from a PUT to a POST.
When doing HTTP(S) transfers, libcurl might erroneously use the read c ...
9.8 Critical
CVSS3