Description
Pivotick’s Markdown node-reference renderer failed to HTML-escape the attacker-controlled nodeName value before interpolating it into both the data-node-name attribute and the body of a generated <span> element.

Because the node-reference tokenizer rejected only square brackets, a crafted node name could still contain quotation marks, angle brackets, or other HTML metacharacters. An attacker could therefore terminate the quoted attribute or inject additional HTML elements and event-handler attributes.

When malicious node-reference content is rendered by a consumer that does not apply DOMPurify or equivalent sanitization, arbitrary JavaScript may execute in the victim’s browser in the security context of the application. Successful exploitation requires a victim to open or render a crafted graph or note and could allow the attacker to access same-origin information, modify displayed content, or perform actions using the victim’s session.

The patch resolves the issue by applying context-appropriate HTML escaping to node names before inserting them into either HTML text or quoted attribute values. The shared escaping function now encodes ampersands, angle brackets, and both types of quotation marks.
Published: 2026-07-28
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Pivotick’s Markdown node‑reference renderer failed to HTML‑escape the attacker‑controlled nodeName before inserting it into both the data-node-name attribute and the element’s inner text. Because the tokenizer rejects only square brackets, an attacker can embed quotation marks, angle brackets, or other HTML metacharacters in the nodeName. When rendered without DOMPurify or similar sanitization, this allows the attacker to terminate attributes, inject additional elements, add event‑handler attributes, and execute arbitrary JavaScript in the victim’s browser. The vulnerability is a DOM‑based XSS that can lead to same‑origin information disclosure, UI fraud, or actions performed using the victim’s session.

Affected Systems

The affected product is Pivotick, as identified by the vendor name pivotick. No specific version information is supplied, so any deployment using the Markdown node‑reference renderer that has not applied the vendor’s fix is potentially vulnerable.

Risk and Exploitability

The CVSS score of 6.3 indicates a moderate severity vulnerability. The EPSS score of less than 1% suggests that it is currently considered low probability of exploitation, and the vulnerability is not yet listed in the CISA KEV catalog. Exploitation requires the attacker to craft a malicious note or graph that a victim will open or render; the attack vector is therefore user‑initiated interaction with malicious content, and the attacker must successfully deliver the crafted data to the victim’s browser.

Generated by OpenCVE AI on August 3, 2026 at 14:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch that performs context‑appropriate HTML escaping of node names.
  • Ensure that the consuming application sanitizes all Markdown content with DOMPurify or an equivalent library before rendering the generated markup.
  • If a patch is not yet available, either disable node‑reference rendering or implement manual escaping of nodeName values until the official fix is applied.

Generated by OpenCVE AI on August 3, 2026 at 14:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Pivotick
Pivotick pivotick
Vendors & Products Pivotick
Pivotick pivotick

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description Pivotick’s Markdown node-reference renderer failed to HTML-escape the attacker-controlled nodeName value before interpolating it into both the data-node-name attribute and the body of a generated <span> element. Because the node-reference tokenizer rejected only square brackets, a crafted node name could still contain quotation marks, angle brackets, or other HTML metacharacters. An attacker could therefore terminate the quoted attribute or inject additional HTML elements and event-handler attributes. When malicious node-reference content is rendered by a consumer that does not apply DOMPurify or equivalent sanitization, arbitrary JavaScript may execute in the victim’s browser in the security context of the application. Successful exploitation requires a victim to open or render a crafted graph or note and could allow the attacker to access same-origin information, modify displayed content, or perform actions using the victim’s session. The patch resolves the issue by applying context-appropriate HTML escaping to node names before inserting them into either HTML text or quoted attribute values. The shared escaping function now encodes ampersands, angle brackets, and both types of quotation marks.
Title Pivotick - Stored DOM-Based Cross-Site Scripting via Unescaped Markdown Node References
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:H/SA:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Subscriptions

Pivotick Pivotick
cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-07-28T14:18:44.783Z

Reserved: 2026-07-28T13:05:10.153Z

Link: CVE-2026-66921

cve-icon Vulnrichment

Updated: 2026-07-28T14:18:39.519Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T14:16:40.367

Modified: 2026-07-30T16:55:34.270

Link: CVE-2026-66921

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:00:15Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')