Bypass Description
SSH can execute commands on remote hosts:
ssh localhost npm install malicious
ssh host "npm install evil"
Difficulty: Medium
Parse SSH arguments to extract remote command.
Priority: Low
Unusual attack vector.
Found in security audit 2024-01-06
Bypass Description
SSH can execute commands on remote hosts:
ssh localhost npm install malicious ssh host "npm install evil"Difficulty: Medium
Parse SSH arguments to extract remote command.
Priority: Low
Unusual attack vector.
Found in security audit 2024-01-06