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**: Critical Privilege Escalation in WordPress Plugin. π₯ **Consequences**: Attackers can gain full Admin control without credentials. CVSS 9.8 (Critical). Total site compromise possible.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: CWE-266 (Incorrect Privilege Assignment). β οΈ **Flaw**: The plugin fails to properly check user permissions before allowing administrative actions. Logic flaw in access control.
Q3Who is affected? (Versions/Components)
π¦ **Affected**: Plugin: *Spreadsheet Price Changer for WooCommerce and WP E-commerce β Light*. π **Versions**: v2.4.37 and earlier. π’ **Vendor**: Holest Engineering.
Q4What can hackers do? (Privileges/Data)
π **Hackers Can**: Create Administrator accounts from scratch. π **Privileges**: Full Admin access (C:H/I:H/A:H). π **Data**: Read/Write/Execute arbitrary code on the server. No prior access needed.
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: LOW. π **Auth**: Unauthenticated (PR:N). π **Network**: Remote (AV:N). β‘ **Complexity**: Low (AC:L). No user interaction required (UI:N). Easy to exploit.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π₯ **Public Exploit**: YES. π **PoC**: Available on GitHub (Nxploited/CVE-2025-48129). π **Wild Exploitation**: High risk due to simplicity and lack of auth requirement.