IBM Support

Readme for IBM Cloud Pak for Business Automation 26.0.0 IF002

Fix Readme


Abstract

The following document is for IBM Cloud Pak for Business Automation 26.0.0 IF002. It includes the CASE package download, installation information, and the list of APARs/Known Issues that are resolved in this interim fix.

Content

Readme file for:IBM Cloud Pak® for Business Automation
Product Release:26.0.0
Update Name:26.0.0 IF002
Fix ID:26.0.0-WS-CP4BA-IF002
Publication Date:27 August 2026

 

Contents

 

Prerequisites and supersedes

  • Supersedes all prior interim fixes for Cloud Pak for Business Automation 26.0.0.
 

Components impacted

 

Before upgrade

  1. Ensure you take regular backups of any databases associated with the environment. For backup instructions, see Backing up your environment
  2. Ensure your operators are in a healthy state, before upgrading.        
    If one or more operators are failing, then it can prevent the system from completing an upgrade.       
    It is recommended to check a few of the important CR statuses to ensure there are not failures and the statuses appear ready for the various installed components. Check the status of the following CRs when they exist:
  3. oc get icp4acluster -o yaml 
    oc get content -o yaml
    oc get Foundation -o yaml
  4. Remove any image settings in CRs       
    If you used any individual image tag settings in your CRs, it could prevent the operator from updating the images to the appropriate version. Ensure you remove any of these settings when you upgrade. This doesn't apply to starter installation as it requires a new install.
 

Installing the interim fix

 
This interim fix contains the following version of Cloud Pak for Business Automation and Cloud Pak Foundational Services (CPFS):
  • Cloud Pak for Business Automation 26.0.0-IF002
  • Cloud Pak Foundational Services 4.19.2
Note:  This interim fix only supports the Cloud Pak Foundational Services listed above. It is important that you deploy or upgrade Cloud Pak for Business Automation using the catalog sources in this readme document.  If you have other Cloud Paks installed on the same OCP cluster, be sure to check the compatibility of the Cloud Pak Foundational Services versions listed above with other Cloud Paks' specifications.
 
 
Cloud Pak for Business Automation (CP4BA) 26.0.0 interim fixes are released to the v26.0 operator channel. Once the operators are upgraded, it triggers rolling updates for all the pods it manages to ensure they are updated to the appropriate version to match the operator.
 
 
Step 1: Download the installation and upgrade scripts
  1. Download the 26.0.0-IF002 branch by using the following git clone command.

    git clone -b 26.0.0-IF002 https://github.com/icp4a/cert-kubernetes.git
 
Step 2:  Perform an online/offline fresh installation or an upgrade on an existing online/offline deployment.
 
Depending on the current setup and state of your existing environment, there are various actions that need to be taken. The following scenarios cover what actions might be needed for a particular setup.       
 

For an upgrade scenario, these are the Cloud Pak foundational services migration modes supported -

Migration Mode Support
Cluster-scoped to Namespace-scopedSupported (This is the recommended approach if your current deployment is using cluster-scoped CPFs)
Namespace-scoped to Namespace-scopedSupported (If your CPFs deployment is already namespace-scoped, then continue to remain at namespace-scoped)
Cluster-scoped to Cluster-scoped Not Supported (Please follow the recommended upgrade from Cluster-scoped to Namespace-scoped for CPFs)
Cluster-scoped ("All namespaces") to Cluster-scoped ("All namespaces")Supported  ( There is no migration path from Cluster-scoped ("All namespaces") to Namespace-scoped )


