Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-32432 — AI Deep Analysis Summary

CVSS 10.0 · Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: CraftCMS suffers from a critical Remote Code Execution (RCE) vulnerability via insecure deserialization.…

Q2Root Cause? (CWE/Flaw)

🛡️ **Root Cause**: CWE-94 (Code Injection) / Insecure Deserialization.…

Q3Who is affected? (Versions/Components)

📦 **Affected Versions**: • **Craft CMS 3.x**: 3.0.0-RC1 to 3.9.14 • **Craft CMS 4.x**: 4.0.0-RC1 to 4.14.14 • **Craft CMS 5.x**: 5.0.0-RC1 to 5.6.16 ⚠️ *All versions prior to the fixed releases are at risk.*

Q4What can hackers do? (Privileges/Data)

🔓 **Attacker Capabilities**: • **Full RCE**: Execute system commands remotely. • **Data Access**: Read/Write sensitive files and database contents. • **Privilege Escalation**: Gain administrative control over the CMS an…

Q5Is exploitation threshold high? (Auth/Config)

⚡ **Exploitation Threshold**: **LOW**. • **Authentication**: **None required** (Pre-auth). • **Requirements**: Only a valid **Asset ID** is needed. • **Complexity**: Low complexity attack vector with high impact.

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

🔍 **Public Exploits**: **YES**. • Multiple PoCs available on GitHub (e.g., `Chocapikk`, `Sachinart`, `CTY-Research-1`). • Automated scanners like **Nuclei** have templates ready. • Wild exploitation is highly likely due…

Q7How to self-check? (Features/Scanning)

🔎 **Self-Check Methods**: • Use **Nuclei** templates for CVE-2025-32432. • Run specialized checkers like `Blackash-CVE-2025-32432` or Python PoCs. • Scan for vulnerable asset transform endpoints. • Check version numbers…

Q8Is it fixed officially? (Patch/Mitigation)

✅ **Official Fix**: **YES**. • **Craft CMS 3.9.15** • **Craft CMS 4.14.15** • **Craft CMS 5.6.17** 📅 **Release Date**: April 10, 2025. Update immediately to these versions.

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: • **Isolate** the asset transform functionality. • **Restrict** access to asset IDs via WAF rules. • **Monitor** logs for suspicious deserialization attempts. • **Disable** unnecessary asset p…

Q10Is it urgent? (Priority Suggestion)

🔥 **Urgency**: **CRITICAL (Priority 1)**. • CVSS Score: **10.0** (Critical). • Pre-auth RCE means immediate threat. • Public exploits are available. • **Action**: Patch NOW or isolate the system immediately.