21:45 <kmuto> fmlのガイドくらいは書けるかなぁ。 21:46 <kmuto> pgpあたりがやったことないので 21:46 <kmuto> 不安っちゃ不安だ 21:46 <ukai> # admin off ほげほげ 21:46 >Ar-< 鍵りんぐ? 21:46 <ukai> を pgp で署名しておくるだけ 21:46 <kmuto> ふに 21:47 <kmuto> ちゃんとマニュアル見ればいいんだな 21:47 <ukai> mailcrypt 的に C-c / s か
つーわけで、from bugtraq
diff -ur ../vger-990630/linux/net/ipv4/route.c linux/net/ipv4/route.c
--- ../vger-990630/linux/net/ipv4/route.c Wed Jun 30 22:22:32 1999
+++ linux/net/ipv4/route.c Tue Jul 13 17:00:52 1999
@@ -957,7 +957,7 @@
if (rt->key.iif == 0)
src = rt->rt_src;
- else if (fib_lookup(&rt->key, &res) == 0)
+ else if (fib_lookup(&rt->key, &res) == 0 && res.type != RTN_NAT)
src = FIB_RES_PREFSRC(res);
else
src = inet_select_addr(rt->u.dst.dev, rt->rt_gateway,RT_SCOPE_UNIVERSE);
- 1) a denial of service attack on nmbd (the netbios name service daemon). The attack made nmbd spin using up CPU resources until it was killed.
- 2) A buffer overflow in the message service in smbd. This was exploitable if the system administrator had set the "message command" option in smb.conf. This option is not set by default.
- 3) A race condition in smbmnt which would allow a user to mount at arbitrary points in the filesystem. This could only be exploited if smbmnt is setuid, which it is not by default.