Depicter <= 4.0.7 - Missing Authorization to Unauthenticated Display Rule Updates
Strategic Overview
- Status
- Patched in 4.7.0
- Affected Plugin
- Depicter — Popup & Slider Builder
- Affected Version
<= 4.0.7- CVSS
- 5.3Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2025-11370
At a glance
CVE-2025-11370 is a medium-severity Missing Authorization vulnerability in the Depicter WordPress plugin, affecting versions <= 4.0.7. It carries a CVSS score of 5.3 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 4.7.0; sites on affected versions should update now. Disclosed January 2026, reported by Brizzle.
Vulnerability Overview
The Popup and Slider Builder by Depicter – Add Email collecting Popup, Popup Modal, Coupon Popup, Image Slider, Carousel Slider, Post Slider Carousel plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'store' function of the RulesAjaxController class in all versions up to, and including, 4.0.7. This makes it possible for unauthenticated attackers to update pop-up display settings.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user.
CWE-862: Missing Authorization
Depicter <= 4.0.7 carries this weakness at store, and reaching it takes no account at all. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Depicter the fix is 4.7.0: builds <= 4.0.7 are affected, anything from 4.7.0 onward is not.
Remediation
Update to version 4.7.0, or a newer patched version
How does WordSec protect against this?
This one needs no account at all, which puts it outside what login hardening can reach; WordSec's login security narrows the account-level paths around it, and the firewall is what inspects the request itself. None of that substitutes for the fix: Depicter 4.7.0 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
- 5.4CVE-2022-47176: Depicter Slider Missing Authorization on 'make'
CVE-2022-47176 - 5.3CVE-2025-68558: Depicter Slider <= 4.0.4 Missing Authorization
CVE-2025-68558 - 5.3CVE-2024-47359: Depicter Slider <= 3.2.2 Missing Authorization
CVE-2024-47359 - 4.3CVE-2025-11373: Popup and Slider Builder… Authenticated
CVE-2025-11373
Other vulnerabilities in Depicter — Popup & Slider Builder
- 8.8CVE-2024-4389: Slider & Popup Builder… Arbitrary File Upload
CVE-2024-4389 - 7.5CVE-2026-66622: Depicter — Popup & Slider Builder SQL Injection
CVE-2026-66622 - 7.5CVE-2025-2011: Slider & Popup Builder by Depicter SQL Injection
CVE-2025-2011 - 7.2CVE-2026-15049: Depicter Arbitrary File Upload
CVE-2026-15049 - 6.5CVE-2024-4390: Depicter <= 3.0.2 Arbitrary Nonce Generation
CVE-2024-4390 - 6.4CVE-2024-4633: Slider & Popup Builder by Depicter Stored XSS
CVE-2024-4633 - 4.4CVE-2024-47381: Depicter Slider <= 3.2.2 Stored Cross-Site Scripting
CVE-2024-47381 - 4.4CVE-2024-43161: Depicter Slider <= 3.1.2 Stored Cross-Site Scripting
CVE-2024-43161
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C