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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2021-47748 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: CVE-2021-47748 is a critical **OS Command Injection** flaw in Hasura GraphQL Engine. πŸ“‰ **Consequences**: Attackers can execute **arbitrary shell commands** via SQL queries.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-78** (OS Command Injection). The flaw stems from improper handling of **SQL query operations**. Malicious input in SQL queries is interpreted as executable system commands by the backend.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **Hasura GraphQL Engine**. Specifically, **Version 1.3.3** is vulnerable. 🏒 **Vendor**: Hasura. 🌐 **Product**: GraphQL Server. Check your deployment version immediately!

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Power**: Full **Remote Code Execution**. πŸ“‚ **Data Access**: Can read/write any file on the server. πŸ”‘ **Privileges**: Execute commands with the **same privileges** as the Hasura process.…

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Threshold**: **LOW**. CVSS Vector: `AV:N/AC:L/PR:N/UI:N`. 🚫 **No Auth Required**: Publicly exploitable without authentication. 🌍 **Network Accessible**: Exploitable over the network. High severity (CVSS 3.1).

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ’₯ **Public Exploit**: **YES**. ExploitDB ID **49802** is available. πŸ“’ **Advisory**: VulnCheck has published a detailed advisory. ⚠️ **Risk**: Wild exploitation is likely since PoC code is public.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: 1. Identify if you run **Hasura GraphQL Engine**. 2. Verify version is **1.3.3**. 3. Scan for exposed GraphQL endpoints. 4. Check logs for unusual SQL injection patterns targeting command execution.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ”§ **Official Fix**: **YES**. Hasura has released patches. πŸ“₯ **Action**: Upgrade to a **fixed version** immediately. Visit the [GitHub Repository](https://github.com/hasura/graphql-engine) for the latest secure release.…

Q9What if no patch? (Workaround)

🚧 **No Patch?**: 1. **Isolate** the server from the internet. 2. **Restrict** network access to trusted IPs only. 3. **Monitor** logs for command injection attempts. 4.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL / IMMEDIATE**. 🚨 **Priority**: P0. With **No Auth** and **Public Exploits**, this is an active threat. πŸƒ **Action**: Patch or isolate **TODAY**. Do not wait for scheduled maintenance.