Description
A vulnerability has been found in astralisone rive-mcp-server-core up to db1d0cc4cd52589116360428b7504fd0ca748b3e. This affects an unknown part of the file packages/mcp-server/src/tools/importRiveFile.ts of the component importRiveFile Flow. Such manipulation of the argument libraryId leads to path traversal. The attack needs to be performed locally. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-08
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw was found in the astralisone rive-mcp-server-core component where the libraryId argument supplied to importRiveFile.ts is not properly validated. By supplying malicious input, a local user can influence how the function constructs a file path, enabling traversal outside the intended directory. The weakness is a classic path traversal (CWE-22) and allows arbitrary read or write operations of files accessible to the application’s execution context.

Affected Systems

All releases of astralisone:rive-mcp-server-core up to commit db1d0cc4cd52589116360428b7504fd0ca748b3e contain the vulnerable code. The project uses a rolling release scheme, so precise version numbers for patched releases are not yet published. Any deployment that includes the importRiveFile function is potentially affected.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity. The EPSS score is not available, and the vulnerability is not included in CISA’s KEV catalog. Exploitation requires local access; an attacker with sufficient privileges on the host can choose arbitrary file paths and read or overwrite files if write permissions exist. No public exploits are known, but the lack of a vendor fix necessitates careful monitoring.

Generated by OpenCVE AI on August 8, 2026 at 14:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Validate and sanitize the libraryId parameter before it is used to build file paths, rejecting any path traversal sequences such as ".." or absolute paths; consider whitelisting permitted directory names or applying a robust path normalization routine.
  • Update the component to a fixed release as soon as the project publishes a patched commit; regularly check the GitHub issue tracker and package registry for an updated version.
  • Run the rive‑mcp‑server‑core service with the least privileges required and restrict its filesystem access, for example by using container isolation or an OS sandbox, to limit the potential damage of a path traversal failure.

Generated by OpenCVE AI on August 8, 2026 at 14:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in astralisone rive-mcp-server-core up to db1d0cc4cd52589116360428b7504fd0ca748b3e. This affects an unknown part of the file packages/mcp-server/src/tools/importRiveFile.ts of the component importRiveFile Flow. Such manipulation of the argument libraryId leads to path traversal. The attack needs to be performed locally. This product implements a rolling release for ongoing delivery, which means version information for affected or updated releases is unavailable. The project was informed of the problem early through an issue report but has not responded yet.
Title astralisone rive-mcp-server-core importRiveFile Flow importRiveFile.ts path traversal
First Time appeared Astralisone
Astralisone rive-mcp-server-core
Weaknesses CWE-22
CPEs cpe:2.3:a:astralisone:rive-mcp-server-core:*:*:*:*:*:*:*:*
Vendors & Products Astralisone
Astralisone rive-mcp-server-core
References
Metrics cvssV2_0

{'score': 4.3, 'vector': 'AV:L/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

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


Subscriptions

Astralisone Rive-mcp-server-core
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-08T13:30:09.722Z

Reserved: 2026-08-07T15:38:39.783Z

Link: CVE-2026-19288

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T14:30:06Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')