Note: The recommended migration mode for an instance with cluster scoped Cloud Pak foundational services is to namespace scoped Cloud Pak foundational services.

 
  • Scenario 1: You are installing a Starter deployment online or have an existing online Starter deployment
    Warning: If you have an existing Cloud Pak Foundation Services instance installed at the cluster scoped level or in the namespace where CP4BA is being installed, then it is not supported. The Starter deployment of CP4BA is only supported when deploying into a new namespace without CPFs.       
    Actions: Starter deployments do not support upgrades; however, you can use this interim fix content to perform a Starter deployment. To deploy a Starter deployment using the content of this interim fix, please see install a new Starter environment and use the installation scripts from the branch that you cloned above.
  • Scenario 2: You are installing online Production deployment       
    Warning: If you have an existing Cloud Pak Foundation Services instance installed at the cluster scoped level or in the namespace where CP4BA is being installed, then it is not supported. The Production deployment of CP4BA is only supported when deploying into a new namespace without CPFs.
    Actions: To deploy an online Production deployment without using a local registry, please follow steps in install a new online Production environment and use the installation scripts from the branch that you cloned above.
  • Scenario 3: You are installing offline/airgap Production deployment
    Warning: If you have an existing Cloud Pak Foundation Services instance installed at the cluster scoped level or in the namespace where CP4BA is being installed, then it is not supported. The Production deployment of CP4BA is only supported when deploying into a new namespace without CPFs.
    Note: As prerequisites for this scenario, you must follow steps here to set up the bastion host to mirror images to the registry and further to set up the private registry. The mirroring of images can be completed using "oc mirror" for the mirroring images process. If you are looking to install only a set of capabilities then you can make use of filters listed in Table 1 so that you can only download the specific set of images that you require.
    Actions:
    1. To deploy an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-26.0.0-IF002.txt for this interim fix from the branch that you cloned above under the scripts/airgap directory. Execute this command from your bastion host to download the CASE files.

      oc ibm-pak get -c file://(absolute path to file)/cp4ba-case-to-be-mirrored-26.0.0-IF002.txt

      The absolute path to file needs to be a path starting from "/". For example, "/opt".

    2. You will need to mirror the images associated with the new cp4ba-case-to-be-mirrored-26.0.0-IF002.txt mirror file. 

      export CASE_NAME=ibm-cp-automation
      export CASE_VERSION=26.0.2
      export CASE_INVENTORY_SETUP=cp4aOperatorSetup
      export TARGET_REGISTRY=<target-registry>
      export NAMESPACE=<cp4ba_namespace_name>

      Follow the instructions for either mirroring option in Mirroring images to the private registry using the new CASE version associated with this interim fix.

    3. Login to the cluster and go to namespace for the operator from the bastion host.

      oc login https://<CLUSTERIP>:<port> -u <ADMINISTRATOR>
      oc project ${NAMESPACE}
    4. From your bastion host, install the catalog sources and operators using the steps listed in Install Catalog Source and Operators using cluster admin script.
    5. Follow the remaining steps from Question 6 listed here to complete the installations of offline/airgap Production deployment.    
  • Scenario 4: Your installed Production deployment version is 24.0.0-IF009 or newer

    Warning:       
    If your production deployment version is older than 24.0.0-IF009, please follow instructions in Knowledge Center to upgrade to 24.0.0-IF009 first and follow the below instructions to upgrade from 24.0.0-IF009 to this 26.0.0-IFix.       
    Actions:       
    For online upgrade, follow the upgrade instructions documented in Upgrading from 24.0.0.       
    For offline upgrade, you must first complete the prerequisites by following steps here to set up the bastion host to mirror images to the registry and further to set up the private registry. The mirroring of images can be completed using "oc mirror" for the mirroring images process manually  or using"oc mirror" for the mirroring images process by script . Once the mirroring of images is completed, follow the upgrade instructions documented in Upgrading from 24.0.0.

  • Scenario 5: Your installed Production deployment version is 24.0.1 IF002 or newer

    Warning:       
    If your production deployment version is older than 24.0.1-IF002, please follow instructions in Knowledge Center to upgrade to 24.0.1-IF002 first and follow the same instructions to upgrade from 24.0.1-IF002 to 25.0.0-IF004 or later. Then follow Scenario 6 to upgrade to this 26.0.0 IFix.       
    Actions:       
    Please follow the instructions and upgraded to 25.0.0-IF004 then follow instructions in Scenario 6 to upgrade to 26.0.0 IFix. 

  • Scenario 6: Your installed Production deployment version is 25.0.0 IF004 or newer

    Warning:       
    If your production deployment version is older than 25.0.0-IF004, please follow instructions in Knowledge Center to upgrade to 25.0.0-IF004 first and follow the below instructions to upgrade from 25.0.0-IF004 to this 26.0.0-IFix.       
    Actions:       
    For online upgrade, follow the upgrade instructions documented in Upgrading from 25.0.0.       
    For offline upgrade, you must first complete the prerequisites by following steps here to set up the bastion host to mirror images to the registry and further to set up the private registry. The mirroring of images can be completed using "oc mirror" for the mirroring images process manually  or using"oc mirror" for the mirroring images process by script . Once the mirroring of images is completed, follow the upgrade instructions documented in Upgrading from 25.0.0.

  • Scenario 7: Your installed Production deployment version is 25.0.1 IF001

    Warning:       
    If your production deployment version is older than 25.0.1-IF001, please follow instructions in Knowledge Center to upgrade to 25.0.1-IF001 first and follow the below instructions to upgrade from 25.0.1-IF001 to this 26.0.0-IFix.       
    Actions:       
    For online upgrade, follow the upgrade instructions documented in Upgrading from 25.0.1.       
    For offline upgrade, you must first complete the prerequisites by following steps here to set up the bastion host to mirror images to the registry and further to set up the private registry. The mirroring of images can be completed using "oc mirror" for the mirroring images process manually  or using"oc mirror" for the mirroring images process by script . Once the mirroring of images is completed, follow the upgrade instructions documented in Upgrading from 25.0.1.

  • Scenario 8:  Your installed Production deployment is 26.0.0 GA or newer.    
    Warning:       
    For a CP4BA Deployment with BAI ( Business Automation Insights ) selected as an optional component, it is recommended to create BAI savepoints before starting the upgrade process to this interim fix. For Flink event processing to resume from its previous state, savepoints are required to be created before the upgrade and specified in the updated CR. BAI savepoints can be created by following the below steps.
    •  Retrieve the name of the InsightsEngine custom resource file.

      InsightsEngine_CR=$(kubectl get InsightsEngine --no-headers --ignore-not-found -n <CP4BA-Namespace> -o name)
      Retrieve and export the below details.
      export MANAGEMENT_URL=$(kubectl get ${InsightsEngine_CR} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.status.components.management.endpoints[?(@.scope=="External")].uri}')
      export MANAGEMENT_AUTH_SECRET=$(kubectl get ${InsightsEngine_CR} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.status.components.management.endpoints[?(@.scope=="External")].authentication.secret.secretName}')
      export MANAGEMENT_USERNAME=$(kubectl get secret ${MANAGEMENT_AUTH_SECRET} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.data.username}' | base64 -d)
      export MANAGEMENT_PASSWORD=$(kubectl get secret ${MANAGEMENT_AUTH_SECRET} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.data.password}' | base64 -d)

      Create BAI savepoints and store them in a temporary file called bai.json.

      curl -X POST -k -u ${MANAGEMENT_USERNAME}:${MANAGEMENT_PASSWORD} "${MANAGEMENT_URL}/api/v1/processing/jobs/savepoints" -o ./bai.json

       Scale down the CP4BA and Insights Engine Operator.

      oc scale --replicas=0 deployment ibm-cp4a-operator
      oc scale --replicas=0 deployment ibm-insights-engine-operator
    • Retrieve the recovery path locations for each BAI component for which BAI savepoints are created from ./bai.json and update the bai_configuration section of the custom resource file. For Example: If there is a BAI savepoint being created for navigator component, then the updated custom resource file should have the below configuration.

      bai_configuration:
        navigator:
          recovery_path: /mnt/pv/savepoints/dba/bai-navigator/savepoint-fb88f4-42027046b73b
        ... 
        # Add recovery_path for all other components
    • Once the upgrade has been completed, make sure to remove all instances of the recovery_path parameters from the updated custom resource file.


    Actions:        
    From the branch that you cloned above navigate to the scripts directory and perform the following steps to upgrade the CP4BA operators and deployment.

    1. Upgrade the CP4BA operators.

      Actions:       
      Run the cp4a-deployment.sh script with the upgradeOperator option to upgrade the IBM Cloud Pak foundational services/CP4BA operators:

      ./scripts/cp4a-deployment.sh -m upgradeOperator -n <CP4BA Namespace>
    2. Wait for the operators to complete their upgrades.       
      By default all subscriptions are set to automatic, but if you have any subscriptions set to manual then you need to approve any pending InstallPlans.       
      Use the below command to see the current status of the install plans.

      oc get installPlan

      The upgrade will be blocked, if any of the needed InstallPlans are not approved. It is not recommended to set subscriptions to manual as this makes the upgrade more error prone.

    3. You can use the following scripts to check the status of the upgrades.

      Actions:       
      [OPTIONAL] Run the cp4a-deployment.sh script with upgradeOperatorStatus option to check that the upgrade of the CP4BA operator and its dependencies is successful:

      ./scripts/cp4a-deployment.sh -m upgradeOperatorStatus -n <CP4BA Namespace>
    4. Run the cp4a-deployment.sh script with upgradeDeploymentStatus option to check that the upgrade of the CP4BA deployment is successful:

      ./scripts/cp4a-deployment.sh -m upgradeDeploymentStatus -n <CP4BA Namespace>

       

  • Scenario 9:  Your installed Production deployment is 26.0.0  GA or newer and using airgap/offline.

    Note:       
    As prerequisites for this scenario, you must follow steps here to set up the bastion host to mirror images to the registry and further to set up the private registry.       
        
    Warning:       
    For a CP4BA Deployment with BAI ( Business Automation Insights ) selected as an optional component, it is recommended to create BAI savepoints before starting the upgrade process to this interim fix. For Flink event processing to resume from its previous state, savepoints are required to be created before the upgrade and specified in the updated CR. BAI savepoints can be created by following the below steps.

    •  Retrieve the name of the InsightsEngine custom resource file.

      InsightsEngine_CR=$(kubectl get InsightsEngine --no-headers --ignore-not-found -n <CP4BA-Namespace> -o name)
      Retrieve and export the below details.
      export MANAGEMENT_URL=$(kubectl get ${InsightsEngine_CR} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.status.components.management.endpoints[?(@.scope=="External")].uri}')
      export MANAGEMENT_AUTH_SECRET=$(kubectl get ${InsightsEngine_CR} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.status.components.management.endpoints[?(@.scope=="External")].authentication.secret.secretName}')
      export MANAGEMENT_USERNAME=$(kubectl get secret ${MANAGEMENT_AUTH_SECRET} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.data.username}' | base64 -d)
      export MANAGEMENT_PASSWORD=$(kubectl get secret ${MANAGEMENT_AUTH_SECRET} --no-headers --ignore-not-found -n <CP4BA Namespace> -o jsonpath='{.data.password}' | base64 -d)

      Create BAI savepoints and store them in a temporary file called bai.json.

      curl -X POST -k -u ${MANAGEMENT_USERNAME}:${MANAGEMENT_PASSWORD} "${MANAGEMENT_URL}/api/v1/processing/jobs/savepoints" -o ./bai.json

       Scale down the CP4BA and Insights Engine Operator.

      oc scale --replicas=0 deployment ibm-cp4a-operator
      oc scale --replicas=0 deployment ibm-insights-engine-operator
    • Retrieve the recovery path locations for each BAI component for which BAI savepoints are created from ./bai.json and update the bai_configuration section of the custom resource file. For Example: If there is a BAI savepoint being created for navigator component, then the updated custom resource file should have the below configuration.

      bai_configuration:
        navigator:
          recovery_path: /mnt/pv/savepoints/dba/bai-navigator/savepoint-fb88f4-42027046b73b
        ... 
        # Add recovery_path for all other components
    • Once the upgrade has been completed, make sure to remove all instances of the recovery_path parameters from the updated custom resource file.


    Actions:         
    Perform the following steps and then the upgrade of operators and deployments will start.

    1. To upgrade an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-26.0.0-IF002.txt for this interim fix from the branch that you cloned above under the scripts/airgap directory. Execute this command from your bastion host to download the CASE files:

      oc ibm-pak get -c file://(absolute path to file)/cp4ba-case-to-be-mirrored-26.0.0-IF002.txt

      The (absolute path to file) needs to be a path starting from "/". For example, "/opt".

    2. You will need to mirror the images associated with the new cp4ba-case-to-be-mirrored-26.0.0-IF002.txt mirror file. 

      export CASE_NAME=ibm-cp-automation
      export CASE_VERSION=26.0.2
      export CASE_INVENTORY_SETUP=cp4aOperatorSetup
      export TARGET_REGISTRY=<target-registry>
      export NAMESPACE=<cp4ba_namespace_name>

      Follow the instructions for either mirroring option in Mirroring images to the private registry using the new CASE version associated with this interim fix. If you are looking to install only a set of capabilities then you can make use of filters listed in Table 1 so that you can only download the specific set of images that you require.

    3.  From the branch that you cloned above navigate to the scripts directory and perform the following steps to upgrade the CP4BA operators.

      Actions:       
      Run the cp4a-deployment.sh script with the upgradeOperator option to upgrade the IBM Cloud Pak foundational services/CP4BA operators:       
       

      ./scripts/cp4a-deployment.sh -m upgradeOperator -n <CP4BA Namespace>
    4. Wait for the operators to complete their upgrades.       
      By default all subscriptions are set to automatic, but if you have any subscriptions set to manual then you need to approve any pending InstallPlans.       
      Use the below command to see the current status of the install plans.

      oc get installPlan

      The upgrade will be blocked, if any of the needed InstallPlans are not approved. It is not recommended to set subscriptions to manual as this makes the upgrade more error prone.

    5. You can use the following scripts to check the status of the upgrades.

      Actions:       
      [OPTIONAL] Run the cp4a-deployment.sh script with upgradeOperatorStatus option to check that the upgrade of the CP4BA operator and its dependencies is successful:

      ./scripts/cp4a-deployment.sh -m upgradeOperatorStatus -n <CP4BA Namespace>
    6. Run the cp4a-deployment.sh script with upgradeDeploymentStatus option to check that the upgrade of the CP4BA deployment is successful:

      ./scripts/cp4a-deployment.sh -m upgradeDeploymentStatus -n <CP4BA Namespace>

       

 

