LiveActive security incident?Get immediate response
CVE Record

CVE-2022-25604: WordPress Price Table plugin <= 0.2.2 - Authenticated Stored Cross-Site Scripting (XSS) vulnerability

Authenticated (contributor of higher user role) Stored Cross-Site Scripting (XSS) vulnerability discovered in WordPress Price Table plugin (versions <= 0.2.2).

MediumCVSS 4.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-25604 is a stored cross-site scripting issue in the WordPress Price Table plugin up to version 0.2.2. A contributor-level or higher account could store malicious script content that runs when another user views affected content. Business risk is limited by required authentication and user interaction, but compromised editor accounts could turn this into a persistent site-admin exposure path.

Executive priority

Handle in normal vulnerability remediation cycles unless the plugin is exposed on business-critical WordPress sites or many users have contributor-level access. Prioritize removal or verified upgrade because the source bundle does not name a fixed version.

Technical view

The vulnerability is CWE-79 stored XSS in Greg Priday's Price Table WordPress plugin <=0.2.2. CVSS 3.1 is 4.1: network reachable, low complexity, low privileges required, user interaction required, changed scope, no confidentiality impact, low integrity impact, no availability impact. Sources do not provide exploit steps, active exploitation evidence, or a confirmed fixed version.

Likely exposure

Exposure is likely limited to WordPress sites that installed Price Table version 0.2.2 or earlier and allow contributor-level or higher users. Risk increases where low-privilege accounts are broadly assigned, shared, or compromised.

Exploitation context

The cited record does not show CISA KEV listing or active exploitation. Exploitation requires authenticated access as contributor or higher and user interaction by someone viewing affected stored content. Treat it as a persistent XSS risk, not a remote unauthenticated takeover.

Researcher notes

Evidence supports authenticated stored XSS, affected versions <=0.2.2, CVSS 4.1, and CWE-79. The bundle does not include payload details, proof-of-concept status, active exploitation, or a specific patch version. Validation should focus on installation presence, version, role exposure, and vendor-maintained remediation.

Mitigation direction

  • Inventory WordPress sites for the Price Table plugin and version.
  • Check vendor, WordPress.org, and Patchstack guidance for a fixed or maintained release.
  • Update if a trusted fixed release is available.
  • Disable or remove the plugin if no supported fix is available.
  • Restrict contributor-or-higher roles to trusted users only.
  • Review suspicious Price Table content created by contributor-level accounts.

Validation and detection

  • Confirm whether any site runs Price Table version 0.2.2 or earlier.
  • Verify current plugin status against WordPress.org and Patchstack advisories.
  • Review WordPress users with contributor, author, editor, or admin roles.
  • Check recent plugin-related content changes from lower-privileged accounts.
  • Document whether remediation was update, disablement, or removal.
Prepared
Confidence
medium
Sources
4

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-2022-25604 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.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/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
3Source 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.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N2.31.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/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
Greg PridayPrice Table (WordPress plugin)<= 0.2.2Listed
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.