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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: SQL Injection in Saltcorn's `mobile-sync` route. πŸ’₯ **Consequences**: Attackers can inject arbitrary SQL commands via sync parameters, leading to full data compromise.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-89** (SQL Injection). The flaw lies in improper input validation within the `mobile-sync` endpoint, allowing malicious SQL payloads to execute.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Versions**: Saltcorn **< 1.4.6**, **< 1.5.6**, and **< 1.6.0-beta.5**. Any version prior to these specific release numbers is vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ’° **Impact**: Low-privilege users (with read access to at least one table) can escalate. They can read, modify, or delete **any data** in the database due to High CVSS score (C:H, I:H, A:H).

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **Low**. Requires **Authentication** (PR:L) and basic read permissions. No user interaction (UI:N) needed. Network accessible (AV:N).

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

πŸ“œ **Public Exploit**: **No**. The `pocs` array is empty. No public Proof-of-Concept or wild exploitation code is currently available.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for Saltcorn instances running versions **1.4.5 and below**, **1.5.5 and below**, or **1.6.0-beta.4 and below**. Check if the `mobile-sync` endpoint is exposed.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fix**: **Yes**. Upgrade to **Saltcorn 1.4.6**, **1.5.6**, or **1.6.0-beta.5** (or later). Refer to the GitHub Security Advisory for official patch details.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: Restrict network access to the `mobile-sync` route. Disable mobile sync if not needed. Ensure strict WAF rules block SQL injection patterns in sync parameters.

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **HIGH**. CVSS 3.1 Vector indicates High severity. Since it affects authenticated users and allows full DB control, patch immediately upon upgrading.