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

Goal: 1000 CNY ยท Raised: 1325 CNY

100%

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

Q1What is this vulnerability? (Essence + Consequences)

๐Ÿšจ **Essence**: InPost Gallery < 2.1.4.1 has a Path Traversal/LFI vulnerability. <br>๐Ÿ’ฅ **Consequences**: Attackers can force inclusion of malicious files/URLs, leading to **Remote Code Execution (RCE)** on the server.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ› ๏ธ **Root Cause**: Insecure use of PHP's `extract()` function. <br>โš ๏ธ **Flaw**: When rendering HTML views, user input is not sanitized before extraction, allowing variable injection.โ€ฆ

Q3Who is affected? (Versions/Components)

๐ŸŽฏ **Affected**: WordPress Plugin **InPost Gallery**. <br>๐Ÿ“ฆ **Version**: Versions **before 2.1.4.1**. <br>๐ŸŒ **Platform**: WordPress sites using this specific plugin. ๐Ÿ“… Published: 2022-12-19.

Q4What can hackers do? (Privileges/Data)

๐Ÿ’ป **Privileges**: **Unauthenticated** access. No login needed. <br>๐Ÿ“‚ **Data**: Can read arbitrary server files (LFI). <br>๐Ÿ”ฅ **Action**: Execute arbitrary code remotely (RCE). Full server compromise possible.โ€ฆ

Q5Is exploitation threshold high? (Auth/Config)

๐Ÿ“‰ **Threshold**: **LOW**. <br>๐Ÿ”“ **Auth**: Unauthenticated (No credentials required). <br>โš™๏ธ **Config**: Exploitable via standard HTTP requests to the plugin's HTML rendering endpoints. Easy to trigger. ๐Ÿš€

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

๐Ÿ”ฅ **Public Exp?**: **YES**. <br>๐Ÿ› ๏ธ **Tools**: <br>1. **INPGer**: Automatic mass checking tool (GitHub: im-hanzou). <br>2. **Nuclei**: Template available (projectdiscovery).โ€ฆ

Q7How to self-check? (Features/Scanning)

๐Ÿ” **Self-Check**: <br>1. Scan for InPost Gallery plugin version. <br>2. Use **Nuclei** with CVE-2022-4063 template. <br>3. Check for LFI indicators in HTTP responses. <br>4.โ€ฆ

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿ›ก๏ธ **Fixed?**: **YES**. <br>๐Ÿ“ฆ **Patch**: Update InPost Gallery to version **2.1.4.1 or later**. <br>โœ… **Mitigation**: Official update resolves the `extract()` insecurity. ๐Ÿ”„

Q9What if no patch? (Workaround)

๐Ÿšง **No Patch?**: <br>1. **Disable/Remove** the InPost Gallery plugin immediately. <br>2. Restrict access to WordPress admin/plugins via WAF. <br>3. Monitor logs for LFI/RCE attempts. ๐Ÿ›‘ Critical workaround.

Q10Is it urgent? (Priority Suggestion)

๐Ÿšจ **Urgency**: **CRITICAL**. <br>โณ **Priority**: **P0 - Immediate Action**. <br>๐Ÿ“ข **Reason**: Unauthenticated RCE + Public PoCs + High Impact. Patch immediately or disable plugin. โฐ Time-sensitive.