Description
sublinear-time-solver is a Rust and WebAssembly library for solving asymmetric diagonally dominant systems in sublinear time. Prior to consciousness-explorer 1.1.2 and sublinear-time-solver 1.6.0, the export_state and import_state tools in src/consciousness-explorer/mcp/server.js pass the attacker-controlled filepath parameter to filesystem operations in src/consciousness-explorer/index.js without restricting the destination or rejecting traversal. The saveVectorToFile and loadVectorFromFile tools in src/mcp/server.ts contain the same sink class through the file_path parameter. An attacker able to invoke the MCP tools can read, write, or overwrite any file accessible to the server process, causing confidentiality and integrity loss and possible service disruption. This issue is fixed in consciousness-explorer 1.1.2 and sublinear-time-solver 1.6.0.
Published: 2026-08-25
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary file write permitting confidentiality and integrity loss
Action: Patch ASAP
AI Analysis

Impact

The vulnerability exists in the export_state and import_state tools of sublinear-time-solver, which pass an attacker‑controlled file path directly to filesystem operations without validation. An attacker able to invoke these MCP tools can read, overwrite, or create arbitrary files that the server process can access, allowing the exfiltration of sensitive data, injection of malicious code, or disruption of service by corrupting critical files. The underlying weakness is a path‑traversal flaw (CWE‑73).

Affected Systems

This issue affects the ruvnet:sublinear-time-solver package and the corresponding consciousness‑explorer component. Versions older than sublinear‑time‑solver 1.6.0 and consciousness‑explorer 1.1.2 are vulnerable; the fix is included in those releases.

Risk and Exploitability

The CVSS score is 7.1, indicating a high severity vulnerability. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires an attacker to access the MCP interface, which may be exposed over the network or otherwise accessible to adversarial code. Once accessed, the attacker can manipulate any file within the server's file system scope, creating high‑impact consequences for confidentiality, integrity, and availability.

Generated by OpenCVE AI on August 26, 2026 at 03:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to sublinear‑time‑solver v1.6.0 and consciousness‑explorer v1.1.2
  • Restrict access to the MCP export_state and import_state endpoints, allowing only trusted sources or internal use
  • Validate the file_path argument to reject directory traversal or restrict it to a designated safe directory

Generated by OpenCVE AI on August 26, 2026 at 03:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-xc9g-j69q-37xw consciousness-explorer / sublinear-time-solver MCP export_state has an arbitrary file write
History

Wed, 26 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 25 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Ruvnet
Ruvnet sublinear-time-solver
Vendors & Products Ruvnet
Ruvnet sublinear-time-solver

Tue, 25 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Description sublinear-time-solver is a Rust and WebAssembly library for solving asymmetric diagonally dominant systems in sublinear time. Prior to consciousness-explorer 1.1.2 and sublinear-time-solver 1.6.0, the export_state and import_state tools in src/consciousness-explorer/mcp/server.js pass the attacker-controlled filepath parameter to filesystem operations in src/consciousness-explorer/index.js without restricting the destination or rejecting traversal. The saveVectorToFile and loadVectorFromFile tools in src/mcp/server.ts contain the same sink class through the file_path parameter. An attacker able to invoke the MCP tools can read, write, or overwrite any file accessible to the server process, causing confidentiality and integrity loss and possible service disruption. This issue is fixed in consciousness-explorer 1.1.2 and sublinear-time-solver 1.6.0.
Title sublinear-time-solver: Arbitrary file write in consciousness-explorer / sublinear-time-solver MCP export_state
Weaknesses CWE-73
References
Metrics cvssV3_1

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


Subscriptions

Ruvnet Sublinear-time-solver
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-26T15:41:54.869Z

Reserved: 2026-06-16T23:31:22.445Z

Link: CVE-2026-55609

cve-icon Vulnrichment

Updated: 2026-08-26T15:40:51.419Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T19:16:50.160

Modified: 2026-09-09T21:07:31.353

Link: CVE-2026-55609

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T03:15:03Z

Weaknesses
  • CWE-73

    External Control of File Name or Path