Description
A security vulnerability has been detected in adafap api-mcp up to 92b9a5d04acfec165c7d4ef852496593aa87be06. This affects the function customAxios of the file app/api/proxy/route.ts of the component Proxy API Endpoint. The manipulation of the argument url leads to server-side request forgery. The attack is possible to be carried out remotely. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-09
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A server‑side request forgery vulnerability exists in the customAxios function of adafap’s api‑mcp component (app/api/proxy/route.ts). Attackers can manipulate the URL argument to cause the server to initiate HTTP requests to arbitrary internal or external hosts. This weakness maps to CWE‑918, highlighting that the application fails to validate or sanitize outbound request destinations. The flaw can be triggered remotely and does not require local user interaction or elevated privileges, allowing potential exposure of sensitive resources or exploitation of internal services.

Affected Systems

The vulnerable product is adafap’s api‑mcp. No fixed release is currently available because the project follows a rolling‑release model and the vendor has not yet issued a patch. Any deployment built from code before commit 92b9a5d04acfec165c7d4ef852496593aa87be06 may be compromised until an update is released.

Risk and Exploitability

The CVSS base score of 6.9 classifies the flaw as medium severity. Although EPSS data is unavailable and the vulnerability is not listed in the CISA KEV catalog, the remote SSRF capability makes it a notable threat. Adversaries can craft requests to the proxy endpoint from outside the network, directing the server to access unrestricted destinations, thereby facilitating data exfiltration, lateral movement, or internal reconnaissance.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the most recent adafap api‑mcp release that includes a fix for the SSRF flaw; if no patch is available, customers should switch to a fork or commit that removes the vulnerable customAxios logic.
  • Restrict the server’s outbound HTTP traffic by configuring firewall rules or a reverse proxy to allow connections only to recognized, trusted endpoints, thereby preventing the server from reaching arbitrary hosts.
  • Enable comprehensive logging of all outbound HTTP requests initiated by the proxy endpoint and routinely monitor these logs for anomalous activity; investigate any unexpected external calls promptly.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A security vulnerability has been detected in adafap api-mcp up to 92b9a5d04acfec165c7d4ef852496593aa87be06. This affects the function customAxios of the file app/api/proxy/route.ts of the component Proxy API Endpoint. The manipulation of the argument url leads to server-side request forgery. The attack is possible to be carried out remotely. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Title adafap api-mcp Proxy API Endpoint route.ts customAxios server-side request forgery
First Time appeared Adafap
Adafap api-mcp
Weaknesses CWE-918
CPEs cpe:2.3:a:adafap:api-mcp:*:*:*:*:*:*:*:*
Vendors & Products Adafap
Adafap api-mcp
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-09T23:00:12.887Z

Reserved: 2026-08-09T07:31:40.909Z

Link: CVE-2026-19374

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T02:30:04Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)