Actions
Bug #2581
closedIPv6 DoS
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08/21/2013
Due date:
% Done:
0%
Estimated time:
Description
OpenBSD recently fixed an issue:
"A local denial of service is possible by an unprivileged user if the SIOCSIFADDR ioctl is performed upon an AF_INET6 socket with a specially crafted parameter."
http://ftp.openbsd.org/pub/OpenBSD/patches/5.3/common/005_in6.patch
NetBSD as well fixed this issue:
Feedback ?
Files
Updated by logan1 about 11 years ago
- File dfly_in6_2.diff added
Updated diff to include another parameter that shouldn't be passed to ioctl().
Based on a similar diff from NetBSD.
Updated by logan1 about 11 years ago
- File dfly_in6_2.diff added
2nd patch didn't go through properly.
Trying again.
Updated by logan1 about 11 years ago
I give up. patch gets garbled when I upload it.
I'm posting it on my personal website.
http://www.elandsys.com/~logan/dfly_in6_2.diff
Updated by tuxillo about 11 years ago
- File dfly_in6_2.diff dfly_in6_2.diff added
Updated by logan1 about 11 years ago
- File dfly_in6_2.patch dfly_in6_2.patch added
From Chrome instead of Safari.
Updated by logan1 about 11 years ago
- File dflybsd_ipv6.diff dflybsd_ipv6.diff added
Add SIOCSIFBRDADDR & case SIOCSIFNETMASK as well as a safety measure (From FreeBSD).
Actions