All rules →
Rules / Dart
SHIELD-DART-003

Command injection via interpolated process arguments

highDartCWE-78CVSS 8.6

What it detects

A Process call whose arguments contain interpolated variables can be manipulated to run arbitrary commands.

How to fix

Validate and whitelist arguments and never pass raw user input to a process invocation.

Scan your repo freeFull documentation
Back to all rules
SHIELD-DART-003: Command injection via interpolated process arguments — Zennoxa Shield