|
|
|
|
|
by wizzwizz4
439 days ago
|
|
Well, you can close all file descriptors (except the pipe used for sending the return value back to the parent), re-mmap all files with MAP_PRIVATE, and then use SECCOMP_SET_MODE_STRICT to isolate the child process. But at that point, what are you even doing? Probably nothing useful. If there were a Quick Fix for safety, we'd probably have discovered it by now. |
|
On the client side there's font shaping, PDF rendering, image decoding -- historically rich hunting grounds for browser CVEs.