Description
A weakness has been identified in PhialsBasement KoboldCPP-MCP-Server 1.0.0. Affected by this issue is the function makeRequest of the file src/index.ts of the component BaseConfigSchema. Executing a manipulation of the argument apiUrl can lead to server-side request forgery. It is possible to launch the attack on the local host. 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

A weakness was discovered in the makeRequest function of the BaseConfigSchema component in PhialsBasement’s KoboldCPP-MCP-Server version 1.0.0. By manipulating the apiUrl argument, an attacker can force the server to perform arbitrary HTTP requests, a classic server‑side request forgery (CWE‑918). The exploit can be executed on the localhost, allowing a local attacker to reach internal services or external resources that the server should not access. The primary impact is the potential compromise of data confidentiality or integrity through unauthorized network requests; it does not provide remote code execution.

Affected Systems

The product affected is PhialsBasement’s KoboldCPP-MCP-Server, version 1.0.0. No other versions are listed as vulnerable in the provided data.

Risk and Exploitability

The CVSS base score is 4.8, indicating a moderate severity and an attack vector limited to the local host. EPSS information is not available and the vulnerability is not listed in CISA’s KEV catalog, suggesting no publicly known exploitation. The attacker must have some local access to trigger the vulnerable function; remote exploitation is not documented. Overall risk remains moderate, but organizations should evaluate the potential impact of internal‑outbound requests in their environment.

Generated by OpenCVE AI on August 10, 2026 at 00:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Implement input validation in the makeRequest function to whitelist acceptable URLs or domain patterns, preventing arbitrary requests
  • Restrict the network permissions of the KoboldCPP-MCP-Server process using firewall rules or container isolation so it cannot reach internal services or send requests to unauthorized endpoints
  • Continuously monitor application logs and outbound network traffic for suspicious HTTP requests that deviate from normal operation and alert security teams

Generated by OpenCVE AI on August 10, 2026 at 00:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A weakness has been identified in PhialsBasement KoboldCPP-MCP-Server 1.0.0. Affected by this issue is the function makeRequest of the file src/index.ts of the component BaseConfigSchema. Executing a manipulation of the argument apiUrl can lead to server-side request forgery. It is possible to launch the attack on the local host. The project was informed of the problem early through an issue report but has not responded yet.
Title PhialsBasement KoboldCPP-MCP-Server BaseConfigSchema index.ts makeRequest server-side request forgery
First Time appeared Phialsbasement
Phialsbasement koboldcpp-mcp-server
Weaknesses CWE-918
CPEs cpe:2.3:a:phialsbasement:koboldcpp-mcp-server:*:*:*:*:*:*:*:*
Vendors & Products Phialsbasement
Phialsbasement koboldcpp-mcp-server
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

Phialsbasement Koboldcpp-mcp-server
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-09T22:45:13.091Z

Reserved: 2026-08-09T07:25:15.620Z

Link: CVE-2026-19373

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T00:30:03Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)