Insufficiently Protected CredentialsWeakness · CWE-522

CVE-2026-39908

MEDIUM · 6.5 CVSS v3.1 Published 2026-06-08
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
71/100
Remediation priority · Elevated
Remotely reachable 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
OpenBullet2 through version 0.3.2 on Windows contains a credential disclosure vulnerability that allows remote attackers to capture the NTLMv2 hash of the process user by configuring a job proxy source with a UNC path pointing to an attacker-controlled server. When the job starts, the application attempts to load proxies from the UNC path, triggering an SMB authentication attempt that discloses the NTLMv2 hash, which can then be relayed or cracked offline.

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

OpenBullet2 versions up to 0.3.2 on Windows contains an NTLMv2 credential disclosure vulnerability. Attackers configure a job proxy source with a UNC path (\\attacker-server\share) pointing to their controlled SMB server. When the application starts the job and attempts to load proxies from this UNC path, it triggers an SMB authentication handshake that transmits the process user's NTLMv2 hash to the attacker, who can then relay or crack it offline.

MitigationDisable NTLM authentication and enforce Kerberos authentication where possible, or block outbound SMB connections (ports 445/139) at the network perimeter to prevent the application from reaching attacker-controlled servers.

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
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

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. Identify OpenBullet2 installation and version
    Search for OpenBullet2 installation directories (typically under C:\Program Files\, C:\Users\%username%\AppData\, or custom install paths). Look for the executable (OpenBullet2.exe, OpenBullet2.dll, or version.json). Check the version file or file properties for version 0.3.2.
    Affected if OpenBullet2 version 0.3.2 is installed on a Windows system.
  2. Locate job configuration files with UNC proxy sources
    Search the OpenBullet2 data directory (Configs/Jobs or similar) for job configuration files (.json, .ob2, or config files). Inspect each file for a proxy source setting that uses a UNC path format (\\hostname\sharename or \\IP\sharename).
    Affected if Any job configuration specifies a proxy source using a UNC path (\\server\share format).
  3. Review job execution history
    Check OpenBullet2 logs (Logs folder), run history, or database for records of job executions. Look for entries indicating jobs with UNC proxy sources were executed, which would trigger the SMB authentication handshake.
    Affected if A job configured with a UNC proxy source has been executed, causing the application to attempt loading proxies from the UNC path.
  4. Inspect SMB/network connection logs
    Review Windows Event Viewer Security logs (Event ID 4624 for successful logons, 4625 for failures), SMB client logs, or any available network monitoring data for outbound SMB connections from the OpenBullet2 process to unexpected or attacker-controlled IP addresses.
    Affected if Outbound SMB connections (port 445) were made from the OpenBullet2 host to untrusted or external IP addresses.

You are affected if OpenBullet2 version 0.3.2 is installed, contains any job configurations using UNC paths as proxy sources, and those jobs have been executed, resulting in NTLMv2 hash disclosure to an external SMB server.

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

Disable NTLM authentication and enforce Kerberos authentication where possible, or block outbound SMB connections (ports 445/139) at the network perimeter to prevent the application from reaching attacker-controlled servers.

Have this fixed Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
14.0 hours of engineering $2,490
Get help mitigating

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

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