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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-4283 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Critical flaw in WP DSGVO Tools (GDPR) plugin. The `super-unsubscribe` AJAX action lacks proper authorization checks.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: **CWE-862** (Missing Authorization). The plugin fails to verify if the user initiating the `super-unsubscribe` action has the right permissions. It’s a classic 'IDOR' or 'Broken Access Control' flaw.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Affected**: **WP DSGVO Tools (GDPR)** by **legalweb**. Specifically versions **3.1.38 and earlier**. 🌐 **Platform**: WordPress sites running this specific GDPR compliance plugin.

Q4What can hackers do? (Privileges/Data)

πŸ’€ **Attacker Actions**: Can **destroy user accounts** without permission. This violates Integrity (I:H) and Availability (A:H) but currently has no direct Confidentiality leak (C:N). It’s about **unauthorized deletion**.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: **LOW**. CVSS Vector shows **AV:N** (Network), **AC:L** (Low Complexity), **PR:N** (No Privileges Required), **UI:N** (No User Interaction). Anyone can exploit this remotely.

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

πŸ” **Exploit Status**: **No public PoC/Exp** listed in the data (`pocs: []`). However, the vulnerability is well-documented in source code diffs, making it easy to craft a manual exploit.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Self-Check**: Scan for **WP DSGVO Tools** version < 3.1.38. Check if the `super-unsubscribe` AJAX endpoint is active. Look for missing nonce or capability checks in `unsubscribe-form-action.php`.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fix Status**: **Yes**. The vendor (legalweb) has released patches. Update to the latest version immediately. References point to trunk and fixed tags in the WordPress plugin repository.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the `super-unsubscribe` shortcode/function if possible. Restrict access to the plugin’s AJAX endpoints via `.htaccess` or WAF rules. Monitor for sudden user account deletions.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: **CRITICAL**. CVSS Score is high due to **High Integrity/Availability impact** and **No Auth required**. Patch immediately to prevent malicious account purging.