Performing the necessary tasks after installation

 
a. Review the installation
It is recommended that you review the CR yaml status section and operator logs after the upgrade to ensure there are no failures preventing your pods from upgrading.
oc get icp4acluster icp4adeploy -o yaml > CP4BAconfig.yaml
oc logs deployment/ibm-cp4a-operator -c operator > operator.log
If you are interested in verifying the expected image digest for a particular image, then you can review the ibm-cp-automation\inventory\cp4aOperatorSdk\resources.yaml file in the CASE package. This file has a listing of the images managed by the CP4BA operator and their expected digest for this particular interim fix level.

 

b. Additional steps for IBM Operational Decision Manager
Create a secret to set the password for the private keystore of the Operational Decision Manager containers:
kubectl create secret generic ibm-odm-keystore-secret --from-literal=keystorePassword="<YOUR_PASSWORD>" --namespace <PROJECT_NAME>
Do not change the name of the secret: ibm-odm-keystore-secret. Unless it is manually changed, it is linked to the CR instance generated by the deployment script:
odm_configuration: 
  dba: 
    passwordSecretRef: ibm-odm-keystore-secret
Apply the modified CR file as described in Applying the upgraded custom resource for the upgrade to take place.

 

Uninstalling

There is no procedure to uninstall the interim fix.
 

