LiveActive security incident?Get immediate response
CVE Record

CVE-2022-4950: Cool Plugins (Various Versions) - Arbitrary Plugin Installation and Activation

Several WordPress plugins developed by Cool Plugins are vulnerable to arbitrary plugin installation and activation that can lead to remote code execution by authenticated attackers with minimal permissions, such as a subscriber.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability affects several WordPress plugins associated with Cool Plugins and related vendors. A logged-in low-privilege user, such as a subscriber, could install and activate arbitrary plugins, which may lead to full site compromise through remote code execution.

Executive priority

Treat this as high priority for WordPress environments. It can turn a low-privilege account into site-level compromise, but current sources do not prove active exploitation or give complete affected-version detail.

Technical view

The issue is an authorization failure, CWE-862, in plugin installation and activation functionality. CVSS 3.1 is 8.8 with network attack vector, low complexity, low privileges required, no user interaction, and high impact to confidentiality, integrity, and availability.

Likely exposure

Exposure is limited to WordPress sites running the named plugins and allowing authenticated users with minimal privileges. The source bundle does not provide reliable affected version ranges, so version validation requires checking the linked vendor and vulnerability records.

Exploitation context

The source bundle supports authenticated exploitation by subscriber-level users but does not show active exploitation. CISA KEV status is false. The main risk is escalation from a basic WordPress account to arbitrary plugin activation and potential code execution.

Researcher notes

The affected list in the bundle is broad, but version data appears incomplete. Use the CVE, Wordfence entry, WordPress Trac changeset, and Nintechnet article to confirm plugin-specific scope before declaring exposure or closure.

Mitigation direction

  • Inventory WordPress sites for the named affected plugins.
  • Update to vendor-fixed versions where available.
  • Remove or disable affected plugins if no maintained fixed release exists.
  • Restrict untrusted subscriber registration and low-privilege account creation.
  • Review WordPress plugin installation and activation audit history.

Validation and detection

  • Compare installed plugin names and versions against Wordfence and vendor records.
  • Check for unexpected recently installed or activated WordPress plugins.
  • Review user accounts with subscriber or similarly low privileges.
  • Confirm production sites are not running abandoned affected plugins.
  • Document any sites awaiting vendor-confirmed fixed versions.
Prepared
Confidence
medium
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 · medium confidence lookup

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

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. 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-4950 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.8 (3.1)
Known Exploited
No
Published

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

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
4Source 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.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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
narinder-singhThe Events Calendar Events Notification Bar Addon0unaffected
narinder-singhEvents Search For The Events Calendar0unaffected
coolpluginsCryptocurrency Widgets For Elementor0unaffected
narinder-singhEvent Countdown for The Events Calendar0unaffected
coolpluginsEvents Widgets For Elementor And The Events Calendar0unaffected
narinder-singhEvent Single Page Builder For The Events Calendar0unaffected
blackworks1Cryptocurrency Donation Box – Bitcoin & Crypto Donations0unaffected
narinder-singhEvents Shortcodes For The Events Calendar0unaffected
narinder-singhCool Timeline (Horizontal & Vertical Timeline)0unaffected
narinder-singhCryptocurrency Widgets – Price Ticker & Coins List0unaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.