LiveActive security incident?Get immediate response
CVE Record

CVE-2023-34184: WordPress Woocommerce Order address Print Plugin <= 3.2 is vulnerable to Cross Site Scripting (XSS)

Unauth. Reflected Cross-Site Scripting (XSS) vulnerability in Bhavik Patel Woocommerce Order address Print plugin <= 3.2 versions.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-34184 is a reflected cross-site scripting issue in the WordPress Woocommerce Order address Print plugin up to version 3.2. A successful attack requires user interaction, but no login is required by the attacker. Ecommerce sites using this plugin should treat it as high priority because browser-side compromise can affect customer or administrator workflows.

Executive priority

High for ecommerce properties where this plugin is active. The business decision is straightforward: identify affected sites quickly, remove unnecessary exposure, and follow vendor guidance once a fixed version is confirmed.

Technical view

The source bundle describes an unauthenticated reflected XSS vulnerability, CWE-79, in Bhavik Patel’s Woocommerce Order address Print WordPress plugin through 3.2. CVSS 3.1 is 7.1 with network attack vector, low complexity, no privileges required, user interaction required, and changed scope. The provided sources do not identify a fixed version or vulnerable parameter.

Likely exposure

Exposure is limited to WordPress sites running the Woocommerce Order address Print plugin at version 3.2 or earlier. General WooCommerce installations are not implicated by the provided sources.

Exploitation context

The bundle does not show CISA KEV listing or active exploitation evidence. The vulnerability is reflected XSS, so exploitation depends on getting a user to interact with crafted content while the vulnerable plugin is reachable.

Researcher notes

Key evidence is incomplete: the bundle does not include a vulnerable parameter, endpoint, exploit sample, or fixed version. Researchers should avoid assuming broader WooCommerce exposure and should validate only the named plugin and version range.

Mitigation direction

  • Inventory WordPress sites for the woocommerce-order-address-print plugin.
  • Identify any installations running version 3.2 or earlier.
  • Check vendor, WordPress plugin, or Patchstack guidance for a fixed release.
  • Disable or remove the plugin where it is not business-critical.
  • Prioritize ecommerce sites with administrator access from shared workstations.

Validation and detection

  • Confirm plugin presence and exact version from WordPress administration or asset inventory.
  • Verify whether the plugin is active on public-facing ecommerce sites.
  • Check whether a vendor-confirmed fixed version is available before upgrading.
  • Review web logs for unusual requests to plugin-related routes.
  • Do not validate using untrusted public proof-of-concept payloads.
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-34184 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
7.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/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
2Source 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
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L2.83.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2023-34184Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/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
Bhavik PatelWoocommerce Order address Printwoocommerce-order-address-print, n/aunaffected
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.