Fix Readme
Abstract
The following document is for IBM Cloud Pak for Business Automation 24.0.0 IF010. 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: | 24.0.0 |
| Update Name: | 24.0.0 IF010 |
| Fix ID: | 24.0.0-WS-CP4BA-IF010 |
| Publication Date: | 30 July 2026 |
Contents
Components impacted
Before installation
Installing the interim fix
Performing the necessary tasks after installation
Uninstalling
List of fixes
Known Limitations
Document change history
Prerequisites and supersedes
- Supersedes all prior interim fixes for Cloud Pak for Business Automation 24.0.0.
Important Upgrade Notice for CP4BA 24.0.0 Customers
Customers running CP4BA 24.0.0 are advised to plan for an upgrade to CP4BA 24.0.0-IF012 (GA at end of November 2026) to continue receiving Common Vulnerabilities and Exposures (CVE) fixes and support. In addition, the EnterpriseDB (EDB) license will end by December 2026. All releases, including CP4BA 24.0.0, will transition to Cloud Native PostgreSQL (CNPG) starting with CP4BA 24.0.0-IF012.
Important: CP4BA 24.0.0-IF009 is the last iFix that supports direct upgrades from CP4BA 21.0.3-IF00x/CP4BA 22.0.2-IF00x. Customers upgrading from CP4BA 21.0.3-IF00x/CP4BA 22.0.2-IF00x should upgrade to 24.0.0 GA or IF001 through IF009. After completing the previously mentioned upgrade path, subsequent iFixes can be applied.
Consider planning your upgrade path early to ensure a smooth transition and continued support.
Components impacted
- General
- Cloud Pak for Business Automation Operator
- Automation Document Processing
- Automation Decision Services
- Business Automation Application
- Business Automation Insights
- Business Automation Navigator
- Business Automation Studio
- Business Automation Workflow including Automation Workstream Services
- Enterprise Records
- FileNet Content Manager
- Operational Decision Manager
- User Management Service
- Workflow Process Service
Before installation
- Ensure you take regular backups of any databases associated with the environment.
- 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: oc get icp4acluster -o yaml oc get content -o yaml oc get Foundation -o yaml- 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
- Cloud Pak for Business Automation 24.0.0-IF010
- Cloud Pak Foundational Services 4.6.22
Upgrading with MongoDB embedded services.
If you are upgrading with embedded MongoDB database of IBM Automation Decision Services or IBM Automation Document Processing. Please check the FCV(FeatureCompatibilityVersion) version before upgrading. If the FCV version is 5.0, you will need to manually set the FCV version to 6.0. If FCV version is 6.0, you do not need to perform the following commands. If you are upgrading from 21.0.3.x or 23.0.2.x, it is recommended to first upgrade to 24.0.0 GA before 24.0.0 IF010. This is to ensure a smooth migration for the embedded Mongo instance with minimal manual interventions. After upgrading to 24.0.0 GA, then proceed with the following steps below.
Note: The appropriate MongoDB client binary (mongo or mongosh) depends on the version of CP4BA installed currently. If any of the commands below return a mongo: command not found error, re-run them using the alternate client (mongosh).
Identify the the MongoDB pod by running the command below to get the podID.
kubectl get pods | grep icp4adeploy-mongoCheck the FCV version by running the command below.
Note: $MONGO_INITDB_ROOT_USERNAME is the value from file /etc/credentials/admin/MONGO_ROOT_USERNAME and $MONGO_INITDB_ROOT_PASSWORD is the value from file /etc/credentials/admin/MONGO_ROOT_PASSWORD. You can find the MONGO_ROOT_USERNAME and MONGO_ROOT_PASSWORD files in the Mongo pod.For Automation Document Processing:
kubectl exec icp4adeploy-mongo-deploy-<podID> –- bash -c 'mongo -u "$MONGO_INITDB_ROOT_USERNAME" -p "$MONGO_INITDB_ROOT_PASSWORD" --eval "db.adminCommand({getParameter: 1, featureCompatibilityVersion: 1})"'For Automation Decision Services:
kubectl exec icp4adeploy-mongo-deploy-<podID> -- bash -c 'mongo --norc --tls --tlsAllowInvalidCertificates -u "$MONGO_INITDB_ROOT_USERNAME" -p "$MONGO_INITDB_ROOT_PASSWORD" --eval "db.adminCommand({getParameter: 1, featureCompatibilityVersion: 1})"'- If the FCV version is 5.0 you need to set the FCV version to 6.0. If FCV version is 6.0, you do not need to perform the following commands.
Upgrade to FCV version to 6.0.
kubectl exec icp4adeploy-mongo-deploy-<podID> -- bash -c 'mongo --norc --tls --tlsAllowInvalidCertificates -u "$MONGO_INITDB_ROOT_USERNAME" -p "$MONGO_INITDB_ROOT_PASSWORD" --eval "db.adminCommand({ setFeatureCompatibilityVersion: \"6.0\" })"'Verify the FCV version is 6.0.
kubectl exec icp4adeploy-mongo-deploy-<podID> -- bash -c 'mongo --norc --tls --tlsAllowInvalidCertificates -u "$MONGO_INITDB_ROOT_USERNAME" -p "$MONGO_INITDB_ROOT_PASSWORD" --eval "db.adminCommand({getParameter: 1, featureCompatibilityVersion: 1})"'
Download the 24.0.0 IF010 branch by using the following
git clonecommand.git clone -b 24.0.0-IF010 https://github.com/icp4a/cert-kubernetes.git
For an upgrade scenario, these are the Cloud Pak foundational services migration modes supported -
| Migration Mode | Support |
|---|---|
| Cluster-scoped to Namespace-scoped | Supported (This is the recommended approach if your current deployment is using cluster-scoped CPFs) |
| Namespace-scoped to Namespace-scoped | Supported (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 deploymentWarning: 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 deploymentWarning: 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. Please note that if the set of capabilities includes Business Automation Workflow,Process Federation Server,Workflow Process Service or Business Automation Insights make sure to include the filter "ibm_es_1_1_2470" .Actions:
To deploy an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-24.0.0-IF010.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-24.0.0-IF010.txtThe absolute path to file needs to be a path starting from "/". For example, "/opt".
You will need to mirror the images associated with the new cp4ba-case-to-be-mirrored-24.0.0-IF010.txt mirror file.
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.
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}- From your bastion host, install the catalog sources and operators using the steps listed in Install Catalog Source and Operators using cluster admin script.
- 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 21.0.3 IF031 or newer.
Note: Direct upgrade from versions prior to 21.0.3 IF031 are not supported. If you are upgrading from a prior version then you would need to perform incremental upgrading using the instructions from each prior version to 21.0.3 IF031 or newer.
Warning:
All instructions to download the installation and upgrade scripts in the Knowledge Center links referenced below can be ignored. Instead use the installation and upgrade scripts downloaded in Step 1.
Actions:
For online upgrade, follow the upgrade instructions documented in Upgrading CP4BA multi-pattern clusters from 21.0.3.
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. Once the mirroring of images is completed, follow the upgrade instructions documented in Upgrading CP4BA multi-pattern clusters from 21.0.3. - Scenario 5: Your installed Production deployment version is 22.0.2 IF006 .
Note: Direct upgrade from versions prior to 22.0.2 IF006 are not supported. If you are upgrading from a prior version then you would need to perform incremental upgrading using the instructions from each prior version to 22.0.2 IF006.
Warning:
All instructions to download the installation and upgrade scripts in the Knowledge Center links referenced below can be ignored. Instead use the installation and upgrade scripts downloaded in Step 1.
Actions:
For online upgrade, follow the upgrade instructions documented in Upgrading CP4BA multi-pattern clusters from 22.0.2 in online environment.
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. Once the mirroring of images is completed, follow the upgrade instructions documented in Upgrading CP4BA multi-pattern clusters from 22.0.2 in online environment. - Scenario 6: Your installed Production deployment version is 23.0.2 IF006 (If you do not have 23.0.2 IF006 you need to upgrade to 23.0.2 IF006 before proceeding with this upgrade).
Warning:
All instructions to download the installation and upgrade scripts in the Knowledge Center links referenced below can be ignored. Instead use the installation and upgrade scripts downloaded in Step 1.
Actions:
For online upgrade, follow the upgrade instructions documented in Upgrading CP4BA multi-pattern clusters from 23.0.2 in online environment.
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. Once the mirroring of images is completed, follow the upgrade instructions documented in in Upgrading CP4BA multi-pattern clusters from 23.0.2 in online environment. - Scenario 7: Your installed Production deployment is 24.0.0 GA or newer and is online.
Note:
For a dedicated deployment or namespace scoped deployment, the value for < CP4BA Namespace > should be the namespace where all IBM Cloud Pak foundational services/CP4BA Operators and Services are deployed. If the CP4BA Operators and Services are deployed in different namespaces( separation of duties), the value for < CP4BA Namespace > should be the namespace where all IBM Cloud Pak foundational services/CP4BA Operators are deployed in.
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.jsonScale down the CP4BA and Insights Engine Operator.
oc scale --replicas=0 deployment ibm-cp4a-operator oc scale --replicas=0 deployment ibm-insights-engine-operatorRetrieve 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.- Upgrade the CP4BA operators.
- Warning:
The script with the upgradeOperator option will scale the CP4BA Operators down to zero. You must execute the script with the upgradeDeploymentStatus mode to scale them back in. 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>
- Warning:
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 installPlanThe 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.
- You can use the following scripts to check the status of the upgrades.
- Warning:
The script will scale the CP4BA deployments down to zero. You must execute the cp4a-deployment.sh script with upgradeDeploymentStatus option to scale them back up. 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>
- Warning:
Start up the upgraded CP4BA Operators.
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>
Note: If you are using the P8BPMREST CPE end point, you must wait for the CPE components status to display "Done" and then execute the below command to make it accessible.kubectl patch zenextension <CUSTOM_RESOURCE_FILENAME>-cpe-zen-extension -n <CP4BA NAMESPACE> --type=merge -p '{"metadata": {"annotations": {"checksum_cpe_ips": "0"}}}'
- Scenario 8: Your installed Production deployment is 24.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.
For a dedicated deployment or namespace scoped deployment, the value for < CP4BA Namespace > should be the namespace where all IBM Cloud Pak foundational services/CP4BA Operators and Services are deployed. If the CP4BA Operators and Services are deployed in different namespaces( separation of duties), the value for < CP4BA Namespace > should be the namespace where all IBM Cloud Pak foundational services/CP4BA Operators are deployed in.
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.jsonScale down the CP4BA and Insights Engine Operator.
oc scale --replicas=0 deployment ibm-cp4a-operator oc scale --replicas=0 deployment ibm-insights-engine-operatorRetrieve 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.To upgrade an airgap/offline Production deployment, find mirror file cp4ba-case-to-be-mirrored-24.0.0-IF007.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-24.0.0-IF010.txtThe (absolute path to file) needs to be a path starting from "/". For example, "/opt".
You will need to mirror the images associated with the new cp4ba-case-to-be-mirrored-24.0.0-IF010.txt mirror file.
export CASE_NAME=ibm-cp-automation export CASE_VERSION=24.0.10 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.Please note that if the set of capabilities includes Business Automation Workflow,Process Federation Server,Workflow Process Service or Business Automation Insights make sure to include the filter "ibm_es_1_1_2470"
- From the branch that you cloned above navigate to the scripts directory and perform the following steps to upgrade the CP4BA operators.
- Warning:
The script with the upgradeOperator option will scale the CP4BA Operators down to zero. You must execute the script with the upgradeDeploymentStatus mode to scale them back in. 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>
- Warning:
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 installPlanThe 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.
- 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>
Start up the upgraded CP4BA Operators.
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>
Note: If you are using the P8BPMREST CPE end point, you must wait for the CPE components status to display "Done" and then execute the below command to make it accessible.kubectl patch zenextension <CUSTOM_RESOURCE_FILENAME>-cpe-zen-extension -n <CP4BA NAMESPACE> --type=merge -p '{"metadata": {"annotations": {"checksum_cpe_ips": "0"}}}'
Performing the necessary tasks after installation
oc get icp4acluster icp4adeploy -o yaml > CP4BAconfig.yaml
oc logs deployment/ibm-cp4a-operator -c operator > operator.logibm-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.Uninstalling
List of Fixes
| Column title | Column description |
| APAR/Known Issue | The defect number |
| Title | A 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
- Cloud Pak for Business Automation Operator
- Automation Document Processing
- Automation Decision Services
- Business Automation Application
- Business Automation Insights
- Business Automation Navigator
- Business Automation Studio
- Business Automation Workflow including Automation Workstream Services
- Enterprise Records
- FileNet Content Manager
- Operational Decision Manager
- User Management Service
- Workflow Process Service
| Known Issue | Title | Sec. | 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-2021-3782, CVE-2023-7008, CVE-2024-12086, CVE-2024-39689, CVE-2024-42516, CVE-2024-47081, CVE-2025-0167, CVE-2025-14813, CVE-2025-53114, CVE-2025-59375, CVE-2025-61726, CVE-2025-61728, CVE-2025-61730, CVE-2025-66293, CVE-2025-67030, CVE-2025-67735, CVE-2025-68161, CVE-2025-7962, CVE-2026-0636, CVE-2026-0865, CVE-2026-10051, CVE-2026-10118, CVE-2026-10532, CVE-2026-10723, CVE-2026-10822, CVE-2026-11331, CVE-2026-11332, CVE-2026-11525, CVE-2026-11605, CVE-2026-11622, CVE-2026-11721, CVE-2026-11933, CVE-2026-12143, CVE-2026-12151, CVE-2026-12590, CVE-2026-12617, CVE-2026-13204, CVE-2026-13321, CVE-2026-13676, CVE-2026-1839, CVE-2026-20779, CVE-2026-20896, CVE-2026-22007, CVE-2026-22013, CVE-2026-22016, CVE-2026-22018, CVE-2026-22021, CVE-2026-22695, CVE-2026-22801, CVE-2026-22874, CVE-2026-2303, CVE-2026-23949, CVE-2026-24049, CVE-2026-24072, CVE-2026-24451, CVE-2026-25038, CVE-2026-25646, CVE-2026-26740, CVE-2026-27761, CVE-2026-27775, CVE-2026-28417, CVE-2026-28421, CVE-2026-28740, CVE-2026-28780, CVE-2026-29169, CVE-2026-29518, CVE-2026-3039, CVE-2026-32952, CVE-2026-33006, CVE-2026-33007, CVE-2026-33412, CVE-2026-33416, CVE-2026-33558, CVE-2026-33636, CVE-2026-33857, CVE-2026-33870, CVE-2026-34032, CVE-2026-34059, CVE-2026-34073, CVE-2026-34268, CVE-2026-34282, CVE-2026-34355, CVE-2026-34356, CVE-2026-34477, CVE-2026-34478, CVE-2026-34479, CVE-2026-34480, CVE-2026-34481, CVE-2026-34982, CVE-2026-34993, CVE-2026-35177, CVE-2026-35535, CVE-2026-35554, CVE-2026-3592, CVE-2026-3731, CVE-2026-39852, CVE-2026-39892, CVE-2026-39979, CVE-2026-40164, CVE-2026-40217, CVE-2026-40225, CVE-2026-40226, CVE-2026-40347, CVE-2026-40895, CVE-2026-41035, CVE-2026-41066, CVE-2026-41140, CVE-2026-41168, CVE-2026-41245, CVE-2026-41312, CVE-2026-41313, CVE-2026-41314, CVE-2026-41409, CVE-2026-41417, CVE-2026-4147, CVE-2026-4148, CVE-2026-41579, CVE-2026-41635, CVE-2026-41650, CVE-2026-41888, CVE-2026-42033, CVE-2026-42034, CVE-2026-42035, CVE-2026-42036, CVE-2026-42037, CVE-2026-42038, CVE-2026-42039, CVE-2026-42040, CVE-2026-42041, CVE-2026-42042, CVE-2026-42043, CVE-2026-42044, CVE-2026-42198, CVE-2026-42203, CVE-2026-42208, CVE-2026-42264, CVE-2026-42271, CVE-2026-42305, CVE-2026-42338, CVE-2026-42402, CVE-2026-42403, CVE-2026-42404, CVE-2026-42496, CVE-2026-42535, CVE-2026-42536, CVE-2026-42561, CVE-2026-42563, CVE-2026-42578, CVE-2026-42579, CVE-2026-42580, CVE-2026-42581, CVE-2026-42583, CVE-2026-42584, CVE-2026-42585, CVE-2026-42587, CVE-2026-42778, CVE-2026-42779, CVE-2026-42945, CVE-2026-4358, CVE-2026-43618, CVE-2026-4372, CVE-2026-43951, CVE-2026-44016, CVE-2026-44017, CVE-2026-44018, CVE-2026-44019, CVE-2026-44022, CVE-2026-44023, CVE-2026-44119, CVE-2026-44185, CVE-2026-44186, CVE-2026-44249, CVE-2026-44288, CVE-2026-44289, CVE-2026-44290, CVE-2026-44291, CVE-2026-44292, CVE-2026-44293, CVE-2026-44294, CVE-2026-44417, CVE-2026-44431, CVE-2026-44432, CVE-2026-44486, CVE-2026-44487, CVE-2026-44488, CVE-2026-44490, CVE-2026-44492, CVE-2026-44494, CVE-2026-44495, CVE-2026-44496, CVE-2026-44618, CVE-2026-44631, CVE-2026-44665, CVE-2026-44893, CVE-2026-44930, CVE-2026-45186, CVE-2026-4519, CVE-2026-45416, CVE-2026-45536, CVE-2026-45673, CVE-2026-45674, CVE-2026-45740, CVE-2026-46599, CVE-2026-47065, CVE-2026-47101, CVE-2026-47102, CVE-2026-47214, CVE-2026-47244, CVE-2026-47265, CVE-2026-47691, CVE-2026-47712, CVE-2026-47734, CVE-2026-4775, CVE-2026-4786, CVE-2026-48043, CVE-2026-48059, CVE-2026-48068, CVE-2026-48069, CVE-2026-48522, CVE-2026-48523, CVE-2026-48524, CVE-2026-48525, CVE-2026-48526, CVE-2026-48615, CVE-2026-48618, CVE-2026-48619, CVE-2026-48710, CVE-2026-48712, CVE-2026-48758, CVE-2026-48816, CVE-2026-48817, CVE-2026-48818, CVE-2026-48928, CVE-2026-48930, CVE-2026-48933, CVE-2026-48934, CVE-2026-48935, CVE-2026-49468, CVE-2026-49476, CVE-2026-49477, CVE-2026-50010, CVE-2026-50020, CVE-2026-50269, CVE-2026-5038, CVE-2026-50560, CVE-2026-5079, CVE-2026-5170, CVE-2026-5241, CVE-2026-52726, CVE-2026-53537, CVE-2026-53538, CVE-2026-53539, CVE-2026-53540, CVE-2026-54269, CVE-2026-54285, CVE-2026-5588, CVE-2026-5598, CVE-2026-58418, CVE-2026-58419, CVE-2026-58421, CVE-2026-58422, CVE-2026-58423, CVE-2026-58424, CVE-2026-5946, CVE-2026-5950, CVE-2026-59819, CVE-2026-59820, CVE-2026-59822, CVE-2026-59877, CVE-2026-6100, CVE-2026-6321, CVE-2026-6322, CVE-2026-6472, CVE-2026-6473, CVE-2026-6474, CVE-2026-6475, CVE-2026-6478, CVE-2026-6479, CVE-2026-6637, CVE-2026-6733, CVE-2026-6734, CVE-2026-6860, CVE-2026-6914, CVE-2026-6915, CVE-2026-8053, CVE-2026-8199, CVE-2026-8200, CVE-2026-8201, CVE-2026-8202, CVE-2026-8376, CVE-2026-8384, CVE-2026-8723, CVE-2026-9678, CVE-2026-9697, CVE-2026-9740, CVE-2026-9741, CVE-2026-9746, CVE-2026-9747, CVE-2026-9748, CVE-2026-9749, CVE-2026-9750, CVE-2026-9751, CVE-2026-9752, CVE-2026-9828, GHSA-4gg8-gxpx-9rph, GHSA-6v7p-g79w-8964, GHSA-r4q5-vmmm-2653, GO-2026-5774, GO-2026-5775, GO-2026-5777, RHSA-2026:11510, RHSA-2026:18693, RHSA-2026:18957, RHSA-2026:18958, RHSA-2026:19175, RHSA-2026:19177, RHSA-2026:19216, RHSA-2026:19220, RHSA-2026:19224, RHSA-2026:19363, RHSA-2026:19365, RHSA-2026:19368, RHSA-2026:21391, RHSA-2026:23230, RHSA-2026:24368, RHSA-2026:25058, RHSA-2026:26410, RHSA-2026:28037, RHSA-2026:28158, RHSA-2026:28243, RHSA-2026:28255, RHSA-2026:35892, RHSA-2026:41906, RHSA-2026:8259, RHSA-2026:9686 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. | |||
| N/A | In addition to the list above and those related to a Known Issue listed in the following tables this interim fix addresses vulnerabilities listed in Security Bulletin: Multiple security vulnerabilities are addressed with IBM Cloud Pak for Business Automation iFixes for July 2026 |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT496009 | cp4a-operator reconcile failure due to kubernetes.core API failures like "ValueError: too many values to unpack" - IBM Cloud Pak for Business Automation | |||
| DT474672 | CP4BA Content Operator is getting OOM's and restarted due to resources being used up | |||
| DT472132 | Cloud Pak for Business Automation Certificate Renewal issue when the 'iaf-system-automationui-aui-zen-cert' is no longer being used in the deployment. | |||
| DT471533 | Ephemeral storage for Flink components is not configurable - IBM Cloud Pak for Business Automation | |||
| DT470197 | Kafka upgrade fails in Cloud Pak for Business Automation due to kafka-version annotation - IBM Cloud Pak for Business Automation | |||
| DT454619 | Cloud Pak for Business Automation operator does not update the ca-cert-generation annotation in the secret for Kafka root ca cert when it updates the cert |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| Please see Business Automation Navigator Fix List APARs for Cloud Pak for Business Automation technote |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT467856 | Update log4j-core-2.25.3.jar to address multiple CVEs | X | ||
| DT469422 | Security vulnerability CVE-2026-41305 in postcss library affects IBM Workflow center and Business Automation Studio | X | ||
| DT469424 | Security vulnerability CVE-2026-41907 in uuid library affects IBM Workflow center and Business Automation Studio | X | ||
| DT470204 | Update uuid- to address CVE-2026-41907, CVE-2026-41988 | X | ||
| DT471323 | Update picomatch- to address CVE-2026-33671, CVE-2026-33672 | X | ||
| DT471373 | Security vulnerability (CVE-2026-44990) in sanitize-html-2.17.0.tgz affects IBM Workflow center and Business Automation Studio | X | ||
| DT472340 | Multiple security vulnerabilities in axios-1.15.2 library affect IBM Workflow center and Business Automation Studio | X | ||
| DT458398 | Process Portal slow to load after login due to repeated LSW_BRANCH queries in /rest/bpm/wle/v1/exposed API | |||
| DT461225 | Data mapping getting removed in IBM Process Designer | |||
| DT471319 | NPE logged at runtime due to exposedInApp element in BPMN model |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT468320 | Update log4j-core-2.25.3.jar to address multiple CVEs | X | ||
| DT467856 | Update log4j-core-2.25.3.jar to address multiple CVEs | X | ||
| DT469369 | Update axios-1.15.0.tgz to address multiple CVEs | X | ||
| DT469422 | Security vulnerability CVE-2026-41305 in postcss library affects IBM Workflow center and Business Automation Studio | X | ||
| DT469424 | Security vulnerability CVE-2026-41907 in uuid library affects IBM Workflow center and Business Automation Studio | X | ||
| DT469925 | Update follow-redirects-1.15.11.tgz to address CVE-2026-40895 - UMS | X | ||
| DT470202 | Update uuid- to address CVE-2026-41907, CVE-2026-41988 | X | ||
| DT470204 | Update uuid- to address CVE-2026-41907, CVE-2026-41988 | X | ||
| DT470327 | Update click-8.3.2-py3-none-any.whl to address CVE-2026-7246 in Business Automation Workflow Machine Learning images | X | ||
| DT470611 | Update spring to address CVE-2026-22740, CVE-2026-22741 | X | ||
| DT471323 | Update picomatch- to address CVE-2026-33671, CVE-2026-33672 | X | ||
| DT471373 | Security vulnerability (CVE-2026-44990) in sanitize-html-2.17.0.tgz affects IBM Workflow center and Business Automation Studio | X | ||
| DT471902 | Update qs-6.14.2.tgz to address CVE-2026-8723 - BPM Configuration Editor | X | ||
| DT472225 | AppSec Point-Vulnerable and outdated component-AngularJS | X | ||
| DT472259 | Update starlette to address CVE-2026-48710 | X | ||
| DT472263 | Update golang.org/x/sys-v0.43.0 to address CVE-2026-39824 | X | ||
| DT472267 | Update golang.org/x/ to address multiple CVEs | X | ||
| DT472340 | Multiple security vulnerabilities in axios-1.15.2 library affect IBM Workflow center and Business Automation Studio | X | ||
| DT472772 | Update react-router-6.30.3.tgz and axios-1.15.2.tgz to address multiple CVEs | X | ||
| DT472775 | Update react-router-7.12.0.tgz to address multiple CVEs | X | ||
| DT495816 | Update log4j-api-2.17.1.jar to address CVE-2026-49844 - LCM | X | ||
| DT458398 | Process Portal slow to load after login due to repeated LSW_BRANCH queries in /rest/bpm/wle/v1/exposed API | |||
| DT461228 | Authentication Repository assigned to a desktop gets reset to DOS everytime the case-init job is run | |||
| DT466967 | Issues with Custom JDBC drivers not updated after driver upgrade- IBM Cloud Pak for business Automation | |||
| DT468839 | Security: Update etcdctl on 24.0.0 workflow operator | |||
| DT470742 | Custom deployment services are not run as expected | |||
| DT471319 | NPE logged at runtime due to exposedInApp element in BPMN model | |||
| DT471403 | During database failover, the process instance fails because the transaction is not retried when a StaleConnectionException occurs | |||
| DT471428 | BAI dashboard is not displaying data for instances that are started before event emitters are enabled | |||
| DT471701 | Case-init job resets the Server Base URL of the IBM Case Manager Web Application for all isolated regions | |||
| DT473561 | During database failover, the process instance fails because the transaction is not retried when a StaleConnectionException occurs | |||
| DT496592 | CWLPS1105: An error occurred while call the db initialize: org.postgresql.util.PSQLException: FATAL: SCRAM channel binding check failed. |
| APAR | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| See FileNet Content Manager Release Fix List APARs for IBM Cloud Pak for Business Automation technote |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT473808 | CONSTRAINT VIOLATION EXCEPTION DURING BACKGROUND DELETION IN BUSINESS CONSOLE | |||
| DT465516 | VARIABLES DO NOT APPEAR IN REST API OPTIONS WHEN USING HTDS VIEW OR DOWNLOAD | |||
| DT459490 | [RULE DESIGNER] DECISION CENTER CONNECTION LOST USING ZEN API KEY | |||
| DT471258 | UNCLEAR ERROR MESSAGE DURING COMPILATION | |||
| DT474957 | REPORT GENERATION FAILS DUE TO ILROBJECTNOTFOUNDEXCEPTION | |||
| DT470169 | DELETED CHILD NODES ARE DISPLAYED FOR HIERARCHY PROPERTY IN DECISION CENTER | |||
| DT466661 | CANNOT EXECUTE SOAP REQUESTS WITH 7.0 AND 7.1 COMPATIBILITY MODES | |||
| DT469831 | ADD LASTVERSIONCOMMENT TO RESULTS WHEN USING DECISION CENTER REST API | |||
| DT442098 | INCORRECT WADL GENERATION FOR XML BINDING RULE PROJECT | |||
| DT468866 | ILRSNAPSHOTIMPL INCOMPATIBLE WITH ILRBRANCH ERROR DURING MERGE | |||
| DT473210 | INTERNAL SERVER ERROR RESPONSE FOR V1/PROJECTS/{PROJECT_ID}/REPORT | |||
| DT463767 | NO VALIDATION FOR INVALID INITIAL VALUE OF RULESET VARIABLES IN BUSINESS CONSOLE | |||
| DT467438 | FAILURE RUNNING MIGRATION SCRIPT | |||
| DT474920 | EXCEPTION WHEN SETTING HIERARCHY EXTENSION PROPERTY USING QUERY ACTION | |||
| DT468317 | DECISION TABLE PRECONDITION NOT FULLY DISPLAYED |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| N/A | N/A |
| Known Issue | Title | Sec. | Cont. | B.I. |
|---|---|---|---|---|
| DT469369 | Update axios-1.15.0.tgz to address multiple CVEs | X | ||
| DT472772 | Update react-router-6.30.3.tgz and axios-1.15.2.tgz to address multiple CVEs | X | ||
| DT471403 | During database failover, the process instance fails because the transaction is not retried when a StaleConnectionException occurs | |||
| DT471428 | BAI dashboard is not displaying data for instances that are started before event emitters are enabled | |||
| DT473561 | During database failover, the process instance fails because the transaction is not retried when a StaleConnectionException occurs |
Known Limitations
Document change history
30 July 2026: Initial publish.
Related Information
[Supersedes 24.0.0-IF009] Readme for Cloud Pak for Business Automation 24.0.0 I…
[Supersedes 24.0.0-IF008] Readme for Cloud Pak for Business Automation 24.0.0 I…
[Supersedes 24.0.0-IF007] Readme for Cloud Pak for Business Automation 24.0.0 I…
Fix list for Cloud Pak for Business Automation 24.0.0
Was this topic helpful?
Document Information
Modified date:
04 August 2026
UID
ibm17276700