Skip to content

Thousands of internet-facing BMCs leak IPMI password hashes: what you should do now

In the last 24 hours, a notable cybersecurity finding grabbed attention: 24,650 internet-exposed Baseboard Management Controllers (BMCs) were reported to disclose IPMI password hashes before login. This isn’t a single vendor flaw; it’s a reminder about how management interfaces are exposed and how sensitive data can leak even before an attacker tries to log in.

What happened

Security researchers identified a large number of BMCs that were accessible from the public internet. In many cases, the IPMI (Intelligent Platform Management Interface) data could reveal password-derived information before any login attempt. While this doesn’t necessarily mean an immediate, widespread exploitation, it significantly increases the risk for anyone who exposes remote management interfaces and could give attackers a foothold for further access or credential cracking.

Why it matters

  • Small businesses and IT teams rely on BMCs for remote server and device management. Exposing these interfaces expands the attack surface dramatically.
  • With pre-login password hash exposure, attackers may attempt offline cracking or credential replay, increasing the chances of unauthorized access if hashes are captured.
  • Creators and IT-minded readers with on-prem or hybrid setups can face downtime, data exposure, or supply-chain risks if remote management gets compromised.
  • This event underscores the importance of network segmentation, least exposure, and keeping management interfaces behind stronger access controls.

Practical steps you can take now

  • Audit external exposure: review firewall rules and cloud security groups for IPMI/BMC ports (commonly 623 TCP). If remote access isn’t needed, block these ports from the internet.
  • Limit access with VPN or jump hosts: require VPN access or a secure management network for any BMC access; avoid direct internet exposure.
  • Change default credentials and enforce unique passwords: ensure every BMC has a strong, unique password; disable or remove default accounts where possible.
  • Update firmware and follow vendor advisories: check for IPMI-related advisories from device vendors and apply recommended firmware updates.
  • Segment and monitor: place BMCs on isolated management VLANs; enable monitoring for unusual IPMI login attempts and keep logs for anomaly detection.
  • Document asset inventory: maintain an up-to-date list of all BMCs and their network exposure to reduce blind spots.
  • Enable encryption where possible: prefer encrypted management interfaces (TLS) and disable unsecured protocols when feasible.

If you’re unsure about any of these steps, start with a quick audit of your firewall rules and a quick inventory of what BMCs you actually manage.

Final thought

Exposure in management interfaces is a common and fixable risk. A small amount of diligence today—like tightening access, updating firmware, and segregating management networks—goes a long way toward protecting your systems from simple, opportunistic attacks.

Leave a Reply

Your email address will not be published. Required fields are marked *