Earlier quoted context omitted.
Well, yes. If you were going to exploit CGI scripts you'd likely use wget or curl instead of coding an HTTP client from scratch so why is this suprising?
It's a little surprising because I'm tempted to classify this one as 'requires 0 lines of code'.
Shellshock DHCP Remote Code Execution – Proof of Concept
61–70 of 160 posts
Re: Shellshock DHCP Remote Code Execution – Proof of Concept
#62Yeah, I don't think anyone has grasped the extent of how dangerous this vuln is -- was it released a little prematurely? is it still in "embargo"? This is hundreds of times worse than heartbleed in terms of scope/attack surface for modern servers... (I say hundreds of times worse because heartbleed was scrape-some-data-till-you-get-private-keys-and-watch-communication, where this is just get-yourself-a-shell-and-pwn-…
Re: Shellshock DHCP Remote Code Execution – Proof of Concept
#63Earlier quoted context omitted.
NetworkManager's had vulnerabilities over the years ( http://www.cvedetails.com/product/5634/Gnome-Networkmanager.... ), as has systemd. Stating this as a reason to switch is ridiculous. One can easily switch to a much more audited, secure scripting environment, such as ksh, and still have all the power scripting brings.
Not saying I agree with GP, but "the power scripting brings" can be part of the problem. Scripting is used as a means to execute arbitrary commands on a single level privilege (that of the user hooking the scripts, very often root or some high-privilege user) as opposed to a limited set of application-specific functionality. This adds a whole level of complexity to the system, which in security terms is typically the…
Re: Shellshock DHCP Remote Code Execution – Proof of Concept
#64Does this mean I shouldn't run dhcp servers? Or is even my laptop running a dhcp client going to have a bad time?
This means that DHCP clients that use bash and have DHCP server-controlled environment variables can have commands injected (as root) by a malicious DHCP server. Notably, attackers in an unhardened network can reply to DHCP clients themselves, even if there's already a DHCP server on the network. So it's not just the sysadmin who can exploit this, but anyone on the same network (broadcast domain) as the vulnerable DH…
Re: Shellshock DHCP Remote Code Execution – Proof of Concept
#65Yeah, I don't think anyone has grasped the extent of how dangerous this vuln is -- was it released a little prematurely? is it still in "embargo"? This is hundreds of times worse than heartbleed in terms of scope/attack surface for modern servers... (I say hundreds of times worse because heartbleed was scrape-some-data-till-you-get-private-keys-and-watch-communication, where this is just get-yourself-a-shell-and-pwn-…
Re: Shellshock DHCP Remote Code Execution – Proof of Concept
#66Earlier quoted context omitted.
Assuming it's a network full of machines who haven't bothered updating yet. EDIT: right?
Um, "haven't bothered"? Think about all the Linux/Unix -based devices that could be affected here, it's in the millions. Do you run a local server on your box? How about your Linux-based router? Has it been patched yet? Why not, it's been more than 24 hours now.
Re: Shellshock DHCP Remote Code Execution – Proof of Concept
#67Yeah, I don't think anyone has grasped the extent of how dangerous this vuln is -- was it released a little prematurely? is it still in "embargo"? This is hundreds of times worse than heartbleed in terms of scope/attack surface for modern servers... (I say hundreds of times worse because heartbleed was scrape-some-data-till-you-get-private-keys-and-watch-communication, where this is just get-yourself-a-shell-and-pwn-…
On the other hand Windows sysadmins are probably enjoying some schadenfreude right about now.
Re: Shellshock DHCP Remote Code Execution – Proof of Concept
#68 curl -s https://s3.amazonaws.com/download.draios.com/stable/install-sysdig | sudo bash
Let's hope that script does what it claims to do :)Re: Shellshock DHCP Remote Code Execution – Proof of Concept
#69Yeah, I don't think anyone has grasped the extent of how dangerous this vuln is -- was it released a little prematurely? is it still in "embargo"? This is hundreds of times worse than heartbleed in terms of scope/attack surface for modern servers... (I say hundreds of times worse because heartbleed was scrape-some-data-till-you-get-private-keys-and-watch-communication, where this is just get-yourself-a-shell-and-pwn-…
On the other hand Windows sysadmins are probably enjoying some schadenfreude right about now.
For example on BSD you could technically install bash, but chances that it is used as a shell for a services is very small.
Re: Shellshock DHCP Remote Code Execution – Proof of Concept
#70Earlier quoted context omitted.
Assuming it's a network full of machines who haven't bothered updating yet. EDIT: right?
Um, "haven't bothered"? Think about all the Linux/Unix -based devices that could be affected here, it's in the millions. Do you run a local server on your box? How about your Linux-based router? Has it been patched yet? Why not, it's been more than 24 hours now.
Actually it's primarily Linux because /bin/sh is pointing to bash.