CVE-2026-39908
Received Received - Intake
NTLMv2 Hash Disclosure in OpenBullet2

Publication date: 2026-06-08

Last updated on: 2026-06-08

Assigner: VulnCheck

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-08
Last Modified
2026-06-08
Generated
2026-06-09
AI Q&A
2026-06-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
openbullet2 openbullet2 to 0.3.2 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-522 The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

OpenBullet2 version 0.3.2 and earlier on Windows contains a vulnerability where remote attackers can capture the NTLMv2 hash of the process user.

This happens when a job proxy source is configured with a UNC path pointing to an attacker-controlled SMB server. When the job runs, OpenBullet2 tries to load proxies from that UNC path, triggering an SMB authentication attempt.

This authentication attempt leaks the NTLMv2 hash, which attackers can then relay to other systems or crack offline using brute-force methods.

Compliance Impact

The vulnerability in OpenBullet2 allows remote attackers to capture NTLMv2 hashes of the process user, which can be relayed or cracked offline. This credential disclosure can lead to unauthorized access to sensitive systems or data.

Such unauthorized disclosure of credentials and potential access to protected information can negatively impact compliance with standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive data against unauthorized access.

Specifically, the exposure of authentication hashes could lead to breaches of confidentiality, violating data protection principles mandated by these regulations.

Impact Analysis

This vulnerability can lead to credential disclosure, specifically leaking the NTLMv2 hash of the user running the OpenBullet2 process.

An attacker who obtains this hash can perform relay attacks to gain unauthorized access to other systems or crack the hash offline to recover the user's password.

Such unauthorized access can compromise system security and potentially lead to further exploitation within the affected environment.

Detection Guidance

This vulnerability can be detected by monitoring SMB authentication attempts originating from OpenBullet2 jobs configured with UNC path proxy sources. Specifically, look for SMB connections to unusual or attacker-controlled servers that coincide with OpenBullet2 job executions.

Network administrators can use network monitoring tools or packet capture utilities to detect SMB authentication attempts that may leak NTLMv2 hashes.

  • Use Wireshark or tcpdump to capture SMB traffic and analyze for authentication attempts to suspicious UNC paths.
  • Run the following command on a Windows system to monitor SMB sessions: `Get-SmbSession` in PowerShell to identify active SMB connections.
  • Use Windows Event Viewer to check for security logs related to SMB authentication attempts (Event ID 4624 for successful logons).
Mitigation Strategies

To mitigate this vulnerability immediately, avoid configuring OpenBullet2 jobs with proxy sources that use UNC paths pointing to untrusted or external SMB servers.

Restrict or monitor SMB traffic from OpenBullet2 hosts to prevent connections to attacker-controlled servers.

Apply the latest updates or patches from OpenBullet2 if available, or upgrade to a version later than 0.3.2 where this vulnerability is fixed.

Limit the privileges of the user running OpenBullet2 to reduce the impact of any credential disclosure.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-39908. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart