Skip to main content

Netmaker CVE-2026-38651

| EUVDEUVD-2026-26062 HIGH
Improper Verification of Cryptographic Signature (CWE-347)
2026-04-28 cve@mitre.org GHSA-qpv2-rwc8-c993
8.2
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.2 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
vuln.today AI
8.2 HIGH

Network-reachable, low-complexity, unauthenticated JWT forgery (AV:N/AC:L/PR:N) exposes sensitive host/network data (C:H); some host-scoped write is possible (I:L) but description centers on disclosure (A:N).

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
SUSE
HIGH
qualitative

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
None

Lifecycle Timeline

5
Source Code Evidence Fetched
Jul 24, 2026 - 04:23 vuln.today
Analysis Generated
Jul 24, 2026 - 04:23 vuln.today
CVSS changed
Apr 28, 2026 - 19:52 NVD
8.2 (HIGH)
EUVD ID Assigned
Apr 28, 2026 - 16:22 euvd
EUVD-2026-26062
CVE Published
Apr 28, 2026 - 16:16 nvd
HIGH 8.2

DescriptionCVE.org

Authentication Bypass vulnerability exists in Netmaker versions prior to 1.5.0. The VerifyHostToken function in logic/jwts.go fails to validate the JWT signature when verifying host tokens. An attacker can forge a JWT signed with any arbitrary key and use it to impersonate any host in the network, gaining access to sensitive information

AnalysisAI

Authentication bypass in Netmaker (Gravitl) versions prior to 1.5.0 lets remote unauthenticated attackers forge host JWTs because VerifyHostToken in logic/jwts.go never validates the token signature. An attacker can sign a token with any arbitrary key to impersonate any host and reach host-scoped API endpoints, exposing sensitive network topology and peer information. SSVC lists a public proof-of-concept and rates the flaw automatable; EPSS is low (0.04%) and it is not on CISA KEV, so publicly available exploit code exists but no active exploitation is confirmed.

Technical ContextAI

Netmaker is an open-source WireGuard-based platform for building and managing overlay/mesh virtual networks, where a central server issues JWT bearer tokens to enrolled hosts and nodes that then call authenticated management APIs. The root cause is CWE-347 (Improper Verification of Cryptographic Signature): the VerifyHostToken function parses and trusts the JWT claims (host ID) without cryptographically verifying the signature against the server's signing key. The commit diff (5309aa70) shows the legacy Authorize() middleware - which called VerifyHostToken as a host shortcut - being replaced by a rewritten AuthorizeHost() path, and it hardens host-scoped routes such as deleteHost, deleteNode, getNode, pull, signalpeer, hostUpdateFallback, and peer_info. The single affected CPE is cpe:2.3:a:netmaker:netmaker:*:*:*:*:*:*:*:*.

RemediationAI

Vendor-released patch: upgrade Netmaker to 1.5.0 or later, which replaces the vulnerable host-authorization path so host tokens are properly verified (see the fix commit https://github.com/gravitl/netmaker/commit/5309aa70d464ef565911369714d661a61481a79b and advisory https://www.zyenra.com/advisories/netmaker-jwt-verification-bypass). If immediate upgrade is not possible, do not expose the Netmaker server API to untrusted networks: restrict access to the management API (and the host endpoints /api/hosts/*, /api/v1/host*, /api/nodes/*) to trusted management IPs via firewall or reverse-proxy allowlisting, and place the server behind a VPN or mTLS-terminating gateway - the trade-off is that legitimate remote hosts must connect from known networks or through the gateway, which can complicate roaming clients. Rotating the JWT signing secret does not mitigate this issue because the signature is not checked at all, so signing-key rotation alone provides no protection. Monitor host API access logs for tokens claiming host IDs from unexpected source addresses as a detective control.

CVE-2013-3900 MEDIUM
5.5 Dec 11

Why is Microsoft republishing a CVE from 2013? We are republishing CVE-2013-3900 in the Security Update Guide to update

CVE-2026-48558 CRITICAL POC
9.5 Jun 12

Authentication bypass in SimpleHelp 5.5.15 and prior (plus 6.0 pre-release builds) allows remote unauthenticated attacke

CVE-2025-59718 CRITICAL
9.8 Dec 09

Authentication bypass in Fortinet FortiOS, FortiProxy, and FortiSwitchManager allows unauthenticated remote attackers to

CVE-2025-25291 CRITICAL POC
9.3 Mar 12

ruby-saml provides security assertion markup language (SAML) single sign-on (SSO) for Ruby. Rated critical severity (CVS

CVE-2025-25292 CRITICAL POC
9.3 Mar 12

ruby-saml provides security assertion markup language (SAML) single sign-on (SSO) for Ruby. Rated critical severity (CVS

CVE-2022-25898 CRITICAL POC
9.8 Jul 01

The package jsrsasign before 10.5.25 are vulnerable to Improper Verification of Cryptographic Signature when JWS or JWT

CVE-2024-42004 CRITICAL POC
9.8 Dec 18

A library injection vulnerability exists in Microsoft Teams (work or school) 24046.2813.2770.1094 for macOS. Rated criti

CVE-2024-41145 CRITICAL POC
9.8 Dec 18

A library injection vulnerability exists in the WebView.app helper app of Microsoft Teams (work or school) 24046.2813.27

CVE-2024-41138 CRITICAL POC
9.8 Dec 18

A library injection vulnerability exists in the com.microsoft.teams2.modulehost.app helper app of Microsoft Teams (work

CVE-2024-45409 CRITICAL POC
9.8 Sep 10

The Ruby SAML library is for implementing the client side of a SAML authorization. Rated critical severity (CVSS 9.8), t

CVE-2022-35929 CRITICAL POC
9.8 Aug 04

cosign is a container signing and verification utility. Rated critical severity (CVSS 9.8), this vulnerability is remote

CVE-2022-31053 CRITICAL POC
9.8 Jun 13

Biscuit is an authentication and authorization token for microservices architectures. Rated critical severity (CVSS 9.8)

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Server 16.1 Affected
SUSE Linux Enterprise Server for SAP applications 16.1 Affected
SUSE Linux Enterprise Module for Package Hub 15 SP5 Affected
SUSE Linux Enterprise Module for Package Hub 15 SP6 Affected
openSUSE Leap 15.5 Affected

Share

CVE-2026-38651 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy