CVE-2026-3608
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 · uneditedSending a maliciously crafted message to the kea-ctrl-agent, kea-dhcp-ddns, kea-dhcp4, or kea-dhcp6 daemons over any configured API socket or HA listener can cause the receiving daemon to exit with a stack overflow error. This issue affects Kea versions 2.6.0 through 2.6.4 and 3.0.0 through 3.0.2.
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 confidenceA stack-based buffer overflow vulnerability exists in multiple Kea DHCP server daemons (kea-ctrl-agent, kea-dhcp-ddns, kea-dhcp4, kea-dhcp6). An attacker can send a maliciously crafted message over a configured API socket or HA listener to trigger a stack overflow, causing the affected daemon to crash and exit.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/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 installed Kea DHCP componentsRun 'dpkg -l | grep kea' or 'rpm -qa | grep kea' to list installed Kea packages. Check for: kea-ctrl-agent, kea-dhcp-ddns, kea-dhcp4, kea-dhcp6Affected if Any of these Kea components are installed and version is 2.6.4 or lower, or 3.0.2 or lower
-
Determine Kea versionRun 'kea-dhcp4 --version' (or the appropriate binary name for the installed component). Compare the version number to the affected ranges: versions 2.x at or below 2.6.4, and versions 3.x at or below 3.0.2Affected if Installed version falls at or below 2.6.4 for 2.x releases, or at or below 3.0.2 for 3.x releases
-
Check if command-channel/API socket is enabledInspect Kea config files (typically in /etc/kea/) for 'command-channel' or 'control-channel' sections. Look for Unix socket or TCP socket definitions in the configuration. Example: check /etc/kea/kea-dhcp4.conf for 'socket-name' or 'socket-type' entries under Dhcp4 > control-socketAffected if Command-channel is configured and listening on a socket accessible to untrusted network paths or users
-
Check if HA (High Availability) is enabledInspect Kea config files for 'high-availability' or 'ha' sections. Look for 'listeners' or 'peers' configurations under Dhcp4 > high-availability or similar paths in /etc/kea/kea-dhcp4.conf, kea-dhcp6.conf, or kea-ctrl-agent.confAffected if High Availability is enabled with listener connections that could accept remote messages
-
Verify network exposure of API socketsReview socket binding configuration. Check if command-channel TCP sockets bind to 0.0.0.0 or are otherwise exposed beyond localhost. For Unix sockets, verify file permissions using 'ls -la /var/run/kea/' or similar pathAffected if API sockets are bound to non-localhost addresses or Unix socket files have overly permissive access (world-readable/writable)
A user is affected if a Kea DHCP component (kea-ctrl-agent, kea-dhcp-ddns, kea-dhcp4, or kea-dhcp6) is installed at version 2.6.4 or lower (or 3.0.2 or lower) AND the command-channel or HA listener is enabled and accessible to untrusted actors.
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 · scopedUpgrade Kea to version 2.6.5 or later, or 3.0.3 or later. Consider restricting access to API sockets and HA listeners using network segmentation or authentication while the upgrade is being planned.
Kea 3.0.3 or later (or Kea 2.6.5 if staying on the 2.x branch)
- 1. Identify the currently installed Kea version by running 'kea-dhcp4 --version' or checking the package manager
- 2. Download the fixed Kea release from the official ISC download site (downloads.isc.org) or use your system's package manager
- 3. For RHEL/CentOS systems: run 'yum update kea' or 'dnf update kea'
- 4. For Debian/Ubuntu systems: run 'apt-get update && apt-get install kea'
- 5. Restart the affected services in the correct order: 'systemctl restart kea-dhcp-ddns' then 'systemctl restart kea-dhcp4' and/or 'systemctl restart kea-dhcp6'
- 6. Verify the services are running: 'systemctl status kea-dhcp4 kea-dhcp6 kea-dhcp-ddns kea-ctrl-agent'
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,648.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-3608 — 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-3608 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