You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matchhostfsowner executes external commands in order to perform certain operations. For example it executes "readlink". However, the user can abuse this by setting PATH to a location that contains arbitrary executables, that are then executed by matchhostfsowner with root privileges.
We should reset PATH to a safe default, restoring it only after having dropped privileges.
The text was updated successfully, but these errors were encountered:
Matchhostfsowner executes external commands in order to perform certain operations. For example it executes "readlink". However, the user can abuse this by setting PATH to a location that contains arbitrary executables, that are then executed by matchhostfsowner with root privileges.
We should reset PATH to a safe default, restoring it only after having dropped privileges.
The text was updated successfully, but these errors were encountered: