CVE-2026-54446
Published:July 14, 2026
Updated:August 27, 2026
When "netlicensing-mcp" is run in HTTP transport mode, the "ApiKeyMiddleware" fails to enforce authentication: requests that carry no client API key are unconditionally forwarded to the next handler ("server.py:1427"). The downstream HTTP client then falls back to the server operator's "NETLICENSING_API_KEY" environment variable ("client.py:30") and uses it to authenticate every upstream call to the NetLicensing REST API. An unauthenticated network attacker can therefore invoke any MCP tool — including product listing, license creation/modification, and destructive delete operations — entirely under the operator's identity and account quota. CVSS 3.1 Base Score: 8.1 (High).
Affected Packages
https://github.com/Labs64/NetLicensing-MCP.git (GITHUB):
Affected version(s) >=0.0.6 <0.1.6Fix Suggestion:
Update to version 0.1.6netlicensing-mcp (PYTHON):
Affected version(s) >=0.0.1 <0.1.6Fix Suggestion:
Update to version 0.1.6Related Resources (7)
Do you need more information?
Contact UsCVSS v4
Base Score:
9.2
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.1
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Missing Authentication for Critical Function