Security bugs & fuzzing #1003
Replies: 4 comments 4 replies
-
As this is early in the development and YARP isn't being used in security sensitive context just yet I believe reporting the bugs publicly is fine |
Beta Was this translation helpful? Give feedback.
-
@stevenjohnstone what are you using to fuzz test? You've found some pretty incredible stuff so far. I'm wondering if it would be possible to automate some of it on a cron daily or something similar. |
Beta Was this translation helpful? Give feedback.
-
@stevenjohnstone thank you for putting together the PR, I'll review it over the next couple of days. I was wondering if you had any experience with grammar-based fuzzing? I've been looking at a couple of tools (Grammarinator, Superion, Nautilus, AFLSmart) and the general approach seems like it could be really good for this project. |
Beta Was this translation helpful? Give feedback.
-
@stevenjohnstone currently getting |
Beta Was this translation helpful? Give feedback.
-
I've been experimenting with fuzzing yarp. I have a found a few bugs which are perhaps security-relevant including
How bad these are is dependent on the context in which yarp is used.
What's the best way to proceed? Open public bugs? Report privately?
I'd like to contribute the fuzzing code I've been using: is there interest?
Beta Was this translation helpful? Give feedback.
All reactions