I have installed Git for Windows with bash shell support. Is it vulnerable to ShellShock?
Refs:
I have installed Git for Windows with bash shell support. Is it vulnerable to ShellShock?
Refs:
The article you linked to clearly stated that it was vulnerable. However, it's pretty hard to leverage "shell shock" in "BASH" on Windows for git. You're still restricted to the users permissions, and their git code repository on their file system.
Additionally, there are far fewer attack vectors that exploit shell shock on Windows than on their *nix counterparts. I'd be gobsmacked if I saw a windows process invoke a bash shell.
Pretty sure it is. Check with Is there a short command to test if my server is secure against the shellshock bash bug?
Although on windows it is more difficult that an attacker is able to set an environment variable to a malicious value and that bash later gets executed with it.