LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3182: Membership Plugin - Restrict Content < 3.2.3 - Reflected XSS

The Membership WordPress plugin before 3.2.3 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue affects the Membership WordPress plugin before 3.2.3. A crafted request could cause script content to be reflected in a page, potentially targeting an administrator. The main business risk is admin-session abuse or site management compromise if a privileged user is tricked into opening a malicious link.

Executive priority

Handle this in routine patching with priority for externally reachable WordPress sites and administrator-heavy workflows. Escalate if an affected site hosts sensitive content, payment flows, or privileged user administration.

Technical view

CVE-2023-3182 is CWE-79 reflected cross-site scripting in Membership Plugin - Restrict Content before 3.2.3. The source states a parameter is not sanitized and escaped before being output back into the page. No CVSS score is provided in the bundle.

Likely exposure

Exposure is likely limited to WordPress sites running Membership Plugin - Restrict Content below version 3.2.3. Risk is higher where administrators routinely access the site while authenticated.

Exploitation context

The WPScan reference is tagged as exploit-related, but the bundle does not state active exploitation. The CVE is not listed as CISA KEV. Treat this as a publicly documented issue, not confirmed in-the-wild exploitation.

Researcher notes

The source bundle is sparse: no CVSS vector, vendor name, affected CPEs, or explicit patch notes are provided. The key evidence is the pre-3.2.3 affected range and reflected XSS description from the CVE and WPScan reference.

Mitigation direction

  • Upgrade Membership Plugin - Restrict Content to version 3.2.3 or later.
  • Check WPScan and vendor guidance for any additional remediation instructions.
  • Limit unnecessary administrator browsing while authenticated until remediation is complete.
  • Review security controls that reduce impact from reflected XSS against administrators.

Validation and detection

  • Inventory WordPress sites for the Membership Plugin - Restrict Content plugin.
  • Confirm installed plugin versions are 3.2.3 or later.
  • Prioritize review of sites with active administrator workflows.
  • Use controlled testing to confirm affected input is sanitized and escaped.
Prepared
Confidence
medium
Sources
3

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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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
cve · low confidence lookup

CVE-2023-3182 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownMembership Plugin0unaffected
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.