LiveActive security incident?Get immediate response
CVE Record

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

The Jeg Elementor Kit plugin for WordPress is vulnerable to authorization bypass in various AJAX actions in versions up to, and including, 2.5.6. Authenticated users can use an easily available nonce value to create header templates and make additional changes to the site, as the plugin does not use capability checks for this purpose.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue lets a logged-in WordPress user make site template changes they should not be allowed to make. The cited impact is limited confidentiality and integrity, not service outage, but it can still affect brand trust and site content control.

Executive priority

Treat as a scheduled but prompt remediation item for affected WordPress sites. It is not evidenced as actively exploited here, but it allows logged-in users to alter site presentation or content control boundaries.

Technical view

Jeg Elementor Kit for WordPress through version 2.5.6 lacked capability checks on several AJAX actions. An authenticated user could reuse an available nonce to create header templates and make additional site changes. The CVSS 3.1 score is 5.4 with low privileges required and no user interaction.

Likely exposure

Exposure is likely limited to WordPress sites running Jeg Elementor Kit versions up to and including 2.5.6, especially sites allowing low-privileged user accounts. Unauthenticated visitors are not identified as able to exploit this issue in the supplied sources.

Exploitation context

The CVE is not listed as CISA KEV in the supplied bundle, and no cited source here states active exploitation. The attack requires an authenticated account and abuses missing authorization checks rather than a complex exploit chain.

Researcher notes

The core weakness is authorization bypass mapped to CWE-639. Focus validation on capability enforcement around plugin AJAX actions and whether low-privileged authenticated users can reach template-changing functions. Avoid assuming unauthenticated reachability; the supplied CVE states PR:L.

Mitigation direction

  • Upgrade Jeg Elementor Kit beyond version 2.5.6 through the official WordPress plugin channel.
  • If immediate upgrade is not possible, disable the plugin until vendor guidance is reviewed.
  • Restrict creation of low-privileged WordPress accounts on affected sites.
  • Review recent template, header, and site-design changes for unauthorized edits.

Validation and detection

  • Inventory WordPress sites for the Jeg Elementor Kit plugin and installed version.
  • Confirm no production site is running Jeg Elementor Kit 2.5.6 or earlier.
  • Review WordPress user roles for unnecessary authenticated accounts.
  • Check site templates and headers for unexpected changes during the exposure window.
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-3794 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
Medium
CVSS
5.4 (3.1)
Known Exploited
No
Published

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

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
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N2.82.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2022-3794Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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.