Security readout for executives and security teams
Plain-English summary
YayMail for WooCommerce has a flaw that lets a logged-in Shop Manager or higher change sensitive WordPress settings. That access could be abused to create an administrator account. This is serious for WooCommerce sites where Shop Manager accounts are delegated to staff, agencies, or could be phished.
Executive priority
Treat as high priority for WooCommerce environments. A compromised or misused Shop Manager account could become full site administrator. Prioritize patching or temporary disablement, especially on revenue-generating stores.
Technical view
CVE-2026-1937 is a missing authorization check in the YayMail `yaymail_import_state` AJAX action. Versions up to and including 4.3.2 are described as vulnerable. An authenticated Shop Manager+ user can update arbitrary WordPress options, enabling privilege escalation. CVSS is 7.2 High, CWE-862.
Likely exposure
WordPress WooCommerce sites using YayMail – WooCommerce Email Customizer version 4.3.2 or earlier. Risk is highest where Shop Manager accounts are numerous, shared, delegated externally, or weakly protected.
Exploitation context
The provided sources do not show KEV listing or active exploitation. Exploitation requires authenticated Shop Manager-level access or higher. Impact can include changing registration-related options to obtain administrator access.
Researcher notes
Evidence is based on CVE data, Wordfence, and WordPress Trac references. The bundle names the vulnerable action and impact but does not provide a clearly named fixed version. Avoid assuming active exploitation without additional evidence.
Mitigation direction
- Check vendor and WordPress plugin guidance for a fixed YayMail release.
- Update YayMail beyond 4.3.2 if a vendor-fixed version is available.
- Disable YayMail temporarily if no fix is available and risk is unacceptable.
- Restrict Shop Manager access to trusted, necessary users only.
- Enforce strong authentication and MFA for WordPress administrative roles.
- Review WordPress registration and default-role settings for unauthorized changes.
Validation and detection
- Inventory WordPress sites using the YayMail plugin.
- Confirm whether installed YayMail versions are 4.3.2 or earlier.
- List accounts with Shop Manager or higher privileges.
- Review recent administrator account creations for suspicious activity.
- Check registration settings and default new-user role.
- Review vendor changelog or Trac for authorization checks on `yaymail_import_state`.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupPrivilege behavior lookup
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2026-1937 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.2 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H1.25.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.2HighVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/5a17ded3-340d-494f-be7e-2550dab360bc?source=cveCVE reference
- https://plugins.trac.wordpress.org/browser/yaymail/trunk/src/Models/MigrationModel.php#L143CVE reference
- https://plugins.trac.wordpress.org/browser/yaymail/tags/4.3.2/src/Models/MigrationModel.php#L143CVE reference
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3460087%40yaymail&new=3460087%40yaymail&sfp_email=&sfph_mail=CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
