CVE-2023-34433

7.5 HIGH

📋 TL;DR

PiiGAB M-Bus software stores passwords using a weak hash algorithm, allowing attackers to potentially crack passwords and gain unauthorized access. This affects systems running vulnerable versions of PiiGAB M-Bus software.

💻 Affected Systems

Products:
  • PiiGAB M-Bus
Versions: All versions prior to patched version
Operating Systems: Windows-based systems running PiiGAB M-Bus
Default Config Vulnerable: ⚠️ Yes
Notes: Affects systems where PiiGAB M-Bus software is installed and configured with password authentication.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers crack stored passwords, gain administrative access to M-Bus systems, and potentially manipulate critical infrastructure data or disrupt operations.

🟠

Likely Case

Attackers with access to password hashes can crack weak passwords and gain unauthorized access to the M-Bus management interface.

🟢

If Mitigated

With strong unique passwords and network segmentation, impact is limited to potential password cracking without system access.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires access to password hashes, which may be obtained through other vulnerabilities or system access.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Check vendor advisory for specific patched version

Vendor Advisory: https://www.cisa.gov/news-events/ics-advisories/icsa-23-187-01

Restart Required: Yes

Instructions:

1. Contact PiiGAB for patched version. 2. Backup configuration. 3. Install update. 4. Restart system. 5. Verify functionality.

🔧 Temporary Workarounds

Enforce Strong Password Policy

all

Require complex passwords with minimum length and character variety to make hash cracking more difficult

Network Segmentation

all

Isolate M-Bus systems from untrusted networks and limit access to authorized users only

🧯 If You Can't Patch

  • Implement strict network access controls to limit who can access the M-Bus system
  • Monitor for unauthorized access attempts and regularly audit user accounts

🔍 How to Verify

Check if Vulnerable:

Check PiiGAB M-Bus software version against vendor advisory. Examine password storage mechanism if possible.

Check Version:

Check software version through PiiGAB M-Bus interface or installation directory

Verify Fix Applied:

Verify installed version matches patched version from vendor. Test password hashing with known values.

📡 Detection & Monitoring

Log Indicators:

  • Multiple failed authentication attempts
  • Unusual access patterns to M-Bus system

Network Indicators:

  • Unexpected connections to M-Bus ports
  • Traffic patterns suggesting password hash extraction

SIEM Query:

source="M-Bus" AND (event_type="authentication_failure" OR event_type="unusual_access")

🔗 References

📤 Share & Export