LiveActive security incident?Get immediate response
CVE Record

CVE-2025-49948: WordPress WP Super Edit plugin <= 2.5.4 - Cross Site Scripting (XSS) Vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Ahmad Awais WP Super Edit wp-super-edit allows Reflected XSS.This issue affects WP Super Edit: from n/a through <= 2.5.4.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A WordPress add-on called WP Super Edit (versions up to 2.5.4) has a flaw that lets an attacker craft a malicious link. If a logged-in user clicks it, the attacker's code runs in that user's browser session on the site. This can be used to steal sessions, trick admins, or deface pages.

Executive priority

Moderate priority. If the WP Super Edit plugin is installed on any WordPress site, schedule removal or replacement promptly. Plugin appears unmaintained, so a vendor patch may not arrive.

Technical view

CVE-2025-49948 is a Reflected Cross-Site Scripting issue (CWE-79) in the WP Super Edit WordPress plugin through version 2.5.4. CVSS 3.1 score is 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L). An unauthenticated attacker crafts a URL whose parameters are reflected unsanitized; when a victim loads it, attacker JavaScript executes in the site's origin, enabling session hijack, admin action abuse, or content tampering.

Likely exposure

Any WordPress site running the WP Super Edit plugin (wp-super-edit) at version 2.5.4 or earlier. The plugin appears legacy and largely unmaintained, so exposure is concentrated in older or rarely audited WordPress installations that retained it.

Exploitation context

No active exploitation is cited in the source bundle, and the CVE is not on CISA KEV. Reflected XSS typically requires social engineering (phishing link) to land in a victim's browser session. Public Patchstack advisory exists, increasing visibility to opportunistic attackers.

Researcher notes

CVSS 3.1 vector AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L indicates a network-reachable reflected XSS requiring user interaction with scope change, consistent with CWE-79. Affected component is the wp-super-edit plugin by Ahmad Awais; the source bundle lists no fixed version, suggesting no patched release is published. Validate by enumerating plugin installs across managed WordPress estates and cross-checking the Patchstack advisory for any later-disclosed fixed version or workaround.

Mitigation direction

  • Inventory WordPress sites for the WP Super Edit plugin and confirm installed version.
  • Deactivate and uninstall WP Super Edit if it is not actively required.
  • Check Patchstack and the plugin page for any vendor-issued fix or replacement guidance.
  • If the plugin must remain, restrict admin and editor access and enforce strong session controls.
  • Add a web application firewall rule to filter reflected XSS payloads against WordPress endpoints.

Validation and detection

  • Search WordPress installations for the wp-super-edit plugin directory and confirm the version string.
  • Review HTTP request logs for unusual query parameters targeting plugin endpoints.
  • Reproduce in a non-production WordPress instance to confirm the unpatched code path reflects user input.
  • Confirm advisory status on Patchstack to see if a fixed release has since been published.
  • Audit administrator and editor accounts for recent suspicious actions or session anomalies.
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-49948 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-49948Attack 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
Ahmad AwaisWP Super Editwp-super-edit, 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.