๐Ÿ” CVE Alert

CVE-2026-81034

MEDIUM 6.5

Netmaker through 1.6.0 Improper Certificate Validation in SMTP Client

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-295
Vendor gravitl
Product netmaker
Published Aug 26, 2026
Last Updated Aug 26, 2026
Stay Ahead of the Next One

Get instant alerts for gravitl netmaker

Be the first to know when new medium vulnerabilities affecting gravitl netmaker are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
Low
Availability
None

Affected Versions

gravitl / netmaker
0 โ‰ค 1.6.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/gravitl/netmaker github.com: https://github.com/gravitl/netmaker/issues/4062 github.com: https://github.com/gravitl/netmaker/blob/v1.6.0/pro/email/smtp.go vulncheck.com: https://www.vulncheck.com/advisories/netmaker-through-1.6.0-improper-certificate-validation-in-smtp-client

Credits

George Chen