It looks like Apache Thrift is lagging the fixes available in Facebook Thrift. I am not sure they've patched any of these.
t
Tao Jiang
05/13/2021, 6:31 PM
Thanks @Mike Myers, Is there a way for accessing the updated version of Facebook Thrift? Apache Thrift repo doesn’t even allow to file an issue. Thanks!
m
Mike Myers
05/13/2021, 6:31 PM
Their issues are tracked at their Apache page, but I couldn't find discussions of any of these
yes, we have regular scanning for security issues internally using black duck.
z
zwass
05/13/2021, 6:34 PM
FWIW osquery's Thrift server listens on a socket (POSIX) or named pipe (Windows) that is permissioned to allow only root users to access it. So I'm not sure vulnerabilities in the server would be worth exploiting (since the user would already have root).
m
Mike Myers
05/13/2021, 6:59 PM
That's true (now — until recently on Windows osquery didn't lock down the Thrift pipe but now it does)