LiveActive security incident?Get immediate response
CVE Record

CVE-2026-1055: TalkJS <= 0.1.15 - Authenticated (Administrator+) Stored Cross-Site Scripting via 'welcomeMessage' Parameter

The TalkJS plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 0.1.15 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled.

MediumCVSS 4.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2026-1055 is a stored cross-site scripting issue in the TalkJS WordPress plugin through version 0.1.15. An administrator-level user can save script content in the welcomeMessage setting. It is mainly relevant to multisite WordPress or environments where unfiltered_html is disabled, where administrators are not expected to add raw script content.

Executive priority

Treat as a targeted cleanup item, not an emergency internet-wide crisis. Prioritize multisite WordPress environments and delegated administrator models. The issue needs administrator credentials to exploit, but it can undermine content integrity and user trust if an admin account is compromised or misused.

Technical view

The issue is CWE-79 caused by insufficient sanitization and output escaping around the TalkJS admin settings welcomeMessage parameter. Wordfence rates it CVSS 3.1 score 4.4, requiring network access, high attack complexity, administrator privileges, and no user interaction. The impact is limited confidentiality and integrity exposure with no availability impact noted.

Likely exposure

Exposure is limited to WordPress installations running the TalkJS plugin up to and including 0.1.15, specifically multisite installations or sites where unfiltered_html is disabled. Single-site installs with normal administrator unfiltered_html behavior may be less affected based on the CVE description.

Exploitation context

The provided sources do not show known active exploitation, and the CVE is not marked KEV. Exploitation requires an authenticated administrator-level account or higher. The practical risk is higher where site admins are delegated users in multisite environments or where administrators are intentionally restricted from adding scripts.

Researcher notes

Evidence indicates an admin-setting stored XSS in TalkJS welcomeMessage. The affected range is stated as all versions through 0.1.15. Sources reference both 0.1.15 and trunk code plus a WordPress Trac changeset, but the provided bundle does not clearly name a fixed release version.

Mitigation direction

  • Identify WordPress sites using the TalkJS plugin and record installed versions.
  • Prioritize sites running TalkJS version 0.1.15 or earlier.
  • Check WordPress plugin repository or vendor guidance for a fixed release or remediation instructions.
  • Review the referenced changeset to understand the sanitization and escaping changes.
  • Restrict administrator access to trusted users, especially on multisite deployments.

Validation and detection

  • Confirm whether the site is WordPress multisite or has unfiltered_html disabled.
  • Verify the installed TalkJS plugin version from WordPress administration or asset inventory.
  • Review TalkJS settings for unexpected content in the welcomeMessage field.
  • Compare local plugin code with the referenced WordPress Trac changeset.
  • After updating, confirm the setting is sanitized and rendered safely.
Prepared
Confidence
high
Sources
8

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-2026-1055 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.4 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

4.4Medium
CVSS 3.1 vector shape for CVE-2026-1055Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/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
talkjsTalkJS0unaffected
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.