Security

共 294 篇文章。

How to disable Outlook's level 1 attachment blocking feature

Security

I’d say I really dislike this feature, it always prevent me from being able to receive attachments and does not actually block virii since I have some carefully designed security mechanisms installed on my computer.

Of course someone may say “Outlook sucks, don’t use it!” but I won’t say that. Outlook is a great product that is very safe if you have configured it *CORRECTLY*. The feature of the attachment blocking, while may be useful for not experienced users, will harm users that is experienced and is highly security-aware when communicating with non-experienced folks.

阅读全文… ( 本文约 199 字,阅读大致需要 1 分钟 )

我不是都说了吗……连自己的老巢都让人端了的系统你没法相信

Security

于是他们又来了。

如果你正在用Linux kernel 2.2.x,2.4.x(从开始到2.4.29-pre3),2.6.x(从开始到2.6.10),那么你就有事干了。通过合理地注入代码,任何人都可以拿到root,因为kmem_cache_alloc()的执行过程被打断,则VMA的红黑树可能会在不希望的地方插入一个节点,并进而通过LDT调用门获取CPL0特权。

阅读全文… ( 本文约 261 字,阅读大致需要 1 分钟 )

关掉了publisher ping

Security

昨天下午接到通知说这台机器不能往外主动建连接了,本来想说道两句,但后来觉得其实有几个能连出去的端口就足够了,终于等到这一天啦,更何况我觉得那个服务没给我带来任何好处,没有也就没有了,还什么XML RPC,搞笑,traceback是什么呀?申请了没有?

其实不能连出去挺好的,再也不用担心像从前公司的服务器突然被告知「连接了某某网站,根据某某部门的要求,现停闭你公司服务器,特此通知」的事情了。

阅读全文… ( 本文约 463 字,阅读大致需要 1 分钟 )

看了看ACM发来的spam专刊

Security

感觉现在反垃圾技术发展到了一个坎上,短期内恐怕不会什么大的技术突破。基本的技术就是黑白名单、内容分析、特征分析。垃圾邮件发送的技术最近也没什么大的进展,目前我能够做到的漏判大约是万分之七,误判万分之五左右,前一阵考虑的技术还没有时间去做……

参与评论

Fast jail vs qmail

Security

It seems that the official FreeBSD qmail port’s disable-qmail (as well as the Live with Qmail documentation) will need write access to /usr/bin and /usr/libexec, and hence the “fast jail” script I have written has been rendered useless :-(

I will investigate the issue this weekend and hopefully I will be able to work around the issue.

参与评论