|
Upgrade to version 1.18 or higher, as it has been reported to fix this vulnerability. It is also possible to correct the flaw by implementing the following workaround(s): Granting access to /dev/tty (this includes not using the -B option to pola-run), and by proxying access to stdin/stdout/stderr by piping them through cat
"cat | pola-run ... 2>&1 | cat"
Another option would be eg. to implement PTraceJail this would allow to block ioctl() calls
|