CVE-2020-25583
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 · uneditedIn FreeBSD 12.2-STABLE before r368250, 11.4-STABLE before r368253, 12.2-RELEASE before p1, 12.1-RELEASE before p11 and 11.4-RELEASE before p5 when processing a DNSSL option, rtsold(8) decodes domain name labels per an encoding specified in RFC 1035 in which the first octet of each label contains the label's length. rtsold(8) did not validate label lengths correctly and could overflow the destination buffer.
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 confidenceBuffer overflow vulnerability in FreeBSD's rtsold(8) daemon when processing the DNSSL (DNS Search List) option in router advertisements. The daemon decodes domain name labels per RFC 1035 encoding but fails to properly validate label lengths before copying into a fixed-size buffer, allowing potential remote code execution by adjacent network attackers.
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= 11.3= 11.4= 12.1= 12.2CVSS 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 FreeBSD versionRun 'freebsd-version -k' or 'uname -r' to get the running kernel versionAffected if The version matches 11.3, 11.4, 12.1, or 12.2
-
Confirm rtsold daemon is enabledCheck /etc/rc.conf for 'rtsold_enable="YES"' or run 'ps aux | grep rtsold' to see if the process is runningAffected if rtsold is enabled and running as a daemon
-
Verify IPv6 is configuredCheck if IPv6 is enabled via 'ifconfig -a' showing inet6 interfaces or sysctl net.inet6.ip6.accept_rtadvAffected if IPv6 is enabled and the system accepts router advertisements
-
Confirm router advertisement processingCheck sysctl net.inet6.icmp6.rtadv_accept or examine /etc/rc.conf for 'ipv6_enable="YES"' and ipv6_router_accept_variablesAffected if The system is configured to process router advertisements, enabling DNSSL option processing by rtsold
You are affected if your FreeBSD version is 11.3, 11.4, 12.1, or 12.2 AND rtsold is running while the system accepts IPv6 router advertisements that include DNSSL options.
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 · scopedApply FreeBSD security patches (r368250 for 12.2-STABLE, r368253 for 11.4-STABLE, or release patches p1/p11/p5) to add proper label length validation, or upgrade to patched FreeBSD versions.
Upgrade to the respective patch level: 11.4-RELEASE-p5, 12.1-RELEASE-p11, 12.2-RELEASE-p1, or migrate to 12.4-STABLE/13.x for 11.3 users
- Identify your current FreeBSD version using 'freebsd-version' or 'uname -a'
- For FreeBSD 11.4: Upgrade to FreeBSD 11.4-RELEASE-p5 or later using 'freebsd-update fetch install'
- For FreeBSD 12.1: Upgrade to FreeBSD 12.1-RELEASE-p11 or later using 'freebsd-update fetch install'
- For FreeBSD 12.2: Upgrade to FreeBSD 12.2-RELEASE-p1 or later using 'freebsd-update fetch install'
- For FreeBSD 11.3: This version is End-of-Life; upgrade to a supported branch such as 12.4-STABLE or 13.x-STABLE
- After upgrade, verify rtsold version with 'rtsold -v' and confirm the patch is applied by checking the security advisory at security.FreeBSD.org
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing3.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 $2,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2020-25583 — 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-25583 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