LiveActive security incident?Get immediate response
CVE Record

CVE-2022-3805: Jeg Elementor Kit <= 2.5.6 - Unauthenticated Authorization Bypass

The Jeg Elementor Kit plugin for WordPress is vulnerable to authorization bypass in various functions used to update the plugin settings in versions up to, and including, 2.5.6. Unauthenticated users can use an easily available nonce, obtained from pages edited by the plugin, to update the MailChimp API key, global styles, 404 page settings, and enabled elements.

HighCVSS 8.6Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A vulnerable WordPress plugin could let outsiders change important Jeg Elementor Kit settings without logging in. That can affect site appearance, 404 behavior, enabled elements, and the MailChimp API key. The issue is high severity because it is remotely reachable and does not require an account.

Executive priority

Treat this as a prompt patching item for WordPress estates using Jeg Elementor Kit. It is high severity and unauthenticated, but the provided sources do not prove active exploitation. Prioritize internet-facing sites and any site connected to MailChimp or brand-critical pages.

Technical view

CVE-2022-3805 is an authorization bypass in Jeg Elementor Kit versions up to and including 2.5.6. Unauthenticated users could use a nonce exposed on plugin-edited pages to access settings update functions. The CVSS 3.1 score is 8.6, with network attack vector, low complexity, no privileges, and high integrity impact.

Likely exposure

Exposure is limited to WordPress sites running Jeg Elementor Kit at version 2.5.6 or older. Risk is higher where plugin-edited pages are publicly reachable, because the source notes an unauthenticated user can obtain the needed nonce from those pages.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. It does support unauthenticated, low-complexity remote abuse against affected plugin versions. The practical impact is unauthorized configuration change, not confirmed full site takeover from the provided evidence.

Researcher notes

The key weakness is improper authorization around settings update functions, mapped to CWE-639. The source describes nonce availability from plugin-edited pages, but detailed exploit mechanics and confirmed exploitation are not included. Validate only within authorized environments and focus on version, settings integrity, and vendor-fixed code review.

Mitigation direction

  • Inventory WordPress sites for Jeg Elementor Kit installations.
  • Update affected installations to a current version newer than 2.5.6.
  • If immediate update is unavailable, check vendor guidance for supported mitigations.
  • Review plugin settings for unauthorized changes after remediation.
  • Rotate exposed MailChimp API keys if compromise is suspected.

Validation and detection

  • Confirm installed Jeg Elementor Kit version on each WordPress site.
  • Verify public pages using the plugin are no longer on version 2.5.6 or older.
  • Review MailChimp API key, global styles, 404 settings, and enabled elements.
  • Check web and WordPress logs for unusual unauthenticated settings activity.
  • Validate remediation against vendor release notes or WordPress.org plugin history.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

CWE-639: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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 lookup
description · low confidence lookup

Privilege 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 lookup
cve · low confidence lookup

CVE-2022-3805 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.6 (3.1)
Known Exploited
No
Published

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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
8.6CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L3.94.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.6High
CVSS 3.1 vector shape for CVE-2022-3805Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
jegthemeJeg Kit for Elementor – Powerful Addons for Elementor, Widgets & Templates for WordPress0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.