I
Betroffen wären z.B. wenn über Apache CGI ein Shell Script aufgerufen wird. Oder liege ich da falsch?
grundsätzlich alles was eine Bash aufruft. RedHat listet u.A. folgendes auf
Common Configuration Examples:
Red Hat performed an analysis to better understand the magnitude of this issue and how it affects various configurations. The below list is not exhaustive, but is meant to give some examples of how this issue affects certain configurations, and why the high level of complexity makes it impossible to specify something is not affected by this issue. The best course of action is to upgrade Bash to a fixed version.
[TABLE="width: 100%"]
[TR]
[/TR]
[TR]
[TD]httpd[/TD]
[TD]CGI scripts are likely affected by this issue: when a CGI script is run by the web server, it uses environment variables to pass data to the script. These environment variables can be controlled by the attacker. If the CGI script calls Bash, the script could execute arbitrary code as the httpd user. mod_php, mod_perl, and mod_python do not use environment variables and we believe they are not affected.[/TD]
[/TR]
[TR]
[TD]Secure Shell (SSH)[/TD]
[TD]It is not uncommon to restrict remote commands that a user can run via SSH, such as rsync or git. In these instances, this issue can be used to execute any command, not just the restricted command.[/TD]
[/TR]
[TR]
[TD]dhclient[/TD]
[TD]The Dynamic Host Configuration Protocol Client (dhclient) is used to automatically obtain network configuration information via DHCP. This client uses various environment variables and runs Bash to configure the network interface. Connecting to a malicious DHCP server could allow an attacker to run arbitrary code on the client machine.[/TD]
[/TR]
[TR]
[TD]CUPS[/TD]
[TD]It is believed that CUPS is affected by this issue. Various user supplied values are stored in environment variables when cups filters are executed.[/TD]
[/TR]
[TR]
[TD]sudo[/TD]
[TD]Commands run via sudo are not affected by this issue. Sudo specifically looks for environment variables that are also functions. It could still be possible for the running command to set an environment variable that could cause a Bash child process to execute arbitrary code.[/TD]
[/TR]
[TR]
[TD]Firefox[/TD]
[TD]We do not believe Firefox can be forced to set an environment variable in a manner that would allow Bash to run arbitrary commands. It is still advisable to upgrade Bash as it is common to install various plug-ins and extensions that could allow this behavior.[/TD]
[/TR]
[TR]
[TD]Postfix[/TD]
[TD]The Postfix server will replace various characters with a ?. While the Postfix server does call Bash in a variety of ways, we do not believe an arbitrary environment variable can be set by the server. It is however possible that a filter could set environment variables.[/TD]
[/TR]
[/TABLE]
Zudem auch gelesen, dass mitterweile auch zsh anfällig sein soll (
https://bugzilla.redhat.com/show_bug.cgi?id=1141597#c29)