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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-24494 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in `/api/integrations/getintegrations`. πŸ’₯ **Consequences**: Unauthenticated attackers can dump sensitive backend database data via crafted `store_id` params.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). The flaw lies in improper input validation/sanitization of the `store_id` parameter in the API endpoint.

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **Order Up**'s **Online Ordering System v1.0**. Developed by janobe. Targets small businesses using this multi-store ordering platform.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Attacker Capabilities**: Full access to backend DB! πŸ“‰ **Impact**: High Confidentiality, Integrity, and Availability loss (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. No authentication (PR:N) or user interaction (UI:N) required. Network accessible (AV:N) with Low complexity (AC:L). Easy to exploit remotely.

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

πŸ“„ **Public Exp?**: No specific PoC code listed in data. However, a **third-party advisory** exists from SpartansSec, confirming the vulnerability is known and documented.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for `/api/integrations/getintegrations` endpoint. Test `store_id` parameter with standard SQLi payloads (e.g., `' OR 1=1--`). Look for DB errors or unexpected data returns.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Patch Status**: Data does not mention an official vendor patch. Published Feb 2026. Likely requires manual code fix or waiting for vendor update.

Q9What if no patch? (Workaround)

🚧 **Workaround**: Block external access to `/api/integrations/getintegrations` via WAF or firewall rules. Sanitize/parameterize `store_id` inputs in code if source access is available.

Q10Is it urgent? (Priority Suggestion)

⚠️ **Urgency**: **CRITICAL**. Unauthenticated, remote, high impact. Immediate mitigation (WAF/Network block) is strongly recommended until patched.