CVE-2022-32221
05.12.2022, 22:15
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.Enginsight
Vendor | Product | Version |
---|---|---|
haxx | curl | 𝑥 < 7.86.0 |
netapp | clustered_data_ontap | - |
netapp | h300s_firmware | - |
netapp | h500s_firmware | - |
netapp | h700s_firmware | - |
netapp | h410s_firmware | - |
debian | debian_linux | 10.0 |
debian | debian_linux | 11.0 |
apple | macos | 𝑥 < 12.6.3 |
splunk | universal_forwarder | 8.2.0 ≤ 𝑥 < 8.2.12 |
splunk | universal_forwarder | 9.0.0 ≤ 𝑥 < 9.0.6 |
splunk | universal_forwarder | 9.1.0 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-200 - Exposure of Sensitive Information to an Unauthorized ActorThe product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
- CWE-668 - Exposure of Resource to Wrong SphereThe product exposes a resource to the wrong control sphere, providing unintended actors with inappropriate access to the resource.
References