InspIRCd 1.2.7 stable is out, fixes DoS bugs
The InspIRCd team released version 1.2.7 of their stable branch yesterday which fixes 2 critical bugs that can result in DoS conditions, so an upgrade is advised.
The first crash that has been fixed is triggerable when a remote server has the same name as a local one which possibly crashes the linking IRCd. This bug was squashed by developer danieldg in this commit.
The second bug can lead to a Denial of Service condition due to memory exhaustion which is possible since ban exception masks weren’t limited in length and numbers according to MAXBANS.
This has been rectified by this commit and they are now restricted to 250 characters in length and adhere to the MAXBANS directive.
The download for InspIRCd 1.2.7 can be found here, the whole commit-log can be viewed here.
Copyright secured by Digiprove
Related posts:
- InspIRCd 1.2.5 stable and 2.0 beta 3 has been released Shortly after the last two releases, the InspIRCd project released...
- InspIRCd stable release 1.2.2, 2.0 enters beta stage The InspIRCd project just announced the availability of a new...
- New ircd-ratbox stable release fixes crashbugs [Updated] Developer androsyn just announced the availability of ircd-ratbox 2.2.9, a...
- InspIRCd 2.0 beta 4 released The InspIRCd team brings us another fresh release of the...
- InspIRCd stable 1.2.3 released The InspIRCd stable tree has a new release and is...














April 20th, 2010 at 8:10 pm Quote
It appears that well-informed opers would be enough to avoid both of these crashes, right?