Description
Parsec is a cloud-based application for simple and cryptographically secure file sharing. The application does not sanitize the workspace name, creating a vulnerability if that workspace name is a UNC path. When creating mountpoint in the windows filesystem to mount the workspace of an organization, the application does not sanitize the workspace name. The cause issue if the workspace name evaluate to a UNC path since it's allowed for the name to containt `\` char. If the UNC path is invalid (or the targeted resource is not available) the application become unresponsive otherwise the system will interact with the mounted UNC path allowing the attacker to retrieve to [`NTLM`] hash.
Published: 2026-07-20
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The parsec‑cloud application does not sanitize workspace names that contain backslashes. When a workspace name resolves to a UNC path, the client creates a mount point in the Windows file system. Because the name is not validated, an attacker that supplies a malicious UNC path may cause the client to mount a target's shared directory and read NTLM hash credentials, or, if the target is unreachable, cause the client to become unresponsive. This weakness is consistent with CWE‑40, which is a path traversal/command injection type issue.

Affected Systems

The affected product is Scille’s parsec‑cloud, a cloud‑based file sharing service. No explicit version numbers are listed for the fix or the vulnerability, so any deployment that has not applied the patch is potentially vulnerable.

Risk and Exploitability

The CVSS base score is 8.8, indicating a high‑severity vulnerability. The EPSS score is less than 1%, indicating a very low but non‑zero likelihood of exploitation in the wild, and the issue is not listed in the CISA KEV catalog. Based on the description, it is inferred that an attacker who can create or modify workspace names can deliver a crafted UNC path; if the path points to a valid SMB share, the client may mount the resource and read NTLM hash credentials from the target machine. If the path is invalid, the client becomes unresponsive, which could be used for a denial‑of‑service attack.

Generated by OpenCVE AI on July 30, 2026 at 19:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Scille parsec‑cloud to a release that includes input sanitization for workspace names.
  • Enforce a naming policy that excludes backslashes and other characters that could form a UNC path when creating or updating workspaces.
  • Disable or restrict the feature that mounts UNC paths, and monitor for unauthorized mount attempts; consider blocking SMB traffic to the host if the feature cannot be safely used.

Generated by OpenCVE AI on July 30, 2026 at 19:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Jul 2026 23:45:00 +0000

Type Values Removed Values Added
First Time appeared Scille
Scille parsec-cloud
Vendors & Products Scille
Scille parsec-cloud

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
Description Parsec is a cloud-based application for simple and cryptographically secure file sharing. The application does not sanitize the workspace name, creating a vulnerability if that workspace name is a UNC path. When creating mountpoint in the windows filesystem to mount the workspace of an organization, the application does not sanitize the workspace name. The cause issue if the workspace name evaluate to a UNC path since it's allowed for the name to containt `\` char. If the UNC path is invalid (or the targeted resource is not available) the application become unresponsive otherwise the system will interact with the mounted UNC path allowing the attacker to retrieve to [`NTLM`] hash.
Title The application evaluate UNC path in workspace name
Weaknesses CWE-40
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Scille Parsec-cloud
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-20T16:29:08.661Z

Reserved: 2026-01-28T14:50:47.885Z

Link: CVE-2026-25039

cve-icon Vulnrichment

Updated: 2026-07-20T16:28:42.524Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T19:30:09Z

Weaknesses
  • CWE-40

    Path Traversal: '\\UNC\share\name\' (Windows UNC Share)