Se scorri verso il basso la pagina del link msdn fornito sotto l'intestazione Vedi anche c'è un collegamento a Sicurezza di debugger che afferma:
The ability to debug another process gives you extremely broad powers that you would not otherwise have, especially when debugging remotely. A malicious debugger could inflict widespread damage on the machine being debugged.
However, many developers do not realize that the security threat can also flow in the opposite direction. It is possible for malicious code in the debuggee process to jeopardize the security of the debugging machine: there are a number of security exploits that must be guarded against.
Sicurezza debugger fornisce quindi le migliori pratiche per vari scenari di debug.
Per rispondere alla domanda specifica in che modo il collegamento con un debugger può compromettere ulteriormente la sicurezza del sistema? , Debugger Security fornisce un esempio di:
Do not debug an unknown process on a remote machine: there are potential exploits that might affect the machine running the debugger, or that might compromise msvsmon.exe, the Visual Studio Remote Debugging Monitor.