LiveActive security incident?Get immediate response
CVE Record

CVE-2022-4623: ND Shortcodes < 7.0 - Contributor+ Stored XSS via Shortcodes

The ND Shortcodes WordPress plugin before 7.0 does not validate and escape numerous of its shortcode attributes before outputting them back in a page/post where the shortcode is embed, which could allow users with the contributor role and above to perform Stored Cross-Site Scripting attacks

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-4623 affects the ND Shortcodes WordPress plugin before 7.0. A user with Contributor or higher privileges could save malicious content through shortcode attributes, causing script execution when others view the affected page or post.

Executive priority

Prioritize remediation on externally facing WordPress sites with multiple content contributors. Business risk is account-assisted stored XSS, which can affect visitors or administrators viewing compromised content.

Technical view

The plugin failed to validate and escape numerous shortcode attributes before rendering them back into embedded page or post output. The issue is classified as CWE-79 stored cross-site scripting and is described as affecting ND Shortcodes versions before 7.0.

Likely exposure

Exposure is most likely on WordPress sites running ND Shortcodes before 7.0, especially where Contributor, Author, Editor, or Administrator accounts can create posts using plugin shortcodes.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. WPScan is tagged with exploit information, but the provided bundle does not justify claiming exploitation in the wild.

Researcher notes

Evidence is narrow but clear: affected component, privilege requirement, vulnerability class, and fixed version boundary are provided. No CVSS score, affected CPEs, or confirmed exploitation status are included in the bundle.

Mitigation direction

  • Upgrade ND Shortcodes to version 7.0 or later.
  • Inventory WordPress sites for ND Shortcodes installations.
  • Limit Contributor or higher accounts to trusted users.
  • Review posts and pages containing ND Shortcodes shortcodes.
  • Check vendor or WPScan guidance for additional remediation details.

Validation and detection

  • Confirm installed ND Shortcodes version is 7.0 or later.
  • List users with Contributor, Author, Editor, or Administrator roles.
  • Review shortcode-heavy content created by lower-privileged users.
  • Verify shortcode output is escaped after upgrade in staging.
  • Check logs for unusual edits to pages or posts.
Prepared
Confidence
medium
Sources
3

Public sources used

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-4623 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
UnknownND Shortcodes0unaffected
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.