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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: CVE-2025-55729 is a critical RCE flaw in `xwiki-pro-macros`. It stems from **missing input escaping** for the `ac:type` parameter.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-116** (Improper Encoding/Escaping of Info). The system fails to sanitize the `ac:type` argument. This allows malicious payloads to slip through as executable code instead of plain text.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **xwiki-pro-macros** by **xwikisas**. πŸ“‰ **Version**: All versions **prior to 1.26.5**. βœ… **Fixed**: Version 1.26.5 and later are safe. 🏒 **Vendor**: XWiki SAS.

Q4What can hackers do? (Privileges/Data)

πŸ’» **Hackers' Power**: Full **Remote Code Execution**. They can run arbitrary commands on the server. πŸ”“ **Privileges**: System-level access.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Threshold**: **LOW**. 🌐 **Network**: Attack Vector is Network (AV:N). 🚫 **Auth**: No Privileges Required (PR:N). πŸ‘οΈ **UI**: No User Interaction needed (UI:N). You can exploit this remotely without logging in.

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

πŸ•΅οΈ **Public Exploit**: **No**. The `pocs` field is empty. πŸ“ **References**: Links to Jira, GitHub commits, and GHSA advisories exist, but no public PoC code is provided in this data.…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for `xwiki-pro-macros` components. πŸ“‹ **Version Audit**: Check if your version is **< 1.26.5**. πŸ§ͺ **Test**: Look for unsanitized `ac:type` parameters in macro inputs.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ”§ **Official Fix**: **YES**. Update to **version 1.26.5** or higher. πŸ“₯ **Patch**: Available via GitHub commit `06e6cf3...` and GHSA advisory `GHSA-22xj-jpjg-gpgw`.…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: If you cannot upgrade immediately: 1. **Restrict Access**: Block external network access to the macro endpoints. 2.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. ⏱️ **Priority**: **P0**. With CVSS 10.0 and no auth required, this is a high-priority target for attackers. πŸš€ **Action**: Patch immediately upon availability. Do not delay.