Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Crocoblock JetTabs jet-tabs allows DOM-Based XSS.This issue affects JetTabs: from n/a through <= 2.2.9.1.
Security readout for executives and security teams
Plain-English summary
CVE-2025-54687 is a DOM-based cross-site scripting issue in the WordPress JetTabs plugin by Crocoblock through version 2.2.9.1. It could let a low-privileged user influence browser-side page output if another user interacts with affected content. Business impact is usually moderate, but it matters for sites with many contributors or sensitive admin sessions.
Executive priority
Treat as a routine but time-bound web security fix. Prioritize public WordPress sites with multiple content contributors, customer-facing traffic, or administrators who browse authenticated sessions regularly.
Technical view
The CVE describes CWE-79 improper input neutralization during web page generation in JetTabs, enabling DOM-based XSS. CVSS 3.1 is 6.5 with network attack vector, low complexity, low privileges required, user interaction required, changed scope, and low confidentiality, integrity, and availability impact.
Likely exposure
WordPress sites running Crocoblock JetTabs versions up to and including 2.2.9.1 are the stated exposure. Risk is higher where low-privileged users can create or modify content rendered through JetTabs.
Exploitation context
The source bundle does not cite active exploitation, and the CVE is not marked KEV. The CVSS vector indicates exploitation requires low privileges and user interaction, so this is not described as a fully unauthenticated drive-by issue.
Researcher notes
Evidence is limited to the CVE metadata and PatchStack advisory reference. The bundle does not provide payload details, proof-of-concept status, affected code paths, or a named fixed version. Avoid assuming exploitability beyond DOM-based XSS with PR:L and UI:R conditions.
Mitigation direction
Inventory WordPress sites for the JetTabs plugin and installed version.
Check Crocoblock and PatchStack guidance for a fixed release or official workaround.
Apply a vendor-provided update when available and tested.
Restrict JetTabs content editing to trusted users only.
Consider temporary plugin removal if business risk exceeds operational need.
Validation and detection
Confirm whether JetTabs is installed on each WordPress property.
Verify whether the installed version is 2.2.9.1 or earlier.
Review contributor, author, editor, and administrator access to affected sites.
Check pages or templates using JetTabs for untrusted content paths.
Track vendor advisory updates before closing remediation.
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.
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.
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.
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.