1. CRITICAL: Command Injection Vulnerability in setup.sh via eval() Exposes Systems to Full Compromise
A critical command injection vulnerability has been identified in the `setup.sh` installation script, allowing for remote code execution (RCE) and full system compromise. The flaw is rooted in line 127, where user-supplied values are passed directly to the `eval()` function without sanitization. This design flaw enable...