Description
Pivotick contains a cross-site scripting vulnerability in the sidebar property-list component. Values associated with link-like properties, such as url, uri, href, link, website, or homepage, were rendered as hyperlinks without validating their URL scheme.

An attacker able to supply or influence node or edge property data could provide a malicious value using the javascript: scheme, including variants obfuscated with whitespace or control characters. If a user clicked the generated property link, attacker-controlled JavaScript could execute in the context of the Pivotick application.

Successful exploitation could allow the attacker to access information available to the victim’s browser session or perform actions with the victim’s privileges. The vulnerability was addressed by normalizing property values and preventing URLs with non-allowlisted schemes from being rendered as clickable links.
Published: 2026-07-27
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A cross‑site scripting flaw exists in Pivotick’s sidebar property‑list component, where values associated with link‑like properties are rendered as hyperlinks without validating the URL scheme. If an attacker can supply or modify node or edge property data, they may inject a value using the javascript: scheme, or a variant obscured by whitespace or control characters. When a user clicks the resulting link, the browser executes the attacker‑controlled JavaScript in the context of the Pivotick application, enabling the attacker to access information available to the victim’s session or perform actions with the victim’s privileges.

Affected Systems

The vulnerability affects the Pivotick product from Pivotick Inc. No specific version range is provided, but all installations that include the sidebar property‑list component are potentially impacted until the URL normalization fix is applied.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity and the EPSS score is < 1%, suggesting a low likelihood of exploitation in practice; the vulnerability is not listed in CISA KEV. Exploitation requires that the attacker be able to influence node or edge property values and that a user click the crafted link, so it is a user‑interaction scenario. Successful exploitation could allow the attacker to inject and execute arbitrary scripts in the victim’s browser session, potentially leading to session hijacking or unauthorized actions within the Pivotick application.

Generated by OpenCVE AI on August 3, 2026 at 15:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Pivotick release that implements URL normalization and blocks non‑allowlisted schemes from being rendered as hyperlinks.
  • Validate all user‑supplied property values to reject javascript: and other disallowed URL schemes before rendering them in the UI.
  • Configure the application or data model to disable or sanitize any custom property types that allow raw URLs, ensuring that only safe, allowlisted schemes are accepted.

Generated by OpenCVE AI on August 3, 2026 at 15:41 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
Metrics ssvc

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


Mon, 27 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Description Pivotick contains a cross-site scripting vulnerability in the sidebar property-list component. Values associated with link-like properties, such as url, uri, href, link, website, or homepage, were rendered as hyperlinks without validating their URL scheme. An attacker able to supply or influence node or edge property data could provide a malicious value using the javascript: scheme, including variants obfuscated with whitespace or control characters. If a user clicked the generated property link, attacker-controlled JavaScript could execute in the context of the Pivotick application. Successful exploitation could allow the attacker to access information available to the victim’s browser session or perform actions with the victim’s privileges. The vulnerability was addressed by normalizing property values and preventing URLs with non-allowlisted schemes from being rendered as clickable links.
Title Cross-Site Scripting via Unsafe URL Schemes in Pivotick Property Links
Weaknesses CWE-79
References
Metrics cvssV4_0

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


Subscriptions

Pivotick Pivotick
cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

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

Reserved: 2026-07-27T20:19:38.433Z

Link: CVE-2026-66825

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

Published: 2026-07-27T21:17:17.667

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

Link: CVE-2026-66825

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:45:04Z

Weaknesses
  • CWE-79

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