Description
knowns versions before 0.30.0 serve the management API without authentication on all network interfaces by default, with no password required on fresh installations. Attackers can access the unauthenticated /api/tunnel/start endpoint to provision a public tunnel and republish the API at a publicly accessible address.
Published: 2026-09-07
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists because knowns versions prior to 0.30.0 expose the management API on all network interfaces without requiring authentication. An unauthenticated attacker can invoke the /api/tunnel/start endpoint, which creates a public tunnel and republishes the API at an externally reachable address. This allows malicious actors to expose internal services to the internet without permission, potentially leading to further lateral movement or data disclosure.

Affected Systems

The affected product is knowns-dev:knowns, specifically all releases before 0.30.0. Installations of these versions that are reachable on the network are susceptible until an authenticated external access control is enforced or the software is updated.

Risk and Exploitability

The CVSS score of 9.3 indicates a high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, but exposure on all interfaces makes the attack vector likely implicit network-based. Attackers with network reach to the host can exploit the unauthenticated endpoint without additional prerequisites, making the risk significant for any reachable deployment.

Generated by OpenCVE AI on September 8, 2026 at 00:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to knowns version 0.30.0 or later to enforce authentication on the management API.
  • If an upgrade is not immediately possible, restrict access to the management API by firewalling or binding the service to localhost only.
  • Configure authentication mechanisms or require a valid token for the /api/tunnel/start endpoint to prevent unauthorized tunnel creation.

Generated by OpenCVE AI on September 8, 2026 at 00:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 01:15:00 +0000

Type Values Removed Values Added
First Time appeared Knowns-dev
Knowns-dev knowns
Vendors & Products Knowns-dev
Knowns-dev knowns

Mon, 07 Sep 2026 23:15:00 +0000

Type Values Removed Values Added
Description knowns versions before 0.30.0 serve the management API without authentication on all network interfaces by default, with no password required on fresh installations. Attackers can access the unauthenticated /api/tunnel/start endpoint to provision a public tunnel and republish the API at a publicly accessible address.
Title knowns before 0.30.0 Unauthenticated Management API Exposure
Weaknesses CWE-306
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

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


Subscriptions

Knowns-dev Knowns
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-07T23:03:20.773Z

Reserved: 2026-09-07T22:18:53.235Z

Link: CVE-2026-86543

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T23:16:54.160

Modified: 2026-09-07T23:16:54.160

Link: CVE-2026-86543

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T01:00:11Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function