Description
A vulnerability has been found in DeepMyst Mysti up to 0.4.0. The affected element is the function initProjectMemory of the file src/managers/MemoryManager.ts of the component Per-Project Auto-Memory Handler. Such manipulation of the argument workspacePath leads to exposure of resource. The attack may be performed from remote. Upgrading to version 0.4.0 is sufficient to fix this issue. The name of the patch is 6d709229b5199f6769fb3cf763e5122dcc43c079. It is advisable to upgrade the affected component.
Published: 2026-07-03
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The initProjectMemory function in the Per-Project Auto-Memory Handler of DeepMyst Mysti can be abused by manipulating its workspacePath argument to reveal internal resources that should remain hidden, allowing an attacker to disclose sensitive information and exposing the system to information disclosure (CWE-200). Because the function does not enforce proper input validation or access checks, a remote attacker can exploit the component if it is reachable over the network, resulting in unauthorized resource exposure. The likely attack vector involves supplying a crafted workspacePath to a publicly accessible handler of the Per-Project Auto-Memory Module.

Affected Systems

DeepMyst Mysti versions older than 0.4.0 are affected; all releases up to 0.3.x come with this flaw. The fix is implemented in commit 6d709229b5199f6769fb3cf763e5122dcc43c079 and is available in version 0.4.0.

Risk and Exploitability

The CVSS base score is 5.3, indicating a moderate risk, while the EPSS score is less than 1%, reflecting a very low exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires the Per-Project Auto-Memory Handler to be exposed over a network; a remote attacker can then trigger the resource disclosure without prior authentication or local access.

Generated by OpenCVE AI on July 21, 2026 at 09:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade DeepMyst Mysti to version 0.4.0 or later to apply the vendor patch
  • Validate or sanitize the workspacePath argument before it is used by the initProjectMemory function, or disable the feature if it is not required
  • Restrict network access to the Per-Project Auto-Memory Handler to trusted users or networks, for example by using firewall rules or role-based access controls

Generated by OpenCVE AI on July 21, 2026 at 09:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


Fri, 03 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in DeepMyst Mysti up to 0.4.0. The affected element is the function initProjectMemory of the file src/managers/MemoryManager.ts of the component Per-Project Auto-Memory Handler. Such manipulation of the argument workspacePath leads to exposure of resource. The attack may be performed from remote. Upgrading to version 0.4.0 is sufficient to fix this issue. The name of the patch is 6d709229b5199f6769fb3cf763e5122dcc43c079. It is advisable to upgrade the affected component.
Title DeepMyst Mysti Per-Project Auto-Memory MemoryManager.ts initProjectMemory exposure of resource
First Time appeared Deepmyst
Deepmyst mysti
Weaknesses CWE-200
CWE-668
CPEs cpe:2.3:a:deepmyst:mysti:*:*:*:*:*:*:*:*
Vendors & Products Deepmyst
Deepmyst mysti
References
Metrics cvssV2_0

{'score': 4, 'vector': 'AV:N/AC:L/Au:S/C:P/I:N/A:N/E:ND/RL:OF/RC:C'}

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T15:06:01.675Z

Reserved: 2026-07-03T14:09:19.785Z

Link: CVE-2026-14611

cve-icon Vulnrichment

Updated: 2026-07-06T15:05:57.979Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T09:15:02Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-668

    Exposure of Resource to Wrong Sphere