LiveActive security incident?Get immediate response
CVE Record

CVE-2025-49945: WordPress Shortcode Generator plugin <= 1.1 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in kylegetson Shortcode Generator shortcode-generator allows Reflected XSS.This issue affects Shortcode Generator: from n/a through <= 1.1.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress plugin called Shortcode Generator (versions up to 1.1) has a reflected cross-site scripting flaw. An attacker can craft a malicious link that, when clicked by a logged-in user or admin, runs unwanted code in their browser session. Risk is limited to sites still running this little-used plugin.

Executive priority

Treat as a moderate, scoped issue: only material if the affected WordPress plugin is in use. Direct IT/web teams to confirm plugin inventory within the next maintenance window and remove or replace the plugin if found, since no vendor patch is referenced in the cited sources.

Technical view

CVE-2025-49945 is a CWE-79 reflected XSS in the kylegetson "Shortcode Generator" WordPress plugin through version 1.1. CVSS 3.1 base 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L) reflects unauthenticated network attack with required user interaction and a scope change, allowing script execution in the victim's browser context against the WordPress site.

Likely exposure

Exposure is narrow: only WordPress sites with the kylegetson Shortcode Generator plugin installed at version 1.1 or earlier are affected. The plugin is low-popularity, so most environments will not have it. Sites that do should treat any logged-in administrator as a high-value phishing target for this flaw.

Exploitation context

No public reports of active exploitation and the vulnerability is not listed in CISA KEV. Patchstack catalogs it as a reflected XSS requiring user interaction, typically delivered via a crafted link. No exploit code or in-the-wild campaign is cited in the available sources as of this writing.

Researcher notes

Reflected XSS with scope change (S:C) suggests injected script can affect resources beyond the vulnerable component, typical of WordPress admin contexts. Affected metadata lists "versions: [0]" with defaultStatus "unaffected," which is inconsistent with the description ("n/a through <= 1.1"); rely on the textual range. No CPE, no patched version, and no commit reference provided — confirm fix availability directly with the plugin author or Patchstack advisory.

Mitigation direction

  • Inventory WordPress sites for the Shortcode Generator (shortcode-generator) plugin and flag any at version 1.1 or earlier.
  • Deactivate and remove the plugin if a vendor-supplied fix is not available; check the WordPress.org plugin page for updates.
  • Apply WAF rules or virtual patches (e.g., Patchstack, Wordfence) that block reflected XSS payloads against this plugin's endpoints.
  • Restrict administrator browsing habits and require admins to avoid clicking unsolicited links into the WordPress admin context.
  • Enforce a strict Content Security Policy on the WordPress site to limit inline script execution.

Validation and detection

  • Query the plugin inventory (wp-cli or admin dashboard) for shortcode-generator and confirm installed version.
  • Review web server and WAF logs for suspicious query strings or referrers targeting shortcode-generator endpoints.
  • Confirm the plugin is removed or updated, then re-scan with a vulnerability scanner that consumes Patchstack data.
  • Audit recent admin sessions and account changes for signs of session hijack following any suspected click-through.
  • Verify CSP and cookie flags (HttpOnly, SameSite) are in place on the WordPress site to limit XSS impact.
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-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-2025-49945 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
High
CVSS
7.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L

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
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L2.83.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2025-49945Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L

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
kylegetsonShortcode Generatorshortcode-generator, 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.