Skip to the Main Content

Note:These pages make extensive use of the latest XHTML and CSS Standards. They ought to look great in any standards-compliant modern browser. Unfortunately, they will probably look horrible in older browsers, like Netscape 4.x and IE 4.x. Moreover, many posts use MathML, which is, currently only supported in Mozilla. My best suggestion (and you will thank me when surfing an ever-increasing number of sites on the web which have been crafted to use the new standards) is to upgrade to the latest version of your browser. If that's not possible, consider moving to the Standards-compliant and open-source Mozilla browser.

October 15, 2002

Vulnerability in Jaguar’s xinetd

Jaguar ships with xinetd 2.3.5. Apparently, there’s a DoS vulnerability in xinetd 2.3.4-2.3.7. It doesn’t sound that serious, and Apple will eventually include an update in one of their Security Updates.

But if you are running xinetd and are concerned, you can, in the meantime, download and install the latest version, xinetd-2.3.9. To install,

./configure --with-libwrap
make

(then, as root)

make install
mv /usr/sbin/xinetd  /usr/sbin/xinetd.apple
mv /usr/local/sbin/xinetd  /usr/sbin/xinetd
kill `cat /var/run/xinetd.pid`
/usr/sbin/xinetd
Posted by distler at October 15, 2002 11:01 PM

TrackBack URL for this Entry:   https://golem.ph.utexas.edu/cgi-bin/MT-3.0/dxy-tb.fcgi/8

0 Comments & 0 Trackbacks

Post a New Comment