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

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

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

CVSS 9.8 ยท Critical

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: A critical code flaw in ImpressCMS allowing **unrestricted file uploads**. <br>๐Ÿ’ฅ **Consequences**: Attackers can upload malicious PHP files, leading to **Remote Code Execution (RCE)**.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **Root Cause**: **CWE-434** (Unrestricted Upload of File with Dangerous Type). <br>๐Ÿ” **Flaw**: Improper cleaning/validation of file upload extensions. The system fails to reject dangerous file types like `.php`.

Q3Who is affected? (Versions/Components)

๐Ÿ“ฆ **Affected**: **ImpressCMS** (by ImpressCMS Company). <br>๐Ÿ“Œ **Version**: Specifically **1.4.4**. <br>๐ŸŒ **Type**: MySQL-based, modular CMS (News, Forum, Album modules).

Q4What can hackers do? (Privileges/Data)

๐Ÿ‘‘ **Privileges**: Full **Remote Code Execution**. <br>๐Ÿ“‚ **Data**: Complete access to server files, database, and system commands. <br>โš ๏ธ **Impact**: High (CVSS H). Attackers can run arbitrary PHP code on the server.

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ“‰ **Threshold**: **LOW**. <br>๐Ÿ”“ **Auth**: **None Required** (PR:N). <br>๐ŸŒ **Network**: Remote (AV:N). <br>๐Ÿ‘€ **UI**: No User Interaction needed (UI:N). Easy to exploit!

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

๐Ÿ’ฃ **Public Exploit**: **YES**. <br>๐Ÿ”— **Source**: ExploitDB **50890**. <br>๐ŸŒ **Status**: Wild exploitation is possible. VulnCheck also has advisories confirming unrestricted upload.

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Self-Check**: Scan for ImpressCMS 1.4.4 installations. <br>๐Ÿ“ค **Test**: Attempt to upload a `.php` file via any upload feature (news, forum, album).โ€ฆ

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿฉน **Official Fix**: Check the **ImpressCMS GitHub Repository** and official homepage. <br>โš ๏ธ **Note**: The provided data lists the GitHub repo but does not explicitly confirm a patch release date.โ€ฆ

Q9What if no patch? (Workaround)

๐Ÿšง **Workaround**: **Disable file uploads** entirely if not needed. <br>๐Ÿšซ **Restrict**: Implement strict server-side WAF rules to block `.php` extensions in upload directories.โ€ฆ

Q10Is it urgent? (Priority Suggestion)

๐Ÿ”ฅ **Urgency**: **CRITICAL**. <br>โฑ๏ธ **Priority**: **Immediate Action**. <br>๐Ÿ“‰ **Risk**: CVSS 3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H. No auth needed + RCE = **Patch or Mitigate NOW**.