"...fix is complete?"

It seems so but 'm not really shure :-( Need to read more about this crap. Here is what i just did:

root@ubuntu:~# env var='() { ignore this;}; echo vulnerable' bash -c +/bin/true vulnerable root@ubuntu:~# aptitude install bash -s The following packages will be upgraded: bash 1 packages upgraded, 0 newly installed, 0 to remove and 4 not upgraded +. Need to get 641 kB of archives. After unpacking 0 B will be used. Do you want to continue? [Y/n/?] y Would download/install/remove packages. root@ubuntu:~# aptitude install bash The following packages will be upgraded: bash 1 packages upgraded, 0 newly installed, 0 to remove and 4 not upgraded +. Need to get 641 kB of archives. After unpacking 0 B will be used. Do you want to continue? [Y/n/?] y Get: 1 http://de.archive.ubuntu.com/ubuntu/ precise-updates/main bash +amd64 4.2-2ubuntu2.3 [641 kB] Fetched 641 kB in 0s (729 kB/s) (Reading database ... 80529 files and directories currently installed. +) Preparing to replace bash 4.2-2ubuntu2.1 (using .../bash_4.2-2ubuntu2. +3_amd64.deb) ... Unpacking replacement bash ... Processing triggers for man-db ... Setting up bash (4.2-2ubuntu2.3) ... update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to p +rovide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode +. Current status: 4 updates [-1]. root@ubuntu:~# env var='() { ignore this;}; echo vulnerable' bash -c +/bin/true bash: warning: var: ignoring function definition attempt bash: error importing function definition for `var'

Update: FYI: Yesterday evening i tried this fix on Mac OS X Lion. Didn't work.

Regards, Karl

«The Crux of the Biscuit is the Apostrophe»


In reply to Re^3: Ubuntu Upgrade Broke my Perl Dependant Apps by karlgoethebier
in thread Ubuntu Upgrade Broke my Perl Dependant Apps by juhenriquez

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.