Description
The ShopLentor plugin for WordPress is vulnerable to arbitrary function execution via the woolentoropt/v1/custom-action REST API endpoint in all versions up to, and including, 3.3.7. This is due to the handle_action() method passing user-supplied input directly to call_user_func() without an allowlist of permitted callbacks. This makes it possible for authenticated attackers, with Administrator-level access and above, to execute arbitrary PHP callable functions via the 'callback' parameter.
Published: 2026-08-05
Score: 7.2 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The ShopLentor plugin for WordPress is vulnerable because the handle_action() method forwards user input directly to call_user_func() without an allow‑list, thereby allowing an authenticated administrator to specify any PHP callable through the 'callback' parameter. This flaw can be exploited to run arbitrary code with the privileges of the WordPress installation, potentially leading to full server compromise. The weakness corresponds to CWE‑470.

Affected Systems

All installations of devitemsllc:ShopLentor – All‑in‑One WooCommerce Growth & Store Enhancement Plugin up to and including version 3.3.7 are affected. The vulnerability exists in the woolentoropt/v1/custom-action REST API endpoint used by the plugin.

Risk and Exploitability

The CVSS score is 7.2, indicating a high severity. EPSS data is not available and the vulnerability is not listed in the CISA KEV catalog. The attack requires authenticated access with Administrator privilege and hinges on the misuse of a REST API endpoint; the lack of manual input validation makes exploitation straightforward for those with the required role. Based on the description, it is inferred that the attack vector is via the woolentoropt/v1/custom-action endpoint and the attacker must be able to send crafted REST requests to the site.

Generated by OpenCVE AI on August 5, 2026 at 09:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the ShopLentor plugin to the latest released version, which removes the vulnerable custom‑action endpoint implementation.
  • If an upgrade is not immediately possible, edit the Custom_Actions.php file to replace call_user_func() with a validated whitelist of allowed callbacks or comment out the endpoint entirely.
  • Deploy a web application firewall or similar security plugin to block or rate‑limit access to the woolentoropt/v1/custom-action REST API path, preventing abuse by authenticated users.

Generated by OpenCVE AI on August 5, 2026 at 09:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
First Time appeared Devitemsllc
Devitemsllc shoplentor – All-in-one Woocommerce Growth & Store Enhancement Plugin
Wordpress
Wordpress wordpress
Vendors & Products Devitemsllc
Devitemsllc shoplentor – All-in-one Woocommerce Growth & Store Enhancement Plugin
Wordpress
Wordpress wordpress

Wed, 05 Aug 2026 08:15:00 +0000

Type Values Removed Values Added
Description The ShopLentor plugin for WordPress is vulnerable to arbitrary function execution via the woolentoropt/v1/custom-action REST API endpoint in all versions up to, and including, 3.3.7. This is due to the handle_action() method passing user-supplied input directly to call_user_func() without an allowlist of permitted callbacks. This makes it possible for authenticated attackers, with Administrator-level access and above, to execute arbitrary PHP callable functions via the 'callback' parameter.
Title ShopLentor <= 3.3.7 - Authenticated (Administrator+) Arbitrary Function Execution via 'callback' Parameter via REST API
Weaknesses CWE-470
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Devitemsllc Shoplentor – All-in-one Woocommerce Growth & Store Enhancement Plugin
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-05T07:39:20.379Z

Reserved: 2026-04-09T15:37:55.489Z

Link: CVE-2026-6020

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T09:45:06Z

Weaknesses
  • CWE-470

    Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')