Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-x9vc-9ffq-p3gj | NetLicensing-MCP: Unauthenticated Use of Server-Side NetLicensing API Key in HTTP Mode |
Thu, 17 Sep 2026 17:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | NetLicensing MCP Server is a natural-language interface that enables agentic applications to manage the software-licensing lifecycle in Labs64 NetLicensing. Prior to 0.1.6, network-reachable HTTP transport requests to /mcp that omit x-netlicensing-api-key, Authorization: Bearer, and the apikey query parameter pass through ApiKeyMiddleware in src/netlicensing_mcp/server.py without authentication. The downstream api_key_ctx in src/netlicensing_mcp/client.py then falls back to the operator's NETLICENSING_API_KEY and authenticates upstream NetLicensing REST API calls under the operator account. An unauthenticated attacker can invoke MCP tools to enumerate products, licenses, licensees, and transactions, create or modify licensing objects, perform validations, and execute destructive delete operations. The issue affects HTTP deployments configured with a server-side key and does not require user interaction. This issue is fixed in version 0.1.6. | |
| Title | NetLicensing MCP Server: Unauthenticated Use of Server-Side NetLicensing API Key in HTTP Mode | |
| Weaknesses | CWE-306 | |
| References |
| |
| Metrics |
cvssV3_1
|
Subscriptions
No data.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-09-17T19:14:40.858Z
Reserved: 2026-06-15T15:30:40.317Z
Link: CVE-2026-54446
No data.
Status : Received
Published: 2026-09-17T18:16:46.040
Modified: 2026-09-17T18:16:46.040
Link: CVE-2026-54446
No data.
OpenCVE Enrichment
No data.
-
CWE-306
Missing Authentication for Critical Function
Github GHSA