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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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

CVSS 9.9 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical PHP Object Deserialization flaw in Roundcube Webmail. <br>πŸ”₯ **Consequences**: Allows Remote Code Execution (RCE).…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-502** (Deserialization of Untrusted Data). <br>❌ **Flaw**: The `_from` parameter in `program/actions/settings/upload.php` is **not validated**.…

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected Versions**: <br>β€’ Roundcube Webmail **< 1.5.10** (LTS) <br>β€’ Roundcube Webmail **< 1.6.11** (Current) <br>🏒 **Vendor**: Roundcube Team.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Capabilities**: <br>β€’ **RCE**: Execute arbitrary code on the server. <br>β€’ **Privileges**: Gain full system access (since it runs as the web user).…

Q5Is exploitation threshold high? (Auth/Config)

πŸ”“ **Exploitation Threshold**: <br>β€’ **Auth Required**: **YES**. Must be an **authenticated user**. <br>β€’ **UI Required**: **NO**. No user interaction needed beyond login. <br>β€’ **Network**: Remote (AV:N).…

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

πŸ’£ **Public Exploits**: <br>β€’ **PoC Available**: **YES**. Multiple GitHub repos (e.g., `rasool13x/exploit-CVE-2025-49113`).…

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check Methods**: <br>1. **Version Check**: Look for `rcversion` in HTML body. <br>2. **Scanner**: Use Nuclei with CVE-2025-49113 template. <br>3.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Official Fix**: <br>β€’ **Patch Available**: **YES**. <br>β€’ **Fixed Versions**: Roundcube **1.5.10** and **1.6.11**. <br>πŸ“₯ **Action**: Upgrade immediately to these versions or later.…

Q9What if no patch? (Workaround)

🚧 **No Patch Workaround**: <br>1. **Restrict Access**: Block access to `program/actions/settings/upload.php` via WAF or Web Server config. <br>2.…

Q10Is it urgent? (Priority Suggestion)

🚨 **Urgency**: **CRITICAL / IMMEDIATE**. <br>β€’ CVSS 10.0. <br>β€’ Public PoCs and Scanners exist. <br>β€’ Flaw has existed for **10+ years**. <br>πŸ‘‰ **Priority**: **P1**. Patch or mitigate within **24-48 hours**.