CVE-2026-39959
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 · uneditedTmds.DBus provides .NET libraries for working with D-Bus from .NET. Tmds.DBus and Tmds.DBus.Protocol are vulnerable to malicious D-Bus peers. A peer on the same bus can spoof signals by impersonating the owner of a well-known name, exhaust system resources or cause file descriptor spillover by sending messages with an excessive number of Unix file descriptors, and crash the application by sending malformed message bodies that cause unhandled exceptions on the SynchronizationContext. This vulnerability is fixed in Tmds.DBus 0.92.0 and Tmds.DBus.Protocol 0.92.0 and 0.21.3.
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 confidenceTmds.DBus and Tmds.DBus.Protocol libraries for .NET D-Bus communication contain multiple vulnerabilities exploitable by malicious peers on the same bus: signal spoofing via well-known name impersonation, resource exhaustion from excessive Unix file descriptor messages, and application crashes from unhandled exceptions caused by malformed message bodies on the SynchronizationContext.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
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
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/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 if Tmds.DBus packages are usedSearch project files (*.csproj, *.fsproj), packages.config, or *.deps.json for 'Tmds.DBus' package references. In .NET projects, run 'dotnet list package' in the project directory.Affected if No Tmds.DBus or Tmds.DBus.Protocol package reference is found - the application is not using the affected libraries.
-
Determine installed version of Tmds.DBusFor NuGet: check the version in the package reference (e.g., <PackageReference Include="Tmds.DBus" Version="x.y.z" />). Or run 'dotnet list package' to see installed versions.Affected if The installed version is lower than 0.92.0 (e.g., 0.91.x, 0.90.x, etc.) - the version is vulnerable.
-
Determine installed version of Tmds.DBus.ProtocolCheck for 'Tmds.DBus.Protocol' package reference in project files or run 'dotnet list package'. Note both libraries may be present.Affected if The installed version is lower than 0.21.3, or between 0.21.3 and 0.92.0 (excluding both) - the version is vulnerable.
-
Confirm D-Bus usage in the applicationSearch source code for 'DBusConnection', 'DBusClient', or 'Tmds.DBus' namespace usage. Look for D-Bus bus names, object paths, or interface usage in the codebase.Affected if The code does not actually instantiate D-Bus connections - the vulnerabilities require an active D-Bus connection to be exploitable.
You are affected if your project uses Tmds.DBus versions below 0.92.0 or Tmds.DBus.Protocol versions below 0.21.3 (or between 0.21.3 and 0.92.0), and your application connects to a D-Bus where malicious peers could send spoofed signals, excessive file descriptors, or malformed messages.
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 Tmds.DBus to version 0.92.0 or Tmds.DBus.Protocol to version 0.92.0 or 0.21.3 to obtain the security patches.
Tmds.DBus 0.92.0 or later; Tmds.DBus.Protocol 0.92.0 (or 0.21.3) or later
- Identify the currently installed Tmds.DBus and Tmds.DBus.Protocol packages in your project by examining your .csproj file, packages.config, or by running 'dotnet list package'
- For Tmds.DBus: Update the package reference to version 0.92.0 or later by running 'dotnet add package Tmds.DBus --version 0.92.0'
- For Tmds.DBus.Protocol: Update the package reference to version 0.92.0 or later (or 0.21.3 for a lower minor version) by running 'dotnet add package Tmds.DBus.Protocol --version 0.92.0' or 'dotnet add package Tmds.DBus.Protocol --version 0.21.3'
- Rebuild and test your application to verify the upgrade does not break existing functionality
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing4.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,752.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-39959 — 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-39959 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