LiveActive security incident?Get immediate response
CVE Record

CVE-2026-22469: WordPress DeepDigital theme <= 1.0.2 - Arbitrary Shortcode Execution vulnerability

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) vulnerability in mwtemplates DeepDigital deepdigital allows Code Injection.This issue affects DeepDigital: from n/a through <= 1.0.2.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2026-22469 affects the WordPress DeepDigital theme up to version 1.0.2. Public records describe it as arbitrary shortcode execution and basic XSS/code injection. The severity is medium because it is remotely reachable without authentication, but the published CVSS impact is limited to low confidentiality impact.

Executive priority

Treat as a moderate-priority web exposure issue. Prioritize externally reachable WordPress sites using DeepDigital, especially sites handling sensitive user data or operating in regulated environments.

Technical view

The CVE record lists CWE-80 and CVSS 3.1 score 5.3: AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N. The issue is in mwtemplates DeepDigital, reported through <= 1.0.2. The available description says improper neutralization of script-related HTML tags enables code injection/arbitrary shortcode execution.

Likely exposure

Exposure is limited to WordPress sites using the DeepDigital theme at version 1.0.2 or earlier. Sites not using this theme are not indicated as affected by the provided sources.

Exploitation context

No cited source or KEV entry indicates active exploitation. The vulnerability is unauthenticated and network-accessible per CVSS, so internet-facing WordPress sites using the affected theme should be reviewed promptly.

Researcher notes

Public data is sparse and somewhat mixed: the title says arbitrary shortcode execution, while the CVE description maps to CWE-80 basic XSS. No patch version is named in the provided bundle. Validate against authoritative vendor or Patchstack updates before final remediation decisions.

Mitigation direction

  • Inventory WordPress sites for the DeepDigital theme and installed version.
  • If affected, check mwtemplates, WordPress theme channels, and Patchstack for vendor guidance.
  • Disable or replace the theme if no safe update is available and risk is unacceptable.
  • Review web application firewall or WordPress security controls for relevant virtual patching coverage.

Validation and detection

  • Confirm whether DeepDigital is installed on each WordPress site.
  • Record the installed theme version and compare it to <= 1.0.2.
  • Check Patchstack and vendor sources for updated remediation status.
  • Review recent web logs for suspicious requests targeting theme functionality.
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-80: 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-2026-22469 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.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/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
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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2026-22469Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/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
mwtemplatesDeepDigitaldeepdigital, 0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-80 · source CWE mapping

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.