24,000+ Servers Exposed Online: A 20-Year-Old BMC Flaw Is Putting Modern Infrastructure at Risk + Video

Listen to this Post

Featured ImageIntroduction: An Ancient Vulnerability Meets Today’s Critical Infrastructure

A security weakness that has existed for more than two decades is once again proving that old vulnerabilities never truly disappear. More than 24,000 internet-facing servers are currently exposing authentication data through vulnerable Baseboard Management Controller (BMC) interfaces, creating a dangerous pathway for attackers to gain deep control over physical hardware.

The issue is linked to CVE-2013-4786, a weakness in the IPMI 2.0 authentication protocol, a technology introduced in 2004 to help administrators remotely manage servers. Although the vulnerability has been publicly known for years, thousands of organizations continue to leave affected systems accessible from the internet.

The danger is not limited to simple password theft. A compromised BMC can provide attackers with administrator-level control below the operating system layer, allowing them to manipulate firmware, install persistent threats, access sensitive workloads, and potentially impact entire data center environments.

Cybersecurity researchers from infrastructure security company Lava discovered thousands of exposed systems and found that many passwords could be recovered using password dictionaries, hardware-specific default credential patterns, and modern cracking techniques.

The Hidden Door Inside Every Server: Understanding BMC Security Risks

What Is a Baseboard Management Controller?

A Baseboard Management Controller, commonly known as a BMC, is a specialized processor built directly into a server motherboard. Unlike normal software management tools, a BMC operates independently from the operating system.

This allows administrators to perform powerful remote actions, including:

Turning servers on or off remotely.

Installing firmware updates.

Accessing server consoles.

Mounting virtual storage devices.

Monitoring hardware health.

Recovering systems that fail to boot.

These capabilities make BMC technology essential for large-scale environments such as cloud providers, enterprise data centers, research facilities, and artificial intelligence infrastructure.

However, the same features that make BMCs valuable also make them attractive targets.

If attackers gain access to a BMC, they do not simply compromise an application or operating system. They gain control over the physical machine itself.

The 20-Year-Old IPMI Problem Returns

CVE-2013-4786: A Weak Authentication Design That Refuses to Die

The vulnerability affecting these servers originates from the IPMI 2.0 authentication system.

The flaw allows attackers to request authentication information from exposed systems and capture data that can later be used for offline password cracking.

Unlike traditional online attacks, offline cracking allows attackers to test millions or billions of password combinations without triggering account lockouts or security alerts.

Using powerful GPUs, attackers can rapidly analyze captured authentication responses until the correct password is discovered.

The result is a serious problem:

A server may appear protected because it requires authentication, but the authentication process itself can leak enough information to eventually reveal the password.

Deep Analysis: How Attackers Can Exploit Exposed IPMI Services

Finding Vulnerable BMC Systems

Attackers and researchers can identify exposed IPMI services by scanning for systems running on the traditional IPMI UDP port:

nmap -sU -p 623 <target-range>

A large number of internet-accessible systems using this service creates an immediate attack surface.

Capturing Authentication Responses

Once a vulnerable IPMI service is discovered, attackers can request authentication exchanges and collect password-derived material.

The captured response can then be analyzed offline.

A simplified attack process looks like:

1. Discover exposed BMC

|

2. Request IPMI authentication handshake

|

3. Capture authentication response

|

4. Perform offline password cracking

|

5. Recover BMC administrator credentials

|

6. Gain remote hardware control

Password Cracking Example

Attackers commonly use GPU-powered password cracking tools:

hashcat -m <ipmi-format> captured_hashes.txt wordlist.txt

The effectiveness depends on:

Password complexity.

Hardware speed.

Known default password patterns.

Manufacturer credential policies.

Thousands of Servers Are Currently Exposed

Lava Research Reveals Massive Internet Exposure

During its investigation, Lava researchers discovered:

36,872 internet-exposed IPMI hosts.

24,650 systems leaking password-derived authentication material.

6,240 systems accepting empty usernames.

2,340 systems using weak administrator passwords found in public dictionaries.

These numbers highlight a major security failure: organizations are still placing powerful management interfaces directly on the public internet.

Default Password Patterns Create Additional Danger

Hardware Stickers Become an Unexpected Security Weakness

Researchers discovered that many exposed BMC systems were Supermicro servers using factory passwords printed directly on chassis labels.

These passwords often followed predictable patterns:

Fixed length.

Uppercase characters only.

Manufacturer-generated formats.

Standard usernames such as:

Username: ADMIN

Password: Factory-generated label password

Although these passwords may appear random, attackers can analyze manufacturer patterns and significantly reduce the search space.

A password that looks secure to a human may become predictable when thousands of identical systems follow the same generation method.

Why AI Infrastructure Faces a Bigger Threat

One Compromised Server Could Affect Multiple Customers

The timing of this discovery is especially concerning because modern AI infrastructure increasingly relies on powerful physical GPU servers.

Many AI environments use:

Virtual machines.

GPU partitioning.

Shared hardware resources.

Multi-tenant cloud environments.

If attackers compromise a BMC on a physical AI server, they may gain access to infrastructure supporting multiple workloads.

Lava researchers warned that a single compromised machine could become a gateway to broader management systems.

In poorly segmented environments, attackers could:

Disrupt AI training jobs.

Access sensitive datasets.

