LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6556: FOX – Currency Switcher Professional for WooCommerce <= 1.4.1.6 - Missing Authorization to Authenticated (Subscriber+) Stored Cross-Site Scripting

The FOX – Currency Switcher Professional for WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting via currency options in all versions up to, and including, 1.4.1.5 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with subscriber-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-6556 affects the FOX Currency Switcher Professional for WooCommerce WordPress plugin. A logged-in user with subscriber-level access could store script in currency options, causing it to run when affected pages are viewed. This is a medium-severity issue, but it matters on ecommerce sites with customer accounts or broad user registration.

Executive priority

Handle as a near-term ecommerce application risk, not an emergency. Prioritize sites with public registration, customer accounts, or many low-privilege users, because the bug can turn ordinary authenticated access into persistent script execution in the storefront or admin context.

Technical view

The issue is stored cross-site scripting caused by insufficient input sanitization and output escaping in currency options. Sources identify authenticated subscriber-and-higher attackers and CVSS 3.1 score 5.4. The bundle has version ambiguity: the title says <=1.4.1.6, while the description says through 1.4.1.5.

Likely exposure

Exposure is most likely on WordPress WooCommerce sites using the FOX Currency Switcher Professional plugin, especially where untrusted or customer-created accounts exist. The provided affected-version evidence is inconsistent, so inventory should treat versions up to 1.4.1.6 as requiring verification.

Exploitation context

The source bundle does not show CISA KEV listing or other evidence of active exploitation. Exploitation requires an authenticated account with subscriber-level privileges or higher, but no user interaction is listed in the CVSS vector.

Researcher notes

The public data supports CWE-79 stored XSS and authenticated subscriber-plus prerequisites. Treat the version range carefully: title and description disagree. The WordPress Trac code and changeset references should be used to confirm the exact fixed version and affected code path before closing exposure.

Mitigation direction

  • Identify all sites using FOX Currency Switcher Professional for WooCommerce.
  • Verify installed versions against vendor or Wordfence guidance because source version data conflicts.
  • Update to a vendor-confirmed fixed release when available.
  • Restrict creation and use of untrusted WordPress accounts until remediated.
  • Review currency option values for unexpected script-like content.

Validation and detection

  • Confirm whether the plugin is installed and enabled on WooCommerce sites.
  • Record the installed plugin version and compare it with vendor guidance.
  • Review WordPress roles for subscriber or higher access by untrusted users.
  • Inspect currency option configuration for suspicious stored content.
  • Check logs for recent currency option changes by low-privilege accounts.
Prepared
Confidence
medium
Sources
6

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-6556 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
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
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-2023-6556Attack 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
realmag777FOX – Currency Switcher Professional for WooCommerce0unaffected
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.