Description
A flaw has been found in NocteDefensor LudusMCP up to 1.0.24. Affected is an unknown function of the file src/tools/insertCredsRangeConfig.ts of the component insert_creds_range_config. Executing a manipulation of the argument configPath/outputPath can lead to path traversal. The attack is restricted to local execution. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-09
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a path traversal vulnerability in NocteDefensor LudusMCP’s insertCredsRangeConfig component. By manipulating the configPath or outputPath arguments, an attacker with local execution privileges can reference arbitrary filesystem locations, potentially exposing sensitive files or corrupting configuration data. The weakness stems from insufficient path validation and is classified as CWE‑22. The vulnerability is confined to local execution, meaning remote attackers must first gain local access to exploit it.

Affected Systems

NocteDefensor LudusMCP versions up to and including 1.0.24 are affected. The product is available as open‑source on GitHub and can be self‑hosted; any deployment running a vulnerable version inherits the path traversal flaw. No patch or fix has been released by the vendor, and the vulnerability remains unaddressed in existing releases.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity. No EPSS data is available, suggesting low exploitation probability, and the issue is not listed in the CISA KEV catalog. The attack vector is local, requiring the attacker to be able to execute the component with filesystem privileges. If the component runs with elevated rights, the risk of sensitive data exposure or configuration tampering rises, but the overall threat remains moderate in the absence of known exploitation reports.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • If a newer release of LudusMCP is available that addresses the path traversal flaw, upgrade to that version immediately.
  • When an update is not possible, limit the component to use only trusted, relative directories and eliminate the ability for external configuration of configPath or outputPath.
  • Validate and sanitize all file path inputs in the insertCredsRangeConfig code, rejecting absolute paths and any '..' sequences before use.
  • Run the component under a non‑privileged user and restrict filesystem permissions to mitigate potential local data exposure.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 09 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Description A flaw has been found in NocteDefensor LudusMCP up to 1.0.24. Affected is an unknown function of the file src/tools/insertCredsRangeConfig.ts of the component insert_creds_range_config. Executing a manipulation of the argument configPath/outputPath can lead to path traversal. The attack is restricted to local execution. The project was informed of the problem early through an issue report but has not responded yet.
Title NocteDefensor LudusMCP insert_creds_range_config insertCredsRangeConfig.ts path traversal
First Time appeared Noctedefensor
Noctedefensor ludusmcp
Weaknesses CWE-22
CPEs cpe:2.3:a:noctedefensor:ludusmcp:*:*:*:*:*:*:*:*
Vendors & Products Noctedefensor
Noctedefensor ludusmcp
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

Noctedefensor Ludusmcp
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-09T18:45:11.127Z

Reserved: 2026-08-09T06:04:30.655Z

Link: CVE-2026-19366

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T20:30:03Z

Weaknesses
  • CWE-22

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