Archived - Bash (ShellShock) Security Notice
Identification of Vulnerable Systems
ShellShock Vulnerability Test Command
$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"Expected Vulnerable Response Signature
$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
vulnerable
this is a testExpected Patched Response Signature (Ubuntu/Debian):
$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
bash: warning: x: ignoring function definition attempt
bash: error importing function definition for 'x'
this is a testExpected Patched Response Signature (RedHat/CentOS):
Remediation of Vulnerable Systems
Ubuntu-Based Remediation:
RedHat Enterprise Linux/CentOS-Based Remediation:
PreviousArchived - Installing Enterprise Agents with Microsoft AzureNextArchived - Endpoint Installation using Customized Installers
Last updated