CVE Catalog

CVE-2026-6020

HighCVSS 7.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.54%

43th percentile - higher than 43% of all known CVEs

Summary

The ShopLentor plugin for WordPress up to version 3.3.7 is vulnerable to arbitrary function execution via the `woolentoropt/v1/custom-action` REST API endpoint. The `handle_action()` method passes user-supplied input directly to `call_user_func()` without an allowlist of permitted callbacks. Authenticated attackers with Administrator-level access or above can execute arbitrary PHP callable functions.

Risk Assessment

An attacker with administrator privileges can execute arbitrary PHP functions, leading to full site compromise, including malicious code execution and data theft. This can also enable privilege escalation and persistent backdoors.

Recommendation

Update the ShopLentor plugin to the latest patched version. Restrict access to the REST endpoint and implement an allowlist of permitted callbacks.

Other vulnerabilities in ShopLentor

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS