LiveActive security incident?Get immediate response
CVE Record

CVE-2022-3361: Ultimate Member – User Profile, User Registration, Login & Membership Plugin <= 2.5.0 - Authenticated (Contributor+) Directory Traversal via Shortcodes

The Ultimate Member plugin for WordPress is vulnerable to directory traversal in versions up to, and including 2.5.0 due to insufficient input validation on the 'template' attribute used in shortcodes. This makes it possible for attackers with administrative privileges to supply arbitrary paths using traversal (../../) to access and include files outside of the intended directory. If an attacker can successfully upload a php file then remote code execution via inclusion may also be possible. Note: for users with less than administrative capabilities, /wp-admin access needs to be enabled for that user in order for this to be exploitable by those users.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-3361 affects the Ultimate Member WordPress plugin through version 2.5.0. An authenticated user able to influence shortcode templates could make WordPress include files outside the intended plugin directory. Business impact is usually limited file disclosure, but risk rises if an attacker can also place PHP on the site.

Executive priority

Prioritize remediation for public WordPress sites with memberships, many contributors, or user-upload features. For tightly administered sites without untrusted authors, urgency is moderate but still worth closing during normal patch cycles.

Technical view

The issue is CWE-22 directory traversal in the shortcode template attribute. Insufficient validation allowed traversal paths to be supplied, leading to unintended local file inclusion. Sources note possible remote code execution only when a PHP file can first be uploaded and then included. Privilege requirements are inconsistently described as Contributor+ in the title and administrative in the description.

Likely exposure

Exposure is most likely on WordPress sites running Ultimate Member 2.5.0 or older, especially where authenticated users can access wp-admin or create content containing affected shortcodes.

Exploitation context

The CVE is not in KEV, and the bundle does not cite active exploitation. Public vulnerability references exist. Exploitation requires authenticated access and suitable shortcode/template control; code execution additionally depends on separate ability to upload PHP.

Researcher notes

Evidence supports directory traversal via shortcode template handling in Ultimate Member through 2.5.0. Privilege wording differs between sources, so validation should focus on actual role capabilities, wp-admin access, and shortcode placement paths rather than assuming one role boundary.

Mitigation direction

  • Update Ultimate Member beyond affected versions or follow current vendor guidance.
  • Restrict wp-admin access and shortcode-authoring rights to trusted users.
  • Review upload controls so untrusted users cannot place executable PHP files.
  • Remove or disable unused Ultimate Member shortcode functionality where feasible.

Validation and detection

  • Inventory WordPress sites using Ultimate Member and record installed plugin versions.
  • Confirm no site is running Ultimate Member 2.5.0 or older.
  • Review roles allowed to create or edit pages, posts, and shortcodes.
  • Check whether lower-privileged users have wp-admin access enabled.
  • Review webroot uploads for unexpected executable PHP files.
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-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell 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-3361 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
4.3 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/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
ultimatememberUltimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin0unaffected
Weakness

CWE details

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

CWE-22 · source CWE mapping

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.