Skip to content
Threat Feed
critical advisory updated

Authentication Bypass in knowns Management API

The knowns application before version 0.30.0 exposes an unauthenticated management API on all network interfaces, allowing attackers to provision unauthorized tunnels via the /api/tunnel/start endpoint.

CVE search metadata

CVE search record: CVE-2026-86543. Severity: critical. CVSS: 9.8. KEV: no. Product: knowns (< 0.30.0), knowns (<= 0.29.1). Brief: Authentication Bypass in knowns Management API. Brief link: https://feed.craftedsignal.io/briefs/2026-09-knowns-auth-bypass/

What's new

  • 1. added detection rule: Detects CVE-2026-86775 Exploitation - Path Traversal in Document API Sep 9, 14:59 via nvd

The knowns application, in versions prior to 0.30.0, contains a critical authentication bypass vulnerability in its management API component. By default, this API is configured to listen on all network interfaces without requiring any form of authentication or credentials upon fresh installation. This misconfiguration allows unauthenticated remote attackers to interact with sensitive administrative endpoints. Specifically, an attacker can access the /api/tunnel/start endpoint to provision a new, unauthorized public tunnel. This action can be used to republish the internal management API to a publicly accessible address, effectively bypassing internal network boundaries and enabling further unauthorized access or control over the host system. Given the default behavior of exposing the API on all interfaces, this threat is highly accessible to any actor capable of reaching the service over the network.

Impact

Successful exploitation allows for the unauthorized creation of external tunnels, potentially exposing internal-only services or management interfaces to the public internet. This can lead to unauthorized configuration changes, complete takeover of the knowns application instance, and lateral movement within the network. This vulnerability carries a CVSS v3.1 base score of 9.8.

Recommendation

  • Upgrade the knowns application to version 0.30.0 or later immediately to enforce authentication requirements on the management API.
  • Implement network access control lists (ACLs) to restrict access to the knowns management API port to trusted internal management subnets only.
  • Review network logs for unexpected inbound HTTP requests to the /api/tunnel/start endpoint, which is a strong indicator of unauthorized tunnel provisioning.

Immediate actions

Upgrade knowns to version 0.30.0 or later

IT Operations 24h

Audit network perimeter for knowns management API exposure

SOC 24h

Mitigations

Upgrade knowns to 0.30.0

immediate IT Operations

CVE-2026-86543

Detection coverage 2

Detects CVE-2026-86543 Exploitation - Unauthorized Tunnel Initiation

critical

Detects exploitation of the knowns management API by monitoring for POST requests to the /api/tunnel/start endpoint

sigma tactics: initial_access techniques: T1190 sources: webserver

Detects CVE-2026-86775 Exploitation - Path Traversal in Document API

high

Detects path traversal attempts targeting the /api/docs endpoint by checking for dot-dot-slash sequences in the URI or request query parameters.

sigma tactics: initial_access techniques: T1190 sources: webserver

Detection queries are available on the platform. Get full rules →