CVE-2026-6020 PUBLISHED

ShopLentor <= 3.3.7 - Authenticated (Administrator+) Arbitrary Function Execution via 'callback' Parameter via REST API

Assigner: Wordfence
Reserved: 09.04.2026 Published: 05.08.2026 Updated: 05.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 7.2

Product Status

Vendor devitemsllc
Product ShopLentor – All-in-One WooCommerce Growth & Store Enhancement Plugin
Versions Default: unaffected
  • affected from 0 to 3.3.7 (incl.)

Credits

  • Itthidej Aramsri (Boeing777) finder
  • Waris Damkham finder
  • Teerachai Somprasong finder

References

Problem Types

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