Bypass Description
Alternative interpreters can execute install commands:
pwsh -c "npm install malicious"
ruby -e "system('npm install evil')"
perl -e "exec('pip install malware')"
Difficulty: Medium
Need to add detection for pwsh, ruby -e, perl -e patterns.
Priority: Medium
Found in security audit 2024-01-06
Bypass Description
Alternative interpreters can execute install commands:
Difficulty: Medium
Need to add detection for pwsh, ruby -e, perl -e patterns.
Priority: Medium
Found in security audit 2024-01-06