Security

有意思的新闻

(最后修改: Security

http://computer.online.sh.cn/computer/gb/content/2004-07/01/content_888740.htm

你能相信一个连自己老窝都罩不住的操作系统吗?你能相信一群连自己老窝都守不住的人研制的内核吗?

哦,咳,咳,咳,听说了么?那个去年搞得GNU FTP差点彻底玩完,自己的bk服务器被人家添进奇怪代码的操作系统内核,又蹦出来拯救世界了!

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

Shall we patch a (possibly) non-exploitable heap overflow?

(最后修改: Security

While I believe that proactive security practice is necessary for every consumers, the most conversave ones should argue that even a security update will possibly break compablity.

Now I am in trouble. With rsync 2.5.5 installed on a FreeBSD system, we know that it is possible to overflow its heap, however, shall we patch it, or just let it as-is because it is not exploitable on FreeBSD, unlike Linux’s silly brk(9) implementation?

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

NetBSD have pf(4) in its src repository now!

(最后修改: Security

Finally, yes, itojun has imported pf(4) into NetBSD. Having pf(4) in base indicates that NetBSD’s recognition of pf(4) related work, and as security officer of NetBSD, itojun-san’s import have some special meanings.

参与评论

beastie.frontfree.net under SYNFLOOD attack!

(最后修改: Security

I have watched spurious SYN messages and apparantly this has affected beastie.frontfree.net’s networking subsystem, namely, its mail system. The attack is from 203.81.27.11.

Whois indicates 203.81.27.11 is:

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

beastie.frontfree.net should protect itself!

(最后修改: Security

I have added some SYNFLOOD proof packet filter rules for beastie.frontfree.net. Interestingly, the filter options seems to “forge” beastie.frontfree.net to be an OpenBSD box.

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

A firewall to cut all useful connection, good job

(最后修改: Security

Not sure how did the corporation has designed the firewall system, it is simply - bogous and useless, and is fragile by design. All the design’s function is to keep the network out of being functional, not to make it a bit safer.

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

OpenBSD's inetd saga

(最后修改: Security

FreeBSD and OpenBSD’s inetd are based on a same codebase. However, they have different features and OpenBSD have some features that FreeBSD is lacking at present. For example, per-interface binding, etc.

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

Apache又来了安全公告。。。

(最后修改: Security

刚刚想睡觉的时候收到了commit mail:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

clement     2004/05/28 08:27:02 PDT

  FreeBSD ports repository
  Modified files:
    www/apache2          Makefile 
  Added files:
    www/apache2/files    patch-modules:ssl:ssl_engine_kernel.c 
  Log:
  - Import security fix from Apache CVS...
  * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix buffer
  overflow in FakeBasicAuth code if client's subject DN exceeds 6K in
  length (CVE CAN-2004-0488); switch to using apr-util base64 encoder
  functions.
  - ... and of course bump PORTREVISION.
  
  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0488
  http://secunia.com/advisories/11534/
  
  Reported by:    Charles-Damien Orbello <tazma@cultdeadsheep.org>
  
  Revision  Changes    Path
  1.178     +1 -0      ports/www/apache2/Makefile
  1.1       +39 -0     ports/www/apache2/files/patch-modules:ssl:ssl_engine_kernel.c (new)
阅读全文… ( 本文约 140 字,阅读大致需要 1 分钟 )