Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuzzing SOCKS5 ? #79

Open
Gby56 opened this issue Oct 12, 2023 · 3 comments
Open

fuzzing SOCKS5 ? #79

Gby56 opened this issue Oct 12, 2023 · 3 comments

Comments

@Gby56
Copy link

Gby56 commented Oct 12, 2023

Hello :) Thanks a lot for the great blog post about the recent CVE !
https://daniel.haxx.se/blog/2023/10/11/how-i-made-a-heap-overflow-in-curl/
Just made me wonder if the SOCKS implementation was fuzzed ?

@cmeister2
Copy link
Collaborator

I wouldn't say it's impossible to be fuzzed. We don't have any explicit targets for it, but socks5h:// triggers SOCKS5 behaviour in libcurl, which means that the general fuzzer ought to be testing it. It's possible that something else is preventing it from making progress however.

@bagder
Copy link
Member

bagder commented Dec 22, 2023

The oss-fuzz coverage says socks.c has 0% coverage. But I don't know how to figure out why or what we should/can do to fix this. Ideas welcome!

@cmeister2
Copy link
Collaborator

cmeister2 commented Dec 22, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants