Description
Netmaker disables certificate verification on the connection to the configured mail server. The sender in pro/email/smtp.go assigns a TLS configuration whose skip-verify field is set to true unconditionally, directly beneath a comment stating that the setting should be false in production. No configuration value governs it and no code path restores verification, so the client accepts any certificate the mail server presents, including one an interposing party supplies. Mail that Netmaker sends over that connection includes password-reset messages carrying single-use tokens and user invitations carrying enrolment links, so a party positioned on the path between the server and its mail relay can read those messages in transit and use a captured reset token before the intended recipient does. The setting is absent from the development branch but present in the latest release.
Published: 2026-08-26
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: Man‑in‑the‑middle interception of critical email communications
Action: Patch
AI Analysis

Impact

Netmaker disables TLS certificate validation when connecting to a consumer SMTP server by setting the skip‑verify flag to true unconditionally. The assignment occurs immediately after a comment warning that the setting should be false in production, and no configuration value or alternative code path restores verification. This results in a CWE-295 vulnerability, where the SMTP client therefore accepts any certificate presented by the mail server, including one supplied by an attacker who can interpose between Netmaker and its mail relay. Emails sent by Netmaker in this configuration contain password‑reset messages with single‑use tokens and user invitation messages that include enrollment links; an attacker can read, alter, or capture those messages before the intended recipient does, compromising account credentials and allowing unauthorized access.

Affected Systems

Netmaker versions up to and including 1.6.0 are affected; any release beyond 1.6.0 is not listed as vulnerable.

Risk and Exploitability

The CVSS score of 8.3 reflects high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a network‑level man‑in‑the‑middle that can sit between Netmaker and its SMTP server and present a forged certificate. Because the code unconditionally disables verification and offers no configuration to re‑enable it, exploitation requires only the ability to insert an untrusted TLS session, which is feasible for an attacker who can intercept or alter network traffic. Given that password‑reset and invitation emails are critical to account security, the risk to confidentiality and integrity is substantial and demands prompt remediation.

Generated by OpenCVE AI on August 26, 2026 at 19:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Netmaker version that restores proper TLS certificate verification or apply a vendor‑supplied patch if released.
  • As a temporary measure, modify the SMTP client configuration to enforce certificate validation by setting skip‑verify to false, which may require changing the source code if a configuration option is added.
  • Restrict the network path between Netmaker and its mail server by using a protected channel such as a VPN or implementing mutual TLS so that only authenticated parties can communicate.

Generated by OpenCVE AI on August 26, 2026 at 19:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
First Time appeared Gravitl
Gravitl netmaker
Vendors & Products Gravitl
Gravitl netmaker

Wed, 26 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 26 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Description Netmaker disables certificate verification on the connection to the configured mail server. The sender in pro/email/smtp.go assigns a TLS configuration whose skip-verify field is set to true unconditionally, directly beneath a comment stating that the setting should be false in production. No configuration value governs it and no code path restores verification, so the client accepts any certificate the mail server presents, including one an interposing party supplies. Mail that Netmaker sends over that connection includes password-reset messages carrying single-use tokens and user invitations carrying enrolment links, so a party positioned on the path between the server and its mail relay can read those messages in transit and use a captured reset token before the intended recipient does. The setting is absent from the development branch but present in the latest release.
Title Netmaker through 1.6.0 Improper Certificate Validation in SMTP Client
First Time appeared Netmaker
Netmaker netmaker
Weaknesses CWE-295
CPEs cpe:2.3:a:netmaker:netmaker:*:*:*:*:*:*:*:*
Vendors & Products Netmaker
Netmaker netmaker
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Gravitl Netmaker
Netmaker Netmaker
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-26T18:31:47.883Z

Reserved: 2026-08-26T15:23:07.420Z

Link: CVE-2026-81034

cve-icon Vulnrichment

Updated: 2026-08-26T18:31:43.643Z

cve-icon NVD

Status : Received

Published: 2026-08-26T16:16:46.310

Modified: 2026-08-26T19:17:19.600

Link: CVE-2026-81034

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T21:15:04Z

Weaknesses
  • CWE-295

    Improper Certificate Validation