Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 8 Oct 2014 07:26:25 -0700
From: Michal Zalewski <lcamtuf@...edump.cx>
To: oss-security <oss-security@...ts.openwall.com>
Subject: Re: Re: Thoughts on Shellshock and beyond

> Note that the hardening fix that was provided in a rush
> post-disclosure is not the best one. [...]
> It breaks backward compatibility because it restricts which
> functions can be exported. For instance, you can't export a
> /bin/rm function anymore (was useful as a debugging tool).

Hmm, wasn't that breakage actually caused by the first (original)
patch, which added a call to legal_identifier()? We had problems with
the patch specifically because it managed to break several instances
where people were trying to export "fake object-oriented" function
names such as foo::bar.

/mz

Powered by blists - more mailing lists

Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.