LiveActive security incident?Get immediate response
CVE Record

CVE-2022-4973: WordPress Core < 6.0.2 - Authenticated (Contributor+) Stored Cross-Site Scripting via use of the_meta(); function

WordPress Core, in versions up to 6.0.2, is vulnerable to Authenticated Stored Cross-Site Scripting that can be exploited by users with access to the WordPress post and page editor, typically consisting of Authors, Contributors, and Editors making it possible to inject arbitrary web scripts into posts and pages that execute if the the_meta(); function is called on that page.

MediumCVSS 4.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a WordPress core stored XSS issue affecting sites before the 6.0.2 security release. A logged-in user with post or page editing access, such as Contributor or higher, could store script content that runs when a page uses the_meta(). Business risk is moderate because exploitation needs account access and a specific rendering path.

Executive priority

Treat as a scheduled security update unless the site allows untrusted contributors or uses custom templates that expose metadata. Prioritize faster remediation for publishing platforms, community sites, or any WordPress environment with broad editor access.

Technical view

CVE-2022-4973 is CWE-79 in WordPress core. The issue allows authenticated Contributor+ users to inject stored scripts into posts or pages when the_meta() renders affected metadata. CVSS 3.1 is 4.9 with low privileges, high attack complexity, changed scope, and low confidentiality and integrity impact.

Likely exposure

Exposure is most likely on WordPress sites running affected core versions before 6.0.2, with users allowed to edit posts or pages, and themes or templates that call the_meta(). Sites with many third-party contributors have higher practical risk.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The attack requires an authenticated editing role and depends on the vulnerable content being rendered through the_meta(), so this is not described as unauthenticated mass exploitation.

Researcher notes

Evidence supports a conditional stored XSS in WordPress core tied to the_meta(). The record’s title indicates versions before 6.0.2, while the description wording says up to 6.0.2; use vendor release information and the referenced changeset to confirm fixed builds.

Mitigation direction

  • Upgrade WordPress core to version 6.0.2 or later.
  • Review vendor guidance from WordPress and Wordfence for related security notes.
  • Limit Contributor, Author, and Editor access to trusted accounts.
  • Remove or review unnecessary templates that render post metadata with the_meta().
  • Audit existing contributed content for suspicious stored script content.

Validation and detection

  • Inventory WordPress core versions and flag installs before 6.0.2.
  • Identify themes or templates that call the_meta().
  • Review accounts with Contributor, Author, or Editor permissions.
  • Confirm production sites received the 6.0.2 security release or newer.
  • Check security monitoring for suspicious post or metadata changes.
Prepared
Confidence
high
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-2022-4973 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.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/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
5Source 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.9CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N1.82.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/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
WordPress FoundationWordPress0, 3.7, 3.8, 3.9, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 6.0unaffected
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.