CVE-2020-24336
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 · uneditedAn issue was discovered in Contiki through 3.0 and Contiki-NG through 4.5. The code for parsing Type A domain name answers in ip64-dns64.c doesn't verify whether the address in the answer's length is sane. Therefore, when copying an address of an arbitrary length, a buffer overflow can occur. This bug can be exploited whenever NAT64 is enabled.
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 buffer overflow vulnerability exists in the DNS64/NAT64 implementation (ip64-dns64.c) in Contiki and Contiki-NG. The code that parses Type A DNS responses fails to validate the address length field before copying data into a fixed-size buffer, allowing an attacker to trigger a buffer overflow when NAT64 is enabled.
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<= 4.5<= 3.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
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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 the Contiki product and versionCheck the version.h, Makefile, or build configuration file for your Contiki or Contiki-NG installation. Look for version identifiers such as a version number or release tag.Affected if The installed version is Contiki-NG 4.5 or earlier, or Contiki 3.0 or earlier.
-
Locate the NAT64 configurationSearch your project configuration or Makefile for NAT64-related flags such as NAT64_ENABLE, IP64_NAT64, or DNS64 configuration options.Affected if NAT64 or DNS64 functionality is enabled in the build configuration.
-
Verify ip64-dns64 module is includedCheck the compiled image or build system to determine if the ip64-dns64.c source file is included in the build. Look for ip64 or nat64 in the build artifacts or makefile targets.Affected if The ip64-dns64 module is compiled into the firmware or application.
-
Confirm DNS64 parsing is activeExamine runtime configuration or examine network traffic logs to verify that the DNS64 service is actively parsing Type A DNS responses.Affected if DNS64 service is running and processing DNS responses.
You are affected if your environment runs Contiki-NG 4.5 or earlier (or Contiki 3.0 or earlier) AND has NAT64/DNS64 functionality enabled in the configuration.
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 to Contiki-NG 4.6 or later which contains the length validation fix. If upgrade is not possible, disable NAT64 functionality to eliminate the attack surface.
Contiki-NG 4.6 or later (migrate from Contiki 3.0 to Contiki-NG if on legacy Contiki)
- 1. Identify whether your deployment uses Contiki or Contiki-NG
- 2. If using Contiki-NG, check the current version in your build system or repository
- 3. Upgrade to Contiki-NG version 4.6 or later (the first stable release after 4.5 that contains the fix)
- 4. If using legacy Contiki (non-NG), consider migrating to Contiki-NG as Contiki 3.0 is no longer maintained
- 5. After upgrade, verify that the ip64-dns64.c file contains length validation before address copying in DNS response parsing
- 6. Rebuild and redeploy the firmware
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation6.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,080.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2020-24336 — 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-2020-24336 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