Lucene search

K
hackeroneBagderH1:1764858
HistoryNov 07, 2022 - 4:45 p.m.

curl: CVE-2022-43552: HTTP Proxy deny use-after-free

2022-11-0716:45:50
bagder
hackerone.com
69

0.001 Low

EPSS

Percentile

42.9%

Issue(s) reported by Trail of Bits. This is either one or two issues.

Summary:

./src/curl 0 -x0:80 telnet:/[j-u][j-u]//0 -m 01
./src/curl 0 -x0:80 smb:/[j-u][j-u]//0 -m 01

Both command line ends up having libcurl access and use already freed heap-memory. For read and write.

Steps To Reproduce:

See above, run with valgrind for full report.

I have a local HTTP server on localhost host port 80 that will send back a 502 on the CONNECT requests curl issues to it for these protocols.

Supporting Material/References:

See logs.

Impact

Use after free stuff.