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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2022-50993 โ€” AI Deep Analysis Summary

CVSS 9.8 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: Unauthenticated Arbitrary File Upload in E-office. <br>๐Ÿ’ฅ **Consequences**: Attackers upload PHP Webshells to the Document directory.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: **CWE-434** (Unrestricted Upload of File with Dangerous Type). <br>๐Ÿ” **Flaw**: The `OfficeServer.php` interface fails to validate file types or names.โ€ฆ

Q3Who is affected? (Versions/Components)

๐Ÿ“ฆ **Affected**: **Weaver E-office**. <br>๐Ÿ“‰ **Versions**: All versions **< 10.0_20221201**. <br>โš ๏ธ **Component**: Specifically the `OfficeServer.php` endpoint.

Q4What can hackers do? (Privileges/Data)

๐Ÿ‘‘ **Privileges**: Executes code as the **Web Server User**. <br>๐Ÿ“‚ **Data**: Full access to server files, databases, and internal network resources. <br>๐Ÿ’ฃ **Impact**: High (CVSS 9.8).โ€ฆ

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ”“ **Auth**: **None Required**. <br>โš™๏ธ **Config**: Low barrier. <br>๐ŸŒ **Access**: Remote attackers can exploit this directly over the network without any login credentials. It is an **Unauthenticated** vulnerability.

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

๐Ÿ”ฅ **Exploit Status**: **Yes, Public**. <br>๐Ÿ“… **Evidence**: First observed by **Shadowserver Foundation** on Oct 10, 2022.โ€ฆ

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Self-Check**: Scan for the `OfficeServer.php` endpoint. <br>๐Ÿงช **Test**: Send a multipart POST request with a `.php` file and fake `Content-Type`.โ€ฆ

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿ›ก๏ธ **Fix**: **Yes, Official Patch Available**. <br>๐Ÿ“ฆ **Solution**: Upgrade to **E-office version 10.0_20221201** or later. <br>๐Ÿ“– **Ref**: See Weaver's official release notes for patch details.

Q9What if no patch? (Workaround)

๐Ÿšง **Workaround (No Patch)**: <br>1. **Block Access**: Restrict access to `OfficeServer.php` via WAF or Firewall (IP whitelisting). <br>2. **Disable Upload**: If possible, disable file upload features in the admin panel.โ€ฆ

Q10Is it urgent? (Priority Suggestion)

๐Ÿšจ **Urgency**: **CRITICAL**. <br>โฑ๏ธ **Priority**: Immediate Action Required. <br>๐Ÿ“‰ **Risk**: High CVSS score (9.8), unauthenticated, and actively exploited in the wild. Patch immediately to prevent RCE.