ITSEC News · @itsecbot
687 followers · 32461 posts · Server schleuss.online

Four More Bugs Patched in Microsoft’s Azure Sphere IoT Platform - Researchers have unearthed more vulnerabilities in Microsoft’s IoT security solution. threatpost.com/four-more-bugs-

#iot #ptrace #azuresphere #vulnerabilities #internetofthings #rsaconference2018 #elevationofprivilege

Last updated 4 years ago

Tzafrir · @tzafrir
119 followers · 3071 posts · Server tooot.im

what do you do if you opened a file in vim in a different terminal?

reptyr PID_OF_VIM

(you can find the PID in the message that vim gives you)

But in more recent systems this may fail. The reason is limitations on ptrace.

So a potential workaround is to temporarily remove this limitation:

sudo sysctl kernel.yama.ptrace_scope=0
reptyr PID_OF_VIM
sudo sysctl kernel.yama.ptrace_scope=1

#reptyr #ptrace #sysctl

Last updated 6 years ago