Re: Bash Bug

From: Pavel Kankovsky (peakat_private)
Date: Thu Apr 22 1999 - 02:16:06 PDT

  • Next message: Andy Church: "Re: Bash Bug"

    On Tue, 20 Apr 1999, Shadow wrote:
    
    > mkdir "\ `echo -e \ "echo + +> ~\57.rhosts\ " > x; source x; rm -f \x\ ` "
    
    Bash 1.x screws up during PS1 substitution (\w, \W). Bash 2.x does not
    seem to be vulnerable. Anyway, there's a hope even for those who want to
    stick to 1.x: replace \w with $PWD, \W with ${PWD##*/} (no guarantee).
    
    --Pavel Kankovsky aka Peak  [ Boycott Microsoft--http://www.vcnet.com/bms ]
    "NSA GCHQ KGB CIA nuclear conspiration war weapon spy agent... Hi Echelon!"
    



    This archive was generated by hypermail 2b30 : Fri Apr 13 2001 - 14:43:29 PDT