CVE-2025-14769
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 some cases, the `tcp-setmss` handler may free the packet data and throw an error without halting the rule processing engine. A subsequent rule can then allow the traffic after the packet data is gone, resulting in a NULL pointer dereference. Maliciously crafted packets sent from a remote host may result in a Denial of Service (DoS) if the `tcp-setmss` directive is used and a subsequent rule would allow the traffic to pass.
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 · moderate confidenceIn the tcp-setmss handler, when packet data is freed due to an error condition, the rule processing engine continues executing instead of halting. A subsequent rule can then allow the now-freed traffic, causing a NULL pointer dereference when the system attempts to access the deallocated packet data. This leads to a denial of service condition when maliciously crafted packets are processed.
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= 13.5= 14.3CVSS 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.
-
Check FreeBSD versionRun 'freebsd-version -u' or 'uname -r' to get the installed FreeBSD versionAffected if Version is 13.5 or 14.3 (exact match to affected versions)
-
Verify ipfw firewall is activeRun 'ipfw list' or check if ipfw is enabled via 'service ipfw status'Affected if ipfw is loaded and processing rules
-
Identify tcp-setmss rules in active configurationRun 'ipfw show | grep setmss' or inspect the active ruleset for 'tcp-setmss' directive usageAffected if Any rule containing the tcp-setmss directive is present in the active ruleset
-
Check for error-handling rules after tcp-setmssReview the ipfw ruleset order and look for allow/pass rules that follow tcp-setmss rules which could be reached if packet data is freed prematurelyAffected if There are allow rules positioned after tcp-setmss rules that could process the freed packet context
You are affected if running FreeBSD 13.5 or 14.3 with ipfw enabled and tcp-setmss rules present in your active firewall 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 · scopedReview all rulesets using the tcp-setmss directive and ensure proper error handling configurations are in place. Consider upgrading to the latest version when a patch becomes available, or implement additional rule validation to prevent the vulnerable code path from being exercised.
FreeBSD 14.3 or later stable release
- 1. Update your FreeBSD system to the latest security-patched release using 'freebsd-update fetch install' or by upgrading to the latest stable branch
- 2. If immediate patching is not possible, review pf rulesets to minimize the use of the 'tcp-setmss' directive in combination with rules that may pass traffic
- 3. Consider implementing additional network-level filtering as a temporary mitigation
- 4. After patching, verify the tcp-setmss functionality works correctly with your firewall rules
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation12.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 $7,808.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-14769 — 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-2025-14769 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