This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Yachtcontrol Navigation System suffers from **OS Command Injection**. π₯ **Consequences**: Attackers can execute arbitrary system commands directly on the server, leading to full system compromise.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: **Unvalidated User Input**. The application fails to sanitize the `command` parameter passed to `systemcall.php`, allowing direct shell execution. CWE: Command Injection.
Q3Who is affected? (Versions/Components)
π¦ **Affected**: **Yachtcontrol** (Dutch ship navigation system). π **Versions**: 2019-10-06 and earlier. π **Target**: Web servers exposed via Dutch GPRS/4G mobile IP ranges.
Q4What can hackers do? (Privileges/Data)
π **Hacker Power**: Execute **OS-level commands** as an unauthenticated user. π **Data Risk**: Can read/write files, pivot to other systems, and gain complete control over the navigation server.
Q5Is exploitation threshold high? (Auth/Config)
β‘ **Threshold**: **LOW**. π **Auth**: **None required** (Unauthenticated). π **Vector**: Direct HTTP request to `/pages/systemcall.php?command={COMMAND}`.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π£ **Public Exploit**: **YES**. π **Sources**: Exploit-DB #47760, PacketStorm, and Nuclei templates available. π **Wild Exploit**: Likely active given the unauthenticated nature.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for `/pages/systemcall.php?command=whoami`. π‘ **Tools**: Use Nuclei or custom scripts to probe Dutch GPRS/4G IP ranges for this specific endpoint.
π§ **No Patch?**: Block external access to port 80/443 for these IPs. π **WAF**: Block requests containing `systemcall.php` or shell metacharacters (`;`, `|`, `$`).
Q10Is it urgent? (Priority Suggestion)
π₯ **Urgency**: **CRITICAL**. π¨ **Priority**: Patch immediately. Unauthenticated RCE in maritime navigation systems poses severe safety and security risks.