Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2019-17270 β€” AI Deep Analysis Summary

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.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Update to a version **after 2019-10-06**. πŸ“’ **Status**: Vendor (Yachtcontrol) issued a fix. Check official channels for the latest secure release.

Q9What if no patch? (Workaround)

🚧 **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.