CVE-2025-36093

4.8 MEDIUM

📋 TL;DR

This vulnerability in IBM Cloud Pak for Business Automation allows attackers to perform unauthorized actions or access restricted content through man-in-the-middle attacks due to improper access controls. It affects IBM Cloud Pak for Business Automation versions 25.0.0, 24.0.1, and 24.0.0. Organizations using these versions are vulnerable to exploitation.

💻 Affected Systems

Products:
  • IBM Cloud Pak for Business Automation
Versions: 25.0.0, 24.0.1, 24.0.0
Operating Systems: Not OS-specific - runs on container platforms
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability exists in default configurations of affected versions. Requires man-in-the-middle position to exploit.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attacker gains unauthorized administrative access, modifies business automation workflows, steals sensitive business data, or disrupts critical business processes.

🟠

Likely Case

Attacker accesses unauthorized content or performs limited unauthorized actions within the application, potentially compromising business data integrity.

🟢

If Mitigated

With proper network segmentation, TLS enforcement, and access controls, impact is limited to attempted attacks that fail due to layered defenses.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires man-in-the-middle position and knowledge of target system. No public exploit code available at this time.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Check IBM advisory for specific patched versions

Vendor Advisory: https://www.ibm.com/support/pages/node/7249999

Restart Required: Yes

Instructions:

1. Review IBM advisory at provided URL. 2. Apply recommended security updates from IBM. 3. Restart affected services. 4. Verify fix implementation.

🔧 Temporary Workarounds

Enforce TLS Encryption

all

Require TLS for all communications to prevent man-in-the-middle attacks

Configure application to require TLS 1.2+ for all connections

Network Segmentation

all

Isolate Cloud Pak deployment to trusted network segments

Implement firewall rules to restrict access to trusted IPs only

🧯 If You Can't Patch

  • Implement strict network access controls and segmentation
  • Deploy TLS inspection and certificate pinning

🔍 How to Verify

Check if Vulnerable:

Check IBM Cloud Pak for Business Automation version against affected versions: 25.0.0, 24.0.1, 24.0.0

Check Version:

oc get pods -n <namespace> | grep ibm-cp4ba

Verify Fix Applied:

Verify version is updated beyond affected versions and review IBM patch notes

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts
  • Authentication failures from unexpected sources
  • Unusual API calls

Network Indicators:

  • Unencrypted traffic to Cloud Pak services
  • Traffic from unexpected network segments

SIEM Query:

source="ibm-cp4ba" AND (event_type="access_denied" OR event_type="auth_failure")

🔗 References

📤 Share & Export