LiveActive security incident?Get immediate response
CVE Record

CVE-2023-6737: Enable Media Replace <= 4.1.4 - Reflected Cross-Site Scripting

The Enable Media Replace plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the SHORTPIXEL_DEBUG parameter in all versions up to, and including, 4.1.4 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link. Exploiting this vulnerability requires the attacker to know the ID of an attachment uploaded by the user they are attacking.

MediumCVSS 4.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-6737 affects the Enable Media Replace WordPress plugin through version 4.1.4. An attacker could craft a link that runs script in a victim’s browser if the victim clicks it. The attack also requires knowing an attachment ID tied to the targeted user, reducing urgency but not eliminating risk.

Executive priority

Treat this as a targeted WordPress plugin risk, not an emergency. Prioritize internet-facing sites with the plugin installed, especially sites used by administrators or content teams. Remediate through normal patch management unless local evidence shows suspicious activity.

Technical view

This is reflected cross-site scripting in Enable Media Replace via the SHORTPIXEL_DEBUG parameter. The reported root cause is insufficient input sanitization and output escaping. It is unauthenticated, network-reachable, requires user interaction, has changed scope, and requires high attack complexity because an attachment ID must be known.

Likely exposure

Exposure is likely limited to WordPress sites running Enable Media Replace version 4.1.4 or earlier. Sites without the plugin, with newer vendor-fixed versions, or where target attachment IDs are not discoverable have lower practical exposure.

Exploitation context

The source bundle does not show active exploitation, and the CVE is not marked KEV. Successful exploitation requires tricking a user into opening a crafted link and knowing an attachment ID uploaded by that user. Impact is browser-side script execution with limited confidentiality and integrity impact.

Researcher notes

The main uncertainty is the exact fixed release, which is not stated in the provided CVE text. The WordPress Trac reference suggests code changes, but validation should rely on vendor release guidance. Do not claim exploitation in the wild from this bundle.

Mitigation direction

  • Inventory WordPress sites for Enable Media Replace and record installed versions.
  • Update the plugin after confirming the vendor-fixed release in WordPress.org guidance.
  • Disable the plugin where it is not operationally required.
  • Review the referenced WordPress Trac changeset for sanitization and escaping changes.
  • Monitor for requests containing the SHORTPIXEL_DEBUG parameter.

Validation and detection

  • Confirm whether Enable Media Replace is installed and active on each WordPress site.
  • Flag versions up to and including 4.1.4 for remediation review.
  • Check web logs for unusual SHORTPIXEL_DEBUG requests.
  • Assess whether attachment IDs are exposed in public pages or media workflows.
  • Verify remediation against vendor release notes or the referenced Trac changeset.
Prepared
Confidence
high
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-2023-6737 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.7 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

4.7Medium
CVSS 3.1 vector shape for CVE-2023-6737Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/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
shortpixelEnable Media Replace0unaffected
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.