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)
🚨 **Vulnerability Essence**: The WordPress plugin *CMS für Motorrad Werkstätten* ≤1.0.0 has an **SQL injection** vulnerability. 🔍 **Impact**: **Authenticated users** (≥ subscriber) can manipulate database queries → extr…
🔍 **Self-Check Method**: - 🔎 Check if plugin version is **≤ 1.0.0**. - 📂 Review file `cfmw-positions.php` lines 202 and 207. - 🧾 Confirm whether the `arttype` parameter is **filtered/prepared**.
Q8Is it fixed officially? (Patch/Mitigation)
🛡️ **Official Fix**: - 📅 Release date: 2026-04-21. - 📌 Current data **does not mention a patch**. - 🔗 Reference link includes source code location → possibly disclosed, awaiting fix.