-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add project for OpenWRT relayd CVE-2020-11752 #16
base: master
Are you sure you want to change the base?
Add project for OpenWRT relayd CVE-2020-11752 #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add into the github actions building the docker, similar to other projects.
|
||
> Note: Fuzzing has some degree of non-determinism, so when you run | ||
yourself you may not get exactly this file. This is expected; your | ||
output should still trigger the Oniguruma regex bug. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove note (copy-paste left-over).
@@ -0,0 +1,47 @@ | |||
# OpenWRT mdns CVE-2020-11752 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should header say "relayd"? Also want to check that the CVE number isn't a left-over from copy-paste.
mayhem run mayhem/relayd | ||
``` | ||
|
||
and watch Mayhem replicate the bugs! These bugs take seconds! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a hyperlink to ForAllSecure on word Mayhem. Helps pagerank :)
# OpenWRT mdns CVE-2020-11752 | ||
|
||
Three out-of-bounds access issues were found in OpenWRT's relayd. They were reported to the OpenWRT security address on April 9 2020, and a fix ([1](https://git.openwrt.org/?p=project/relayd.git;a=commit;h=796da66abd074037f3b48475772d65874cc6de54), [2](https://git.openwrt.org/?p=project/relayd.git;a=commit;h=f4d759be54ceb37714e9a6ca320d5b50c95e9ce9)) was released soon after. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! Couple of requests:
- Please hard-wrap at <80 char line limit.
- Add a link to the advisory https://openwrt.org/advisory/2020-05-06-2
Uses modified source code of OpenWRT relayd (GPLv2). Like #15 this needs some annotation of that.