Cyber Resilience

CVE-2025-36093

Ibm Cloud Pak For Business Automation 24.0.0 … 25.0.0

Published
03 November 2025
Modified
05 November 2025
Patch / advisory
CVSS Score v3.1 4.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
EPSS Score 0.0023 14th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-36093 is a medium-severity Client-Side Enforcement of Server-Side Security (CWE-602) vulnerability in Ibm Cloud Pak For Business Automation. Its CVSS base score is 4.8 (Medium).

Operationally, ranked at the 14th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SC-8 (Transmission Confidentiality and Integrity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM Cloud Pak For Business Automation 25.0.0, 24.0.1, and 24.0.0 could allow an attacker to access unauthorized content or perform unauthorized actions using man in the middle techniques due to improper access controls.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-1838Same product: Ibm Cloud Pak For Business Automation
CVE-2025-36091Same product: Ibm Cloud Pak For Business Automation
CVE-2024-52364Same product: Ibm Cloud Pak For Business Automation
CVE-2023-35899Same product: Ibm Cloud Pak For Business Automation
CVE-2025-36094Same product: Ibm Cloud Pak For Business Automation
CVE-2023-32339Same product: Ibm Cloud Pak For Business Automation
CVE-2025-36172Same product: Ibm Cloud Pak For Business Automation
CVE-2023-22860Same product: Ibm Cloud Pak For Business Automation
CVE-2025-36436Same product: Ibm Cloud Pak For Business Automation
CVE-2023-50959Same product: Ibm Cloud Pak For Business Automation

Affected Assets

ibm
cloud pak for business automation
24.0.0, 24.0.1, 25.0.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • SC-8 Transmission Confidentiality and Integrity
  • SC-23 Session Authenticity
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.7.1
  • V2.2.2
  • V8.3.1
  • V10.4.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces server-side access control decisions so that client-side checks (CWE-602) cannot be bypassed by MITM tampering.

prevent

Requires cryptographic protection of transmitted data to defeat man-in-the-middle interception or modification of requests and responses.

prevent

Ensures session authenticity and integrity, preventing MITM attackers from hijacking or replaying sessions after bypassing weak client-side controls.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent design flaws that place server security enforcement on the client.

PR.AA-05 partial match
prevents

Proper policy-based enforcement of authorizations implies server-side controls rather than client-only checks.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure architecture principles discourage client-side trust but do not directly address this weakness.

detects

Security testing can detect client-side enforcement but is not the primary mitigation.

prevents

Information access restriction is undermined when the client is trusted to enforce it.

prevents

Secure development lifecycle mandates server-side validation and prevents reliance on client enforcement.

prevents

Application security requirements explicitly call for server-side enforcement of security mechanisms.

prevents

Secure coding standards require server-side checks and reject client-only enforcement.

References