Have big security vulnerabilities been cropping up more often recently or does it seem that way because I've started to pay attention?
Its been a bad time for FOSS/Linux systems. Heartbleed, the occasional priv escalation, apt-get, bash, etc. Or whatever the hell happened at TrueCrypt. Or the recent AOSP browser bug in Android that probably won't be patched by any OEM/Carrier. These are all pretty serious issues. Not to mention the endless wave of malware targeting Windows systems, especially the evil cryptolocker ransomware. I really do think heart…
CVE-2014-6271: Remote code execution through bash
11–20 of 432 posts
Re: CVE-2014-6271: Remote code execution through bash
#12For more info: http://www.csoonline.com/article/2687265/application-securit... This should be fun
Re: CVE-2014-6271: Remote code execution through bash
#13Have big security vulnerabilities been cropping up more often recently or does it seem that way because I've started to pay attention?
Re: CVE-2014-6271: Remote code execution through bash
#14Have big security vulnerabilities been cropping up more often recently or does it seem that way because I've started to pay attention?
Its not like each year is an increase.. but it seems this year has had more major giant remote ones then in the past
Re: CVE-2014-6271: Remote code execution through bash
#15env x='() { :;}; echo vulnerable' bash -c "echo this is a test" From https://securityblog.redhat.com/2014/09/24/bash-specially-cr...
curl -H 'User-Agent: () { :;}; echo; echo vulnerable to CVE-2014-6271'
Tested and working against a shell script CGI.
Re: CVE-2014-6271: Remote code execution through bash
#16env x='() { :;}; echo vulnerable' bash -c "echo this is a test" From https://securityblog.redhat.com/2014/09/24/bash-specially-cr...
Arch was fast.
Re: CVE-2014-6271: Remote code execution through bash
#17Edit: not implying that Debian and Ubuntu aren't affected too, just that the impact there will be lessened.
Re: CVE-2014-6271: Remote code execution through bash
#18Re: CVE-2014-6271: Remote code execution through bash
#19For more info: http://www.csoonline.com/article/2687265/application-securit... This should be fun
I fail to see how "HTTP requests" generically are a vector, and its "Here is a sample" statement is not a link and is followed by... nothing.
This article tells me nothing useful other than "don't allow untrusted data into your environment", which we've all known for 20 years.