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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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**.