[23562] in bugtraq
Re: wmcube-gdk is vulnerable to a local exploit
daemon@ATHENA.MIT.EDU (Jake)
Wed Dec 19 17:03:47 2001
Date: Wed, 19 Dec 2001 12:04:12 -0500 (EST)
From: Jake <bugtraq@10k.org>
To: "corecode@corecode.ath.cx" <corecode@corecode.ath.cx>
Cc: FreeBSD-gnats-submit@freebsd.org, <bugtraq@securityfocus.com>,
<robkli-8@student.luth.se>, <timecop@japan.co.jp>,
<vuln-watch@vulnwatch.org>
In-Reply-To: <200112181354.fBIDsYH04687@elevation.zuhause.stoert.net>
Message-ID: <Pine.GSO.4.42.0112191152140.9256-100000@matrix.10k.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
The program X3 (http://www.10k.org/jake/soft.html), a wmcube clone for
Mac OS X is not susceptible to these issue as the entire codebase was
complete rewritten in Objective-C:
1) object file parsing is done carefully using the NSString/NSScanner
objects.
2) system load doesn't rely on /proc and is instead measured using
mach's host_processor_info() call.
jake