Mailing-List: contact securesoftware-help@list.cr.yp.to; run by ezmlm Delivered-To: mailing list securesoftware@list.cr.yp.to Received: (qmail 20610 invoked by uid 1017); 15 Dec 2004 08:16:36 -0000 Date: 15 Dec 2004 08:16:36 -0000 Message-ID: <20041215081636.20609.qmail@cr.yp.to> Mail-Followup-To: securesoftware@list.cr.yp.to, filter@bolthole.com Automatic-Legal-Notices: See http://cr.yp.to/mailcopyright.html. From: "D. J. Bernstein" To: securesoftware@list.cr.yp.to, filter@bolthole.com Subject: [remote] [control] elm/bolthole filter 2.6.1 save_embedded_address overflows address buffer Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Ariel Berkman, a student in my Fall 2004 UNIX Security Holes course, has discovered a remotely exploitable security hole in the elm/bolthole filter program. I'm publishing this notice, but all the discovery credits should be assigned to Berkman. You are at risk if you feed incoming email through the filter program. Anyone sending you email can take complete control over your account: he can read and modify your files, watch the programs you're running, etc. Proof of concept: On an x86 computer running FreeBSD 4.10, type wget http://www.bolthole.com/filter/filter2.6.1.tar.gz gunzip < filter2.6.1.tar.gz | tar -xf - cd filter2.6.1 env TOUCH=/usr/bin/touch make to download and compile the filter program, version 2.6.1 (current). Then save the file 11.mail attached to this message, and type ./filter < 11.mail with the unauthorized result that a file named x is removed from the current directory. (I tested this with a 534-byte environment, as reported by printenv | wc -c.) Here's the bug: In filter.c, save_embedded_address() copies any amount of data into an address[LONG_STRING] array. ---D. J. Bernstein, Associate Professor, Department of Mathematics, Statistics, and Computer Science, University of Illinois at Chicago --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=unknown-8bit Content-Disposition: attachment; filename="11.mail" Content-Transfer-Encoding: quoted-printable From: Subject: blah My text goes here... --oyUTqETQ0mS9luUI--