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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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.