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
QREXEC_SERVICE_ARGUMENT, QREXEC_REQUESTED_TARGET and
QREXEC_REQUESTED_TARGET_KEYWORD should not be in the environment of the
child process unless explicitly set by the qrexec call. Explicitly
unset them.
Also avoid relying on QREXEC_SERVICE_ARGUMENT not containing glob
characters or characters in $IFS. Commands sent from a VM cannot have
them due to the sanitization in qrexec-daemon, but commands sent from
dom0 could.
Fixes: QubesOS/qubes-issues#9091
0 commit comments