LiveActive security incident?Get immediate response
CVE Record

CVE-2022-37342: WordPress Add Shortcodes Actions And Filters plugin <= 2.0.9 - Authenticated Stored Cross-Site Scripting (XSS) vulnerability

Authenticated (admin+) Stored Cross-Site Scripting (XSS) vulnerability Add Shortcodes Actions And Filters plugin <= 2.0.9 at WordPress.

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue affects the WordPress Add Shortcodes Actions And Filters plugin version 2.0.9 and earlier. An administrator-level user can store script content that later runs in another user's browser. Risk is usually limited, but compromised admin accounts or multi-admin WordPress sites raise concern.

Executive priority

Treat this as a moderate-priority WordPress hygiene issue. It is not supported as actively exploited in the provided sources, but it can matter where admin accounts are shared, weakly protected, or exposed after compromise.

Technical view

CVE-2022-37342 is an authenticated stored XSS vulnerability in the plugin, mapped to CWE-79. The CVSS 3.1 score is 4.8 with high privileges and user interaction required, changed scope, low confidentiality and integrity impact, and no availability impact.

Likely exposure

Exposure is limited to WordPress sites running Add Shortcodes Actions And Filters version 2.0.9 or earlier. The source bundle does not identify affected CPEs or deployment patterns beyond the WordPress plugin.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not listed as KEV. Exploitation requires authenticated administrator-level access plus user interaction, so the main scenario is abuse after admin compromise or by a malicious privileged user.

Researcher notes

Evidence is narrow but consistent: affected product, version boundary, CWE, and CVSS vector are supplied. The bundle does not provide a patch version, exploit evidence, vulnerable parameter detail, or proof-of-concept information, so validation should stay inventory-based and source-guided.

Mitigation direction

  • Inventory WordPress sites for the affected plugin and version.
  • Review Patchstack and the WordPress plugin page for fixed-version guidance.
  • Update the plugin if vendor guidance identifies a safe newer release.
  • Disable or remove the plugin where it is not required.
  • Review administrator accounts for unnecessary or suspicious access.

Validation and detection

  • Confirm whether the plugin is installed on each WordPress site.
  • Record the installed plugin version and compare it with <= 2.0.9.
  • Check whether administrative access is restricted to trusted users.
  • Review site change history for suspicious plugin configuration changes.
  • Track vendor advisories for remediation details not included in the bundle.
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-37342 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.8 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/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
Michael SimpsonAdd Shortcodes Actions And Filters (WordPress plugin)<= 2.0.9Listed
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.