Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×
- - If some front-end server on the same host forwards connections to an
apache2 backend server on the localhost address, or
- - if the machine running apache2 is also used for web browsing.
Systems not meeting one of these two conditions are not known to be
vulnerable. The actual security impact depends on which packages (and
accordingly which example scripts) are installed on the system.
Possible issues include cross site scripting, code execution, or
leakage of sensitive data.
This updates removes the problematic configuration sections from the
files /etc/apache2/sites-available/default and .../default-ssl. When
upgrading, you should not blindly allow dpkg to replace those files,
though. Rather you should merge the changes, namely the removal of the
'Alias /doc "/usr/share/doc"' line and the related '
You may also want to check if you have copied these sections to any
additional virtual host configurations.
For the stable dis...
Get the latest Linux and open source security news straight to your inbox.