Severity: Critical
Confidence: High (HTTP 200 confirmed against http://localhost:8080/install)
Category: Broken Access Control / Authentication Bypass
Affected locations:
Files/application/controllers/Install.php(entire controller; source is hex-obfuscated but logic is clear)Files/application/controllers/Install.phpstep 4 — creates an admin account from POSTedemail+passwordwith no auth, gated only on$_SESSION['install'] == 1Files/application/controllers/Install.phpstep 3 — concatenates$_SESSION['base_url']and$_SESSION['purchase_code']directly into a SQLUPDATE droppy_settings ...statement (second-order SQL injection)