Cyber Resilience

CVE-2026-1750

High

Published: 15 February 2026

Published
15 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0027 18.8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-1750 is a high-severity Improper Privilege Management (CWE-269) vulnerability in Wordpress (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 18.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-6 (Least Privilege).

Deeper analysis

CVE-2026-1750 is a privilege escalation vulnerability in the Ecwid by Lightspeed Ecommerce Shopping Cart plugin for WordPress, affecting all versions up to and including 7.0.7. The flaw arises from a missing capability check in the `save_custom_user_profile_fields` function, which fails to properly validate user permissions during profile updates.

Authenticated attackers with minimal permissions, such as a subscriber role, can exploit the vulnerability over the network with low complexity and no user interaction required. By supplying the `ec_store_admin_access` parameter during a profile update, they can elevate their privileges to gain store manager access on the site. The vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and is linked to CWE-269 (Improper Privilege Management).

Advisories recommend updating the plugin to a version beyond 7.0.7 to mitigate the issue, with the fix implemented in WordPress plugin changeset 3460721. Further technical details, including the vulnerable code in `class-ec-store-admin-access.php` at line 28, are available via the plugin's Trac repository, while Wordfence provides additional threat intelligence on the vulnerability.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

The Ecwid by Lightspeed Ecommerce Shopping Cart plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 7.0.7. This is due to a missing capability check in the 'save_custom_user_profile_fields' function. This makes it possible for…

more

authenticated attackers, with minimal permissions such as a subscriber, to supply the 'ec_store_admin_access' parameter during a profile update and gain store manager access to the site.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Missing capability check enables authenticated privilege escalation from low-privileged account (subscriber) to store manager via profile update manipulation.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-23896Shared CWE-269
CVE-2025-27639Shared CWE-269
CVE-2025-8899Shared CWE-269
CVE-2025-26705Shared CWE-269
CVE-2015-10139Shared CWE-269
CVE-2026-8972Shared CWE-269
CVE-2025-0893Shared CWE-269
CVE-2026-6769Shared CWE-269
CVE-2025-2858Shared CWE-269
CVE-2025-48613Shared CWE-269

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Enforces approved authorizations for access, directly addressing the missing capability check in the save_custom_user_profile_fields function that allowed privilege escalation.

prevent

Employs least privilege to restrict authenticated users like subscribers from gaining unauthorized store manager access via profile updates.

prevent

Manages user accounts and role assignments to prevent improper elevation of privileges through manipulated profile parameters.

References