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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-24297 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Cross-Site Scripting (XSS) in Growatt Cloud Applications. <br>πŸ’₯ **Consequences**: Attackers inject malicious JavaScript. This leads to **High** impact on Confidentiality, Integrity, and Availability.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-79 (Improper Neutralization of Input). <br>πŸ” **Flaw**: Insufficient server-side input validation. The system fails to sanitize user inputs, allowing script execution.

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: Growatt (China). <br>πŸ“¦ **Product**: Cloud portal / Monitoring platform. <br>πŸ“‰ **Affected**: Version **3.6.0** and all earlier versions.

Q4What can hackers do? (Privileges/Data)

πŸ’» **Hacker Actions**: Execute arbitrary JavaScript in victims' browsers. <br>πŸ”‘ **Privileges**: Steal cookies/sessions, redirect users, or deface pages.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. <br>πŸ”“ **Auth**: No privileges required (PR:N). <br>πŸ–±οΈ **UI**: No user interaction needed (UI:N). <br>🌐 **Network**: Network accessible (AV:N). <br>🎯 **Difficulty**: Low complexity (AC:L).

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

πŸ“œ **Public Exp?**: No specific PoC listed in the data. <br>🌍 **Wild Exp**: None reported yet. <br>⚠️ **Note**: CISA Advisory (ICSA-25-105-04) highlights the risk, but code-level exploits are not public.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for **Growatt Cloud Applications** versions ≀ 3.6.0. <br>πŸ§ͺ **Test**: Input `<script>alert(1)</script>` into search/login fields. If it executes, you are vulnerable.…

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Fix**: Upgrade to a version **newer than 3.6.0**. <br>πŸ“₯ **Source**: Check official Growatt support channels for the patched release. <br>πŸ“ **Ref**: See CISA Advisory ICSA-25-105-04 for official guidance.

Q9What if no patch? (Workaround)

🚧 **Workaround**: If patching is delayed, implement **WAF rules** to block script tags (`<script>`, `onerror`, etc.).…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **HIGH**. <br>πŸ“ˆ **CVSS**: 9.8 (Critical). <br>⏱️ **Action**: Patch immediately. No auth/UI interaction needed makes this easy to exploit. Prioritize for ICS/OT environments.