This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake. When curl is asked to pass along the host name to the SOCKS5 proxy to allow that to resolve the address instead of it getting done by curl itself, the maximum length that host name can be is 255 bytes. If the host name is detected to be longer, curl switches to local name resolving and instead passes on the resolved address only. Due to this bug, the local variable that means "let the host resolve the name" could get the wrong value during a slow SOCKS5 handshake, and contrary to the intention, copy the too long host name to the target buffer instead of copying just the resolved address there. The target buffer being a heap based buffer, and the host name coming from the URL that curl has been told to operate with.
AI analysis not yet available
Plain-English explanation, risk summary, and remediation steps will appear here once AI analysis is complete.
No Fix Known
No patch has been released yet. Apply workarounds or mitigations where available.
| Vendor | Product | Versions | Fixed In |
|---|---|---|---|
| haxx | libcurl | 7.69.0 - 8.4.0 | - |
| fedoraproject | fedora | - |
Published
CVE disclosed publicly
Last Modified
Most recent update
Indexed to CVEInsight
Added to this platform
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
14
Affected Products
29
References
haxx / libcurl
| - |
| netapp | active_iq_unified_manager | - | - |
| netapp | active_iq_unified_manager | - | - |
| netapp | oncommand_insight | - | - |
| netapp | oncommand_workflow_automation | - | - |
| microsoft | windows_10_1809 | 10.0.17763.5122 | - |
| microsoft | windows_10_21h2 | 10.0.19044.3693 | - |
| microsoft | windows_10_22h2 | 10.0.19045.3693 | - |
| microsoft | windows_11_21h2 | 10.0.22000.2600 | - |
| microsoft | windows_11_22h2 | 10.0.22621.2715 | - |
| microsoft | windows_11_23h2 | 10.0.22631.2715 | - |
| microsoft | windows_server_2019 | 10.0.17763.5122 | - |
| microsoft | windows_server_2022 | 10.0.20348.2113 | - |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Exploitability
Impact