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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.3 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Reflected XSS in Rukovoditel CRM. The `zd_echo` parameter in the Zadarma phone API endpoint reflects user input directly into the HTTP response without validation.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-79** (Improper Neutralization of Input During Web Page Generation).…

Q3Who is affected? (Versions/Components)

🏒 **Affected**: **Rukovoditel CRM**. πŸ“¦ **Versions**: **3.6.4 and earlier**. 🧩 **Component**: Specifically the Zadarma phone API integration endpoint.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: Execute arbitrary JavaScript in the victim's browser. πŸ•΅οΈ **Impact**: Steal admin cookies, redirect users to phishing sites, or perform actions on behalf of the user.…

Q5Is exploitation threshold high? (Auth/Config)

βš–οΈ **Exploitation Threshold**: **Low**. 🌐 **Network**: Remote (AV:N). πŸ”‘ **Auth**: None required (PR:N). πŸ–±οΈ **User Interaction**: Required (UI:R) - victim must click a crafted link.…

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

πŸ“‚ **Public Exploit**: **No**. The `pocs` field is empty. πŸ“’ **Info**: A forum discussion exists (link provided in references), but no verified PoC or wild exploitation code is currently available in the dataset.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for the Zadarma API endpoint. Look for the `zd_echo` parameter in HTTP requests/responses. Use XSS scanners to test if input is reflected without encoding. Check if the version is ≀ 3.6.4.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **Official Fix**: **Unknown/Not Provided**. The data does not mention a specific patch version or update. Users must check the vendor's official forum or website for the latest secure version.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If no patch is available: 1. **Input Validation**: Sanitize `zd_echo` inputs server-side. 2. **Output Encoding**: Ensure HTML entities are encoded before reflection. 3.…

Q10Is it urgent? (Priority Suggestion)

⚑ **Urgency**: **High**. πŸ“… **Priority**: Patch immediately. With CVSS score indicating High Confidentiality/Integrity impact and Low complexity, this is a critical risk.…