LiveActive security incident?Get immediate response
CVE Record

CVE-2025-52754: WordPress Sello ChannelConnector plugin <= 1.6.3 - Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in selloio Sello ChannelConnector sello-channelconnector allows Reflected XSS.This issue affects Sello ChannelConnector: from n/a through <= 1.6.3.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

A WordPress plugin called Sello ChannelConnector has a flaw that lets attackers trick a logged-in user into clicking a crafted link, which then runs hidden code in their browser session. Versions up to and including 1.6.3 are affected. The risk is mainly to site administrators and content managers who could be socially engineered into clicking such a link.

Executive priority

Medium priority. Schedule patching within standard change windows for any e-commerce site running this plugin. No evidence of active exploitation, but admin compromise via reflected XSS is a realistic risk for staff who click attacker-supplied links.

Technical view

Reflected Cross-Site Scripting (CWE-79) in the Sello ChannelConnector WordPress plugin through version 1.6.3. User-supplied input is reflected into a response without proper neutralization, allowing script execution in the victim's browser. CVSS 3.1 score is 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L), reflecting a network-reachable, user-interaction-required attack with scope change and limited CIA impact.

Likely exposure

Exposure is limited to WordPress sites running Sello ChannelConnector at or below 1.6.3, primarily e-commerce stores using Sello to sync listings to marketplaces. The plugin has a relatively narrow user base, but any internet-facing site with an unpatched version could be targeted via crafted links delivered to authenticated staff.

Exploitation context

Not listed in CISA KEV and no public exploitation is cited in the source bundle. Reflected XSS requires user interaction, so attackers would deliver a crafted URL via phishing, chat, or an attacker-controlled page. Successful exploitation in an admin's browser could hijack the session, alter site content, or pivot to broader WordPress compromise. Treat as opportunistic rather than mass-exploited.

Researcher notes

Confirm the exact vulnerable parameter and sink by reviewing Patchstack's advisory once full technical detail is published. CVSS scope change (S:C) suggests the script can affect resources beyond the vulnerable component, consistent with browser-context impact across the WordPress admin. Affected versions metadata in the CVE record lists "0" with defaultStatus "unaffected", which is incomplete; rely on the description's "<= 1.6.3" range until vendor data improves.

Mitigation direction

  • Inventory all WordPress sites and confirm whether Sello ChannelConnector is installed and at what version.
  • Update Sello ChannelConnector to a vendor-released version above 1.6.3 once available; consult Patchstack and the vendor for status.
  • If no patched version is published, disable or remove the plugin until a fix is verified.
  • Place affected sites behind a WAF with XSS rule sets and restrict admin access to trusted IPs or VPN.
  • Reinforce phishing awareness for site administrators and editors who manage the plugin.
  • Rotate WordPress admin sessions and review user accounts for anomalous activity after patching.

Validation and detection

  • Query plugin inventory across managed WordPress estates for sello-channelconnector and capture installed versions.
  • Confirm version 1.6.3 or earlier is present before declaring an asset vulnerable.
  • Review web server and WAF logs for suspicious query strings targeting plugin endpoints with script-like payloads.
  • After patching, verify the plugin version reports above 1.6.3 in wp-admin and the plugin file headers.
  • Audit recent admin user actions, new accounts, and modified options for indicators of session abuse.
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-52754 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-52754Attack 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
selloioSello ChannelConnectorsello-channelconnector, 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.