BugTraq summary, week of 7 dec 1998.

securid assumes you're root
SecurID is a system where you get a small card that computes pseudo-random key codes to be used to login to a "secure" machine.  The key codes change every few seconds.  A Princeton student discovered that their SecurID system would, if NIS was down, assume that all users were root.  Apparently it wasn't checking the return code from the NIS call and assumed that the user ID of 0 was good.

excel "call" disabled
Microsoft issued a patch to disable the CALL function in Excel when used in worksheets (but it still works in macros).  CALL can be used to execute code in a library (DLL under Windows).  When a CALL instruction is put into a worksheet in Excel, it can be executed automatically without warning or asking the user, and therefore could be used to make "trojan horse" Excel files.

realsystem real secure
The evaluation copy of RealSystem G2 (I have no idea what that is) makes you select an admin password.  Unfortunately it stores that password in plaintext in a file that's world readable.

linux fixes in 2.0.36
Alan Cox posted an interesting list of the bugs fixed in Linux 2.0.36 (the latest "stable" Linux release).  Some of these may be repeats from previous BTT issues, but it's cool to have the list summarized:

buffer overflows