Modify firmware.

Steal credentials.

Affect multiple customers simultaneously.

Real-World Signs of Exploitation Are Already Appearing

A Ransom Note Found on an Exposed HPE Server

During the research, Lava discovered an exposed HPE iLO 4 management interface displaying a ransom note demanding payment in Bitcoin.

While this does not prove a global exploitation campaign, it demonstrates that attackers are actively targeting remote management interfaces.

BMC systems are attractive because they provide a high-value position inside organizations.

A successful compromise can offer attackers persistence even after operating systems are reinstalled.

Vendor Responses and Security Recommendations

Supermicro and HPE Address the Risk Differently

Researchers notified Supermicro about the findings.

The company acknowledged the issue and reminded administrators to:

Change default BMC passwords.

Avoid exposing management interfaces publicly.

Separate management networks from production networks.

Supermicro also indicated that stronger default password policies could be considered for future hardware.

HPE was also contacted, but researchers reported receiving only an automated response without further security discussion.

How Organizations Can Protect Their Servers

Immediate Security Actions

Security teams should immediately review all BMC deployments and follow these recommendations:

  1. Remove BMC Interfaces From the Public Internet

Never expose IPMI, iLO, iDRAC, or Redfish management services directly online.

Instead:

Internet

|

Firewall

|

VPN

|

Management Network

|

BMC Interface

2. Disable Legacy IPMI Authentication

Where possible, disable outdated IPMI authentication methods and use stronger management protocols.

Example:

ipmitool lan set <channel> auth ADMIN MD5

Organizations should replace weak legacy configurations with modern authentication methods.

3. Rotate Factory Credentials Immediately

Default credentials should never remain active after deployment.

Recommended:

Long random passwords.

Unique passwords per device.

Password vault management.

Regular credential rotation.

4. Monitor BMC Activity

Security teams should monitor:

Unexpected BMC logins.

Firmware changes.

Remote console usage.

Configuration modifications.

BMC logs should be integrated into broader security monitoring platforms whenever possible.

What Undercode Say:

The discovery of thousands of exposed BMC systems proves that cybersecurity is not only about patching the newest vulnerabilities.

Sometimes the greatest threats come from forgotten technologies that have been quietly running for decades.

CVE-2013-4786 is a perfect example of how security weaknesses can survive long after public disclosure.

Organizations often focus heavily on protecting applications, websites, and cloud services while ignoring the management layers controlling the physical infrastructure underneath.

BMC access is one of the most powerful forms of access an attacker can obtain.

A compromised web application might expose customer data.

A compromised BMC can expose the entire machine.

The security industry has repeatedly warned about management interfaces being exposed online, yet the problem continues.

The reason is simple: BMC systems are often installed during server deployment and then forgotten.

Many administrators assume that because these interfaces are only used internally, they are not a major security concern.

That assumption is dangerous.

Modern attackers continuously scan the internet looking for weak entry points.

They do not need sophisticated zero-day exploits when thousands of systems still expose outdated authentication protocols.

The biggest concern is not only the number of vulnerable servers but the type of systems involved.

These are not ordinary computers.

Many belong to enterprise environments, hosting platforms, research facilities, and AI infrastructure.

As artificial intelligence continues driving demand for high-performance GPU servers, BMC security becomes even more important.

A compromised AI server could become a stepping stone toward valuable training data, proprietary models, and expensive computing resources.

Organizations must rethink their approach to infrastructure security.

The operating system is no longer the only battlefield.

The motherboard, firmware, and remote management layer are equally important.

Security teams should treat BMC interfaces as privileged access systems, similar to domain controllers or cloud administrator accounts.

Every exposed BMC should be considered a potential doorway.

The lesson from this vulnerability is clear:

Old technology does not become harmless simply because it is old.

Attackers do not care whether a vulnerability was discovered yesterday or twenty years ago.

They only care whether it still works.

✅ Confirmed: CVE-2013-4786 affects IPMI 2.0 authentication.

The vulnerability allows attackers to obtain authentication information that can be used for offline password cracking.

✅ Confirmed: BMC compromise can provide deep hardware-level access.
BMC systems operate independently from operating systems and can control firmware, power management, and remote console functions.

❌ Not confirmed: Every exposed server has already been compromised.
Researchers found vulnerable systems and evidence of malicious activity, but exposure does not automatically mean successful exploitation.

✅ Confirmed: Weak passwords remain a major factor.
Dictionary-based passwords and predictable manufacturer defaults significantly increase the chance of compromise.

Prediction

(+1) BMC security will become a major enterprise priority as AI infrastructure expands. Organizations running GPU clusters and cloud platforms will increasingly invest in isolated management networks, stronger authentication, and firmware security.

(+1) Future server hardware will likely move toward stronger default credential systems. Manufacturers are expected to eliminate predictable factory passwords and adopt unique cryptographic identity models.

(-1) Legacy management interfaces will continue creating security incidents. Many organizations still operate older hardware that cannot easily support modern security controls, leaving exposed systems vulnerable.

(-1) Attackers will increasingly target hardware management layers. As operating systems become better protected, firmware and BMC environments may become the next major battlefield for cybercriminal groups.

▶️ Related Video (80% Match):

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: www.bleepingcomputer.com
Extra Source Hub (Possible Sources for article):
https://www.quora.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube