This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: SSRF (Server-Side Request Forgery) in WordPress Picture/Portfolio/Media Gallery plugin. <br>π₯ **Consequences**: Server requests unintended internal/external URLs.β¦
π‘οΈ **CWE**: CWE-918 (SSRF). <br>π **Flaw**: Lack of input validation on image download functionality. The plugin processes user-supplied URLs without checking if they are safe or internal.
Q3Who is affected? (Versions/Components)
π’ **Vendor**: nimble3. <br>π¦ **Product**: WordPress Picture / Portfolio / Media Gallery. <br>π **Affected**: Version 3.0.1 and earlier. <br>π **Platform**: WordPress sites using this specific plugin.
Q4What can hackers do? (Privileges/Data)
π΅οΈ **Hackers Can**: <br>1. Scan internal network ports/services. <br>2. Access sensitive internal data (metadata, config files). <br>3. Bypass firewalls using the server's trust.β¦
π **Public Exp?**: No specific PoC provided in data. <br>π **Refs**: WordFence and Trac links available. <br>β οΈ **Status**: Likely exploitable given CVSS vector. Check references for manual testing steps.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: <br>1. Scan for plugin version <= 3.0.1. <br>2. Look for endpoint: `/includes/prettyphoto/download-image.php`. <br>3. Test SSRF by injecting internal IPs (e.g., `127.0.0.1`) into image URL parameters.