Remix.run Logo
grimm8080 9 hours ago

What does RCE mean?

chrismorgan 9 hours ago | parent | next [-]

RCE stands for Remote Code Execution: being able to trigger arbitrary code execution (ACE) from a remote machine.

This, however, is mislabelled: it’s not remote code execution at all, only local. It would only become RCE if there was some path to remotely triggering Vim to open the attack file, or Emacs the attack repository, or if a normal way of fetching a repository automatically set up and executed the hook.

snarf_br 9 hours ago | parent | prev | next [-]

Remote Code Execution, which this isn't, in both cases.

It is code execution.

virtue3 9 hours ago | parent | prev [-]

Remote code execution - aka they can run arbitrary code on the compromised machine via the bug.

Basically the worst possible thing.