os.system() or os exec-family call
High
- Category
- Dangerous Code Execution
- Content
if acked and acked >= requested: return os.execv( sys.executable, [ sys.executable,- Confidence
- 77% confidence
- Finding
- This execv path allows remote server-controlled state in agent_preferences to trigger local process replacement. Although it restarts the same script rather than arbitrary code, a compromised or malicious arena service can force repeated restarts, creating a denial-of-service condition and giving the server operational control beyond simple turn watching.
