Another set of bind vulnerabilities
[Posted November 12, 2002 by corbet]
Here we go again... The Berkeley Internet Domain server (BIND)
versions 4 and 8 have a new
set of remotely exploitable vulnerabilities. They are well described in
this
ISS advisory; in short, the problems are:
- The really nasty one is a buffer overflow in the server's caching
code; this one could (and probably will) be used for remote root
exploits.
- The server can be made to terminate (with an assertion failure) when
fed a large OPT record with certain kinds of queries.
- BIND servers can also be made to crash (with a null pointer
dereference) when passed information with the right kind of bogus
expiration time.
The first vulnerability leaves much of the net open to root exploits,
worms, etc. There is no doubt that many servers will not be patched in
time, with the result that malware writers will find no shortage of fertile
ground for their unpleasant stuff. Business as usual, in other words.
The other result of this set of vulnerabilities is likely to be to force
many sites to upgrade, at last, to BIND version 9. That will reduce
the diversity of BIND implementations running on the net, thus ensuring
that the next vulnerability will affect even more systems. BIND 9 is
said to be more secure (having been rewritten with that goal in mind), but
there are, beyond doubt, more problems lurking in that body of code. Then
we'll get to go through this again.
(
Log in to post comments)