CVE-2026-45250
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 · uneditedThe setcred(2) system call is only available to privileged users. However, before the privilege level of the caller is checked, the user-supplied list of supplementary groups is copied into a fixed-size kernel stack buffer without first validating its length. If the supplied list exceeds the capacity of that buffer, a stack buffer overflow occurs. Because the bounds check on the supplementary groups list occurs after the kernel stack buffer has already been written, an unprivileged local user may trigger the overflow without holding any special privilege. Successful exploitation may allow an attacker to execute arbitrary code in the context of the kernel, allowing an unprivileged local user to gain elevated privileges on the affected system.
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 buffer overflow vulnerability exists in the setcred(2) system call where user-supplied supplementary groups are copied into a fixed-size kernel stack buffer without validating the input length first. The bounds check occurs after the copy operation, allowing an unprivileged local user to overflow the buffer and execute arbitrary code in kernel context, achieving privilege escalation.
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= 14.3= 14.4= 15.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
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/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.
-
Check FreeBSD versionRun `uname -r` or `freebsd-version` to identify the installed FreeBSD release versionAffected if The version is 14.3, 14.4, or 15.0 exactly as shown in the affected versions list
-
Verify unprivileged local users existCheck for non-root users on the system using `cat /etc/passwd` or `getent passwd` to list user accountsAffected if The system has one or more unprivileged user accounts that could invoke the setcred(2) system call
-
Confirm setcred(2) syscall accessibilityThe setcred(2) syscall is a kernel interface and is accessible by default to all local users; no special configuration or module needs to be enabled for the vulnerability to applyAffected if The syscall is available to unprivileged users, which is the default state on affected FreeBSD versions
-
Check for suspicious process activityMonitor for processes making unusual setcred(2) calls using system audit logs or `procstat -s` if available, or review /var/log/messages for any related errorsAffected if Unusual or excessive setcred(2) syscall activity is observed from user processes
A user is affected if they are running FreeBSD version 14.3, 14.4, or 15.0 and the system permits unprivileged local user access, since the vulnerability is triggered via the setcred(2) syscall by any local user.
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 kernel patches from the vendor to fix the setcred(2) bounds checking issue; consider restricting access to setcred(2) or disabling the supplementary groups feature until the patch can be deployed.
FreeBSD 14.4 or later stable release (contact security.freebsd.org for exact advisory FSA-xxx)
- Check current FreeBSD version using: uname -r
- Update the FreeBSD ports tree to the latest available: portsnap fetch update
- Upgrade FreeBSD to the latest stable release using: freebsd-update fetch install or rebuild from sources
- Reboot the system to load the patched kernel
- Verify the fix by checking the kernel version matches the patched release
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation8.0 h
- Implementation24.0 h
- Testing16.0 h
- Review / QA8.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $15,616.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-45250 — 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-45250 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