List of Fixes

APARs/Known Issues fixed by this interim fix are listed in the following tables.
 
The columns are defined as follows: 
 
Column titleColumn description
APAR/Known IssueThe defect number
TitleA short description of the defect
Sec.A mark indicates a defect related to security
Cont.A mark indicates a defect specific to the Cloud Pak integration of the component
B.I.A mark indicates the fix has a business impact. Details are found in the title column or the APAR/Known Issue document
 
General
Known IssueTitleSec.Cont.B.I.
N/A
Cloud Pak for Business Automation delivers container images that include operating system level and other open source libraries. Vulnerabilities (CVEs) for these libraries are published regularly.
This interim fix includes fixes for these libraries to address: 
 

CVE-2024-43204, CVE-2025-14813, CVE-2025-3000, CVE-2025-49506, CVE-2025-68939, CVE-2025-71329, CVE-2025-71330, CVE-2026-0636, CVE-2026-10050, CVE-2026-10051, CVE-2026-11816, CVE-2026-12061, CVE-2026-12072, CVE-2026-12074, CVE-2026-12075, CVE-2026-12261, CVE-2026-12372, CVE-2026-12479, CVE-2026-12480, CVE-2026-12481, CVE-2026-12482, CVE-2026-12484, CVE-2026-12570, CVE-2026-12912, CVE-2026-13149, CVE-2026-13697, CVE-2026-14257, CVE-2026-14643, CVE-2026-15308, CVE-2026-16221, CVE-2026-18446, CVE-2026-2007, CVE-2026-23603, CVE-2026-29167, CVE-2026-29170, CVE-2026-32327, CVE-2026-33523, CVE-2026-33813, CVE-2026-34501, CVE-2026-34502, CVE-2026-34980, CVE-2026-39244, CVE-2026-42931, CVE-2026-44512, CVE-2026-45292, CVE-2026-46601, CVE-2026-46602, CVE-2026-46603, CVE-2026-46604, CVE-2026-47262, CVE-2026-48913, CVE-2026-50105, CVE-2026-50559, CVE-2026-53488, CVE-2026-54058, CVE-2026-54059, CVE-2026-54060, CVE-2026-54272, CVE-2026-54273, CVE-2026-54274, CVE-2026-54275, CVE-2026-54276, CVE-2026-54277, CVE-2026-54278, CVE-2026-54279, CVE-2026-54280, CVE-2026-54282, CVE-2026-54283, CVE-2026-54293, CVE-2026-54369, CVE-2026-54481, CVE-2026-54530, CVE-2026-54531, CVE-2026-54651, CVE-2026-55379, CVE-2026-55380, CVE-2026-55653, CVE-2026-55654, CVE-2026-55655, CVE-2026-55798, CVE-2026-55831, CVE-2026-55833, CVE-2026-55851, CVE-2026-5588, CVE-2026-55982, CVE-2026-55984, CVE-2026-55987, CVE-2026-56443, CVE-2026-56654, CVE-2026-56657, CVE-2026-56745, CVE-2026-56746, CVE-2026-56750, CVE-2026-56755, CVE-2026-56819, CVE-2026-56864, CVE-2026-56865, CVE-2026-57886, CVE-2026-57894, CVE-2026-57897, CVE-2026-58314, CVE-2026-58425, CVE-2026-58428, CVE-2026-58429, CVE-2026-58432, CVE-2026-58434, CVE-2026-58435, CVE-2026-58436, CVE-2026-58437, CVE-2026-58439, CVE-2026-58441, CVE-2026-58442, CVE-2026-58443, CVE-2026-58444, CVE-2026-58445, CVE-2026-58507, CVE-2026-58510, CVE-2026-58511, CVE-2026-59197, CVE-2026-59198, CVE-2026-59199, CVE-2026-59200, CVE-2026-59203, CVE-2026-59204, CVE-2026-59205, CVE-2026-59763, CVE-2026-59765, CVE-2026-59873, CVE-2026-59874, CVE-2026-59881, CVE-2026-59898, CVE-2026-59899, CVE-2026-59900, CVE-2026-59901, CVE-2026-59919, CVE-2026-59921, CVE-2026-59935, CVE-2026-59936, CVE-2026-59937, CVE-2026-59938, CVE-2026-59939, CVE-2026-59996, CVE-2026-60002, CVE-2026-62385, CVE-2026-62388, CVE-2026-63311, CVE-2026-63312, CVE-2026-63632, CVE-2026-65915, CVE-2026-65918, CVE-2026-67213, CVE-2026-67214, CVE-2026-67312, CVE-2026-67313, CVE-2026-67314, CVE-2026-67315, CVE-2026-67316, CVE-2026-67317, CVE-2026-67318, CVE-2026-67319, CVE-2026-67320, CVE-2026-67321, CVE-2026-6790, CVE-2026-69152, CVE-2026-69192, CVE-2026-69243, CVE-2026-71497, CVE-2026-73086, CVE-2026-73508, CVE-2026-73566, CVE-2026-78683, CVE-2026-80205, CVE-2026-8384, CVE-2026-9335, GHSA-4xgf-cpjx-pc3j, GHSA-5p4m-2wfm-xmqj, GHSA-hcpx-6fm6-wx23, GHSA-jm82-fx9c-mx94, RHSA-2026:39771, RHSA-2026:39798, RHSA-2026:42668, RHSA-2026:47040, RHSA-2026:47057, RHSA-2026:47756, RHSA-2026:49212, RHSA-2026:49870, RHSA-2026:51035, RHSA-2026:53329, RHSA-2026:54443, RHSA-2026:54484, RHSA-2026:55603, RHSA-2026:57252, RHSA-2026:59347

 

