FS#42112 - [bash] CVE-2014-7169 bash: code execution via specially-crafted environment (Incomplete fix)
Attached to Project:
Arch Linux
Opened by Peter Weber (hoschi) - Thursday, 25 September 2014, 09:13 GMT
Last edited by Allan McRae (Allan) - Thursday, 25 September 2014, 11:18 GMT
Opened by Peter Weber (hoschi) - Thursday, 25 September 2014, 09:13 GMT
Last edited by Allan McRae (Allan) - Thursday, 25 September 2014, 11:18 GMT
|
Details
Description:
Hello the vulnerability is not fixed, as it looks like. I didn't reviewed it, but Red Hat believes it is not fixed: Additional info: * package version(s): 4.3.024-2 * sources: https://access.redhat.com/security/cve/CVE-2014-7169 # initally caused by 6271 https://bugzilla.redhat.com/show_bug.cgi?id=1141597#c23 # bypass existing fix http://www.openwall.com/lists/oss-security/2014/09/25/10 # probably a fix, didn't checked it |
This task depends upon
Closed by Allan McRae (Allan)
Thursday, 25 September 2014, 11:18 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#42109
Thursday, 25 September 2014, 11:18 GMT
Reason for closing: Duplicate
Additional comments about closing:
https://bugs.archlinux.org/task/42109 # there is also a fix linked, looks more mature
https://bugzilla.novell.com/attachment.cgi?id=606672&action=edit # just as reference
Just try this: env X='() { (a)=>\' bash -c "echo echo vuln"; [[ "$(cat echo)" == "vuln" ]] && echo "still vulnerable :("
This is a patch that supposedly removes the whole feature and hence should reliably fix this bug: http://pastebin.com/mT7hY37Z
a) non compatible change, affectes users:
awful, breaks applications is therefore a production show stopper
b) not a major release, by developers:
only a major release can deprecated or even remove features
c) doesn't come from upstream, policy by archlinux:
by policy archlinux uses vanilla-code from upstream, exceptions only reasonable for absolutely required changes or code which will become soon pulished by upstream or similiar
d) workaround possible, countermeasures:
disabe CGI/PHP or similiar things
Closing as a duplicate.