Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-4824 — AI Deep Analysis Summary

CVSS 9.8 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in Web-School ERP 1.0. 📉 **Consequences**: Full database compromise. Attackers can read, modify, or delete critical school data. The system integrity is completely broken.

Q2Root Cause? (CWE/Flaw)

🛡️ **CWE-89**: SQL Injection. 🐛 **Flaw**: User inputs in `/SchoolERP/office_admin/` are not sanitized. Parameters like `groups_id`, `examname`, and `classes_id` are directly executed in SQL queries.

Q3Who is affected? (Versions/Components)

🏢 **Vendor**: AROX SOLUTION (Web-School). 📦 **Product**: School ERP Pro+Responsive. 📅 **Version**: Specifically **v1.0**. 🌍 **Target**: Indian Web-School ERP deployments.

Q4What can hackers do? (Privileges/Data)

💀 **Privileges**: Unauthenticated access (PR:N). 📂 **Data**: High impact (C:H, I:H, A:H). Hackers can extract student records, financial vouchers (`es_voucherid`), and administrative credentials. Total data loss.

Q5Is exploitation threshold high? (Auth/Config)

⚡ **Threshold**: LOW. 🚫 **Auth**: None required (PR:N). 🖱️ **UI**: None required (UI:N). 🌐 **Network**: Remote (AV:N). 📉 **Complexity**: Low (AC:L). Easy to exploit via standard SQLi tools.

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

🔍 **Exploit**: Public references exist (Incibe CERT). 📝 **PoC**: Specific parameters identified (`groups_id`, `es_class`, etc.). 🌐 **Wild Exploitation**: Likely, given low complexity and no auth requirement.…

Q7How to self-check? (Features/Scanning)

🔎 **Check**: Scan for `/SchoolERP/office_admin/` endpoint. 🧪 **Test**: Inject SQL payloads into `groups_id` or `examname`. 📊 **Indicator**: Database errors or unexpected data retrieval in response.…

Q8Is it fixed officially? (Patch/Mitigation)

🛠️ **Patch**: Check vendor updates. 📄 **Reference**: Incibe CERT notice available. ⚠️ **Status**: Data implies v1.0 is vulnerable. Update to latest secure version if available.…

Q9What if no patch? (Workaround)

🚧 **Workaround**: Block external access to `/SchoolERP/office_admin/`. 🚫 **Input Validation**: Implement strict allow-lists for `groups_id`, `classes_id`, etc.…

Q10Is it urgent? (Priority Suggestion)

🔥 **Priority**: CRITICAL. 📈 **CVSS**: 9.8 (High). ⏱️ **Urgency**: Immediate action required. No auth needed + High impact = Active threat. Patch or isolate immediately to prevent data breach.