FreeBSDOperating system

CVE-2026-2261

HIGH · 7.5 CVSS v3.1 Published 2026-03-09
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click

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 · unedited
Due to a programming error, blocklistd leaks a socket descriptor for each adverse event report it receives. Once a certain number of leaked sockets is reached, blocklistd becomes unable to run the helper script: a child process is forked, but this child dereferences a null pointer and crashes before it is able to exec the helper. At this point, blocklistd still records adverse events but is unable to block new addresses or unblock addresses whose database entries have expired. Once a second, much higher number of leaked sockets is reached, blocklistd becomes unable to receive new adverse event reports. An attacker may take advantage of this by triggering a large number of adverse events from sacrificial IP addresses to effectively disable blocklistd before launching an attack. Even in the absence of attacks or probes by would-be attackers, adverse events will occur regularly in the course of normal operations, and blocklistd will gradually run out file descriptors and become ineffective. The accumulation of open sockets may have knock-on effects on other parts of the system, resulting in a general slowdown until blocklistd is restarted.

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 confidence

blocklistd leaks socket descriptors for each adverse event report due to a programming error. At a threshold number of leaked sockets, the helper script fork fails with a null pointer dereference, preventing new address blocks; at a higher threshold, the service stops receiving events entirely. An attacker can trigger many adverse events from sacrificial IPs to disable the blocking service before attacking.

MitigationFix the socket descriptor leak by ensuring sockets are properly closed after each adverse event report; implement resource limits and monitoring to detect descriptor exhaustion before service failure.

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
FreeBSDOperating system
Affected:= 15.0

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 checks

Work through these to decide whether this CVE applies to you.

  1. Verify FreeBSD version is 15.0
    Run 'uname -r' or check /etc/os-release to confirm the installed FreeBSD version
    Affected if The system is running FreeBSD 15.0 exactly (version matching = 15.0)
  2. Confirm blocklistd service is installed
    Check for the presence of blocklistd binary (typically in /usr/sbin/blocklistd) or check if the package is installed via pkg info
    Affected if blocklistd is installed on the system
  3. Check if blocklistd is enabled and running
    Use 'service blocklistd status' or check for the blocklistd process with 'ps aux | grep blocklistd'
    Affected if blocklistd daemon is actively running
  4. Inspect system logs for blocklistd errors
    Review /var/log/messages or use 'dmesg' for error messages containing 'blocklistd', 'null pointer', or 'fork failed'
    Affected if Logs show fork failures or null pointer dereference errors from blocklistd
  5. Check for socket descriptor exhaustion symptoms
    Monitor open file descriptors for blocklistd process using 'procstat -f <pid>' or check system-wide descriptor usage with 'sysctl kern.maxfiles'
    Affected if blocklistd is hitting descriptor limits or failing to accept new connections

A system is affected if it runs FreeBSD 15.0 with blocklistd enabled and running, and exhibits symptoms of socket descriptor exhaustion or service failure.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Fix the socket descriptor leak by ensuring sockets are properly closed after each adverse event report; implement resource limits and monitoring to detect descriptor exhaustion before service failure.

Fix this in FreeBSD Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing4.0 h
  • Review / QA2.0 h
18.0 hours of engineering $3,200
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-2261 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-2261 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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