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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 10.0 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: YesWiki < 4.5.4 has a critical flaw. Backup requests lack verification. πŸ“‰ **Consequences**: High impact on Confidentiality, Integrity, and Availability. Sensitive data leaks are highly likely.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: CWE-287 (Improper Authentication). The system fails to verify identity before processing backup requests. 🚫 No security check gate.

Q3Who is affected? (Versions/Components)

πŸ‘₯ **Affected**: YesWiki users running versions **before 4.5.4**. πŸ‡«πŸ‡· Developed by the French YesWiki organization. PHP-based wiki system.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Exfiltrate sensitive information. Modify site integrity. Disrupt availability. Full compromise potential due to S:C (Scope Change) in CVSS.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: LOW. CVSS shows PR:N (Privileges Required: None). No authentication needed to exploit. Easy to trigger.

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

πŸ“¦ **Public Exp?**: No specific PoC code listed in data. ⚠️ However, GitHub Advisory confirms the issue. Theoretical exploitation is straightforward.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for YesWiki instances. Check version number. Look for unauthenticated backup endpoints. πŸ§ͺ Test if backup requests return data without login.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed?**: Yes. Update to **YesWiki 4.5.4 or later**. πŸ› οΈ Patch available via GitHub commit 0d4efc8.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Block external access to backup functions via WAF. Restrict IP access to wiki admin areas. πŸ›‘ Limit exposure until upgrade.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: CRITICAL. CVSS Score is High (implied by H/H/H metrics). Immediate patching required. πŸƒβ€β™‚οΈ Don't wait!