Previous interim fixes have included fixes which are also addressed with this interim fix. Consult the Related links section for readmes of previous interim fixes, at the bottom of this document.
X  
N/AIn addition to the list above and those related to a Known Issue listed in the following tables this interim fix addresses applicable vulnerabilities listed in Security Bulletin: Multiple security vulnerabilities are addressed with IBM Cloud Pak for Business Automation iFixes for August 2026X  
Cloud Pak for Business Automation Operator
Known IssueTitleSec.Cont.B.I.
DT476052Security: Update golang.org/x/net 0.54.0 to 0.55.0 to address CVE-2026-25680X  
DT499473DB Alias Prefix Validation Fails in cp4a-prerequisites.sh Generate Mode - IBM Cloud Pak for Business Automation   
DT497316IBM WebSphere Application Server Liberty is affected by a denial of service vulnerability (CVE-2026-10571)X  
DT496328IBM WebSphere Application Server Liberty is affected by Denial of Service vulnerabilities (CVE-2026-54225, CVE-2026-57819)   
DT497580IBM WebSphere Application Server Liberty is affected by a privilege escalation when using Liberty collectives (CVE-2026-18499)   
DT496165IBM WebSphere Application Server Liberty is vulnerable to an authentication bypass when the rtcomm-1.0 or rtcommGateway-1.0 feature is enabled (CVE-2026-14525)   
DT498940The CP4BA install script fails if you are using an external IDP setup without a LDAP system - IBM Cloud Pak for Business Automation   
DT500007CP4BA air gap mirroring by using a script can fail with newer versions of oc-mirror   
DT496531IBM WebSphere Application Server Liberty is affected by remote code execution with the collectiveController-1.0 feature enabled (CVE-2026-14976,CVE-2026-15280)   
Automation Document Processing
Known IssueTitleSec.Cont.B.I.
N/AN/A   
Automation Decision Services
Known IssueTitleSec.Cont.B.I.
N/AN/A   
Known IssueTitleSec.Cont.B.I.
N/AN/A   
Business Automation Insights
Known IssueTitleSec.Cont.B.I.
N/AN/A   
Business Automation Navigator
Business Automation Studio
Known IssueTitleSec.Cont.B.I.
DT496090Update mcp-1.27.1-py3-none-any.whl to address CVE-2026-52869, CVE-2026-52870, CVE-2026-59950X  
DT496861Converting a BPD to a Process results in simple loop activities to execute no more than once   
DT499029Bulgarian message translation problem causes long-running services to fail, instead of merely logging a warning to the SystemOut.log   
Business Automation Workflow including Automation Workstream Services
Known IssueTitleSec.Cont.B.I.
DT474094Update cometd-java-server-common-5.0.21.jar to address CVE-2025-53114X  
DT496090Update mcp-1.27.1-py3-none-any.whl to address CVE-2026-52869, CVE-2026-52870, CVE-2026-59950X  
DT496035Data mapping not showing in IBM Process Designer   
DT496592CWLPS1105: An error occurred while call the db initialize: org.postgresql.util.PSQLException: FATAL: SCRAM channel binding check failed.   
DT496841Recurring PostgreSQL Type Mismatch Errors, Task Indexing Issues, 504 Timeouts   
DT496861Converting a BPD to a Process results in simple loop activities to execute no more than once   
DT499029Bulgarian message translation problem causes long-running services to fail, instead of merely logging a warning to the SystemOut.log   
Enterprise Records
Known IssueTitleSec.Cont.B.I.
N/AN/A   
FileNet Content Manager
Operational Decision Manager (based on ODM-9.6.0.0-IF004)
Known IssueTitleSec.Cont.B.I.
DT475476ILRRANGEVALIDATOR VALIDATION ON EXTENSION MODEL PROPERTY ANNOTATIONS IS NOT ENFORCED IN DECISION CENTER   
DT496469EXCEL IMPORT OF DECISION TABLE WITH DATE RANGE COLUMNS FAILS IN DECISION CENTER   
DT471899RULESET PROPERTIES MAY DISAPPEAR WHEN SWITCH THE TAB IN DECISION CENTER   
DT497828BACKGROUND PROJECT DELETION FAILS DUE TO CONSTRAINT VIOLATION ERROR   
DT496716GAP AND OVERLAP VALIDATIONS ARE INCORRECTLY INITIALIZED AS ERRORS   
User Management Service
Known IssueTitleSec.Cont.B.I.
N/AN/A   
Workflow Process Service
Known IssueTitleSec.Cont.B.I.
DT496090Update mcp-1.27.1-py3-none-any.whl to address CVE-2026-52869, CVE-2026-52870, CVE-2026-59950X  
DT499029Bulgarian message translation problem causes long-running services to fail, instead of merely logging a warning to the SystemOut.log   

Known Limitations

Document change history

  • 28 August 2026: Initial publish.
  • 08 September 2026: Added CVE list

[{"Type":"MASTER","Line of Business":{"code":"LOB76","label":"Data Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSBYVB","label":"IBM Cloud Pak for Business Automation"},"ARM Category":[{"code":"a8m0z0000001gWWAAY","label":"Other-\u003ECloudPak4Automation Platform"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"26.0.0"}]

Document Information

Modified date:
08 September 2026

UID

ibm17282578