CVE-2026-14611: DeepMyst Mysti Authentication Information Disclosure Vulnerability
DeepMyst Mysti versions up to 0.4.0 contain a flaw in the Per-Project Auto-Memory Handler that allows an authenticated attacker to access sensitive resource information by manipulating the workspace path argument passed to the memory initialization function. The vulnerability requires valid user credentials and network access but does not enable modifications or service disruption.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
- Weaknesses (CWE)
- CWE-200, CWE-668
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-07-03 / 2026-07-06
NVD description (verbatim)
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.
8 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-14611 affects the initProjectMemory function in src/managers/MemoryManager.ts within DeepMyst Mysti's Per-Project Auto-Memory Handler component. The vulnerability stems from insufficient validation of the workspacePath parameter, enabling an authenticated remote attacker to traverse or access unintended resource paths. The flaw is classified under CWE-200 (Exposure of Sensitive Information) and CWE-668 (Exposure of Resource to Wrong Sphere), indicating both information disclosure and improper resource boundary enforcement. The CVSS v3.1 score of 4.3 reflects a medium-severity issue with network-based attack vector, low attack complexity, and requirement for authenticated access.
Business impact
This vulnerability poses a moderate confidentiality risk to organizations running vulnerable versions of DeepMyst Mysti. An authenticated user—whether internal or with compromised credentials—could access project memory or workspace data not intended for their role, potentially exposing proprietary analysis, model configurations, or sensitive project metadata. The attack does not compromise integrity or availability, but unauthorized information disclosure in development or analytics workflows can breach data governance policies and create compliance liabilities.
Affected systems
DeepMyst Mysti versions 0.4.0 and earlier are affected. Organizations should verify their deployed version against release notes. The component in scope is the Per-Project Auto-Memory Handler, which manages workspace-scoped memory contexts.
Exploitability
Exploitation requires valid authentication credentials and network connectivity to the Mysti instance. No special privileges or user interaction is needed once authenticated. The low attack complexity and absence of any user-click requirement make exploitation straightforward for an attacker with legitimate or stolen credentials. The vulnerability is not known to be actively exploited in the wild (not on the CISA KEV catalog), but the ease of weaponization warrants prompt patching.
Remediation
Upgrade DeepMyst Mysti to version 0.4.0 or later. The fix is included in patch commit 6d709229b5199f6769fb3cf763e5122dcc43c079. Verify the patch hash against the official DeepMyst release notes to confirm authenticity. No workarounds are documented; patching is the only remediation.
Patch guidance
Apply the available update to version 0.4.0 immediately. Before deployment, test the patched version in a non-production environment to ensure no regression in memory handler functionality or workspace isolation behavior. Coordinate the upgrade across all instances of Mysti in your environment to prevent lateral movement via unpatched nodes. Consult the vendor's release notes for any configuration changes or data migration steps.
Detection guidance
Monitor authentication logs for unusual access patterns by service accounts or users accessing multiple workspaces in short timeframes. Review application logs for errors or warnings originating from the MemoryManager component. If available, enable verbose logging on workspace path resolution to detect suspicious path traversal attempts. A SIEM rule correlating multiple failed or successful memory initialization calls with anomalous workspacePath values may surface exploitation attempts. Post-patch, baseline normal behavior and alert on deviations.
Why prioritize this
Although the CVSS score is moderate (4.3), the vulnerability should be addressed within your standard patching cycle—typically within 30 days for medium-severity flaws affecting authenticated services. Prioritize higher if your Mysti instance handles sensitive project data, processes competitive research, or runs in a high-trust environment where user compromise is a realistic threat model. The simplicity of exploitation and lack of required privileges once authenticated make this a non-negligible risk.
Risk score, explained
The CVSS 3.1 score of 4.3 (MEDIUM) reflects the network attack vector, low complexity, and requirement for authentication. Confidentiality impact is low (user can read some resources they shouldn't), but integrity and availability are unaffected. In your environment, elevation to high risk may be warranted if: (1) Mysti processes highly sensitive or proprietary data; (2) user account compromise is frequent; or (3) inter-user data isolation is a critical security boundary.
Frequently asked questions
Does this vulnerability allow remote code execution or full system compromise?
No. The vulnerability is limited to information disclosure—an authenticated attacker can access certain resources via path manipulation, but cannot execute code, modify data, or disrupt service availability. It is a confidentiality issue only.
Can this be exploited by an unauthenticated attacker?
No. The CVSS vector specifies PR:L, meaning authentication is required. An attacker must have valid credentials or compromise an existing user account to attempt exploitation.
Is there a public exploit for CVE-2026-14611?
The vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, and no public exploit code has been disclosed at the time of publishing. However, the straightforward nature of path manipulation makes exploitation conceptually simple for a skilled attacker with credentials.
What if we cannot patch immediately?
Implement compensating controls: restrict network access to Mysti to trusted IP ranges or VPNs, enforce multi-factor authentication for service accounts, and monitor memory handler logs for anomalies. However, these do not eliminate the vulnerability—plan a patching window as soon as operationally feasible.
This analysis is provided for informational purposes and is based on the vendor description and CVE data current as of the publish date. SEC.co does not guarantee the accuracy of third-party information or vendor claims. Organizations should verify patch availability, test before deployment, and consult official vendor advisories. Threat landscape, exploit availability, and risk profiles change over time; review this page periodically for updates. SEC.co is not liable for operational decisions or outcomes resulting from reliance on this intelligence. Source: NVD (public-domain), retrieved 2026-08-12. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-57231HIGHPodman Environment Variable Exfiltration Vulnerability
- CVE-2025-15653MEDIUMDräger Zeus Anesthesia Workstation USB Security Vulnerability
- CVE-2026-10254MEDIUMUnauthenticated Information Disclosure in SourceCodester Pet Grooming Software
- CVE-2026-10854MEDIUMMISP Galaxy Visibility Control Bypass – Unauthorized Private Metadata Access
- CVE-2026-10864MEDIUMMISP Dashboard Widget Field Filtering Bypass (Medium)
- CVE-2026-11162MEDIUMChrome CSS Cross-Origin Data Leak Vulnerability
- CVE-2026-11168MEDIUMChrome Extension Memory Disclosure Vulnerability
- CVE-2026-11180MEDIUMChrome SVG Cross-Origin Data Leak – Patch & Mitigation Guide