CVE-2026-29771
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedNetmaker makes networks with WireGuard. Prior to version 1.2.0, the /api/server/shutdown endpoint allows termination of the Netmaker server process via syscall.SIGINT. This allows any user to repeatedly shut down the server, causing cyclic denial of service with approximately 3-second restart intervals. This issue has been patched in version 1.2.0.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe /api/server/shutdown endpoint in Netmaker prior to 1.2.0 lacks proper authentication, allowing any user to send a SIGINT signal that terminates the server process. This creates a cyclic denial of service as the server automatically restarts approximately every 3 seconds, repeatedly being shut down.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 1.2.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Netmaker installation methodDetermine how Netmaker is deployed (docker container, binary, or managed service). For docker, run 'docker ps' and look for netmaker containers. For binaries, check running processes.Affected if Netmaker is running as a container or binary but version cannot be determined or is below 1.2.0
-
Check installed Netmaker versionFor docker deployments, run 'docker images' or inspect the container labels. For binary deployments, check the binary version via '--version' flag or API call to /api/version. Compare against the affected range: versions prior to 1.2.0 are vulnerable.Affected if Netmaker version is below 1.2.0
-
Verify network exposure of the shutdown endpointTest if the /api/server/shutdown endpoint is reachable from untrusted networks. This can be done via curl or similar: curl -X POST http://<netmaker-host>/api/server/shutdown. Check if the server has proper network segmentation or firewall rules.Affected if The /api/server/shutdown endpoint is accessible from network segments that contain untrusted users or from the public internet
-
Check API authentication configurationReview Netmaker's server configuration for authentication settings. The endpoint should require valid authentication tokens or API keys. Check if unauthenticated requests to /api/server/shutdown are rejected.Affected if The /api/server/shutdown endpoint accepts requests without authentication (no token, API key, or valid credentials required)
A Netmaker server is affected if it is running version 1.2.0 or earlier AND the /api/server/shutdown endpoint is accessible without authentication from an untrusted network.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped1.2.0
Upgrade to Netmaker version 1.2.0 or later which patches this vulnerability. If immediate upgrade is not possible, implement network-level access controls to restrict access to the /api/server/shutdown endpoint.
Netmaker v1.2.0 or later
- 1. Back up your Netmaker configuration and data before upgrading.
- 2. Upgrade Netmaker to version 1.2.0 or later. For Docker deployments, update the image tag in your docker-compose.yml or run `docker-compose pull` followed by `docker-compose up -d`. For binary installations, download the new binary from the releases page.
- 3. After upgrading, verify the server starts successfully and is accessible.
- 4. Confirm that the /api/server/shutdown endpoint is now properly protected and requires appropriate authentication/authorization.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-29771 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-29771 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data