CVE-2026-47831
Received Received - Intake

Weak Random Password Generation in Bosh Windows Stemcell Builder

Vulnerability report for CVE-2026-47831, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-09

Last updated on: 2026-07-09

Assigner: VMware

Description

Use of a cryptographically weak random number generator in the GenerateRandomPassword function in bosh-windows-stemcell-builder allows a remote attacker to brute-force the resulting SSH login via TCP/22. Affected versions: bosh-windows-stemcell-builder versions prior to v2019.98.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-09
Last Modified
2026-07-09
Generated
2026-07-09
AI Q&A
2026-07-09
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
vmware bosh-windows-stemcell-builder to 2019.98 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Mitigation Strategies

The primary mitigation step is to upgrade bosh-windows-stemcell-builder to version v2019.98 or later, where the weak random number generator issue has been fixed.

Additional immediate steps include:

  • Restrict SSH access to trusted IP addresses using firewall rules to reduce exposure.
  • Implement strong SSH authentication methods such as key-based authentication instead of password authentication.
  • Monitor SSH login attempts closely and respond to any suspicious brute-force activity.
Executive Summary

CVE-2026-47831 is a vulnerability in the bosh-windows-stemcell-builder software caused by the use of a cryptographically weak random number generator in its GenerateRandomPassword function.

This weakness allows remote attackers to perform brute-force attacks on SSH login credentials via TCP port 22, potentially gaining unauthorized access.

The issue affects all versions prior to v2019.98.

Impact Analysis

This vulnerability can allow a remote attacker to brute-force SSH login credentials, potentially leading to unauthorized access to systems using bosh-windows-stemcell-builder versions prior to v2019.98.

Such unauthorized access could compromise system integrity, confidentiality, and availability.

Detection Guidance

This vulnerability involves a cryptographically weak random number generator in the GenerateRandomPassword function of bosh-windows-stemcell-builder, which allows brute-force attacks on SSH login via TCP port 22.

To detect this vulnerability on your network or system, you can monitor for unusual or repeated SSH login attempts on TCP port 22, which may indicate brute-force activity exploiting weak passwords.

Commands to help detect such activity include:

  • Using SSH logs to identify repeated failed login attempts: `grep 'Failed password' /var/log/auth.log` (Linux) or checking the equivalent SSH log files.
  • Using network monitoring tools like `tcpdump` or `wireshark` to capture and analyze traffic on port 22: `tcpdump -i any port 22`.
  • Using intrusion detection systems (IDS) such as Snort or Suricata with rules to detect SSH brute-force attempts.

Chat Assistant

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

EPSS Chart