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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2024-0221 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Directory Traversal via `rename_item` function. πŸ“‰ **Consequences**: Full compromise! High CVSS score means attackers can Read, Write, and Delete critical system files.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-22**: Improper Limitation of a Pathname to a Restricted Directory. πŸ› **Flaw**: The plugin fails to sanitize input in the `rename_item` function, allowing path manipulation.…

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: 10Web. πŸ“¦ **Product**: Photo Gallery by 10Web – Mobile-Friendly Image Gallery. πŸ“… **Affected**: Version **1.8.19 and earlier**. ⚠️ If you are on an older version, you are at risk!

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Privileges**: Requires High Privileges (Authenticated). πŸ”“ **Data Access**: Can access sensitive files outside the gallery folder.…

Q5Is exploitation threshold high? (Auth/Config)

πŸ” **Auth Required**: YES. PR:H (Privileges Required: High). 🚧 **Threshold**: Not trivial for anonymous users. πŸ“ **Config**: Attacker must have an account with sufficient permissions on the WordPress site.…

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

πŸ“œ **Public Exp?**: No specific PoC code provided in data. πŸ” **References**: Links to WordPress Trac and Wordfence exist. 🌐 **Status**: Likely theoretical or limited to authenticated insiders.…

Q7How to self-check? (Features/Scanning)

πŸ” **Check**: Scan for 'Photo Gallery by 10Web' plugin. πŸ“Š **Version**: Verify if version ≀ 1.8.19. πŸ› οΈ **Tool**: Use WordPress plugin scanners or manual file inspection of `filemanager/controller.php`.…

Q8Is it fixed officially? (Patch/Mitigation)

πŸ”§ **Fixed**: Yes! Updates available via WordPress Trac. πŸ“₯ **Action**: Update to the latest version immediately. πŸ”„ **Commit**: Changeset 3022981 addresses the issue.…

Q9What if no patch? (Workaround)

🚫 **No Patch?**: Disable the plugin if not essential. πŸ›‘οΈ **Mitigation**: Restrict user roles to prevent access to gallery management. πŸ”’ **WAF**: Block requests containing `../` in `rename_item` parameters.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: HIGH. πŸ“ˆ **CVSS**: High severity (H/H/H). ⏳ **Time**: Published Feb 2024. πŸš€ **Priority**: Patch immediately if using affected versions. πŸ›‘ Do not ignore authenticated directory traversal risks!