OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Potential security problem with mtr - fixed
From: Jeff Dafoe (jeffdEVCOM.NET)
Date: Mon Mar 06 2000 - 09:24:56 CST


> The mtr developers have been contacted on the address supplied with
> the code, but no reply has been received.
>
> The remedy to this problem is very simple: the call to seteuid()
> should be replaced with a call to setuid(). Apply the following
> diff to mtr.c
> in the mtr distribution.

From /usr/doc/mtr/changelog.Debian.gz:

mtr (0.28-1) stable; urgency=high

  * Security fix for theoretical stack-smash-and-fork attack -
    s/seteuid/setuid/ in mtr.c