CVE-2026-12118 PUBLISHED

IBM webMethods Integration could allow an unauthenticated remote attacker to execute arbitrary code on the system due to the deserialization of untrusted data

Assigner: ibm
Reserved: 12.06.2026 Published: 30.07.2026 Updated: 30.07.2026

IBM webMethods Integration (on prem) 10.15, 10.11 could allow an unauthenticated remote attacker to execute arbitrary code on the system due to the deserialization of untrusted data.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 9.8

Product Status

Vendor IBM
Product webMethods Integration (on prem)
Versions
  • Version 10.15, 10.11 is affected

Solutions

No product patch or software update is required.

Background: The WmServiceMock package relies on Integration Server authentication and does not implement a separate authentication mechanism. This package is a development-time testing utility designed exclusively for development and testing environments.

Required Action: Remove the WmServiceMock package from any production Integration Server node. The package should not be deployed on internet-facing or production systems.

Steps to Remove the WmServiceMock Package:

  1. Log in to Integration Server 
  2. Navigate to Packages > Management
  3. Locate the WmServiceMock package in the package list
  4. Click the "Delete" icon next to WmServiceMock
  5. Confirm the deletion when prompted
  6. Restart the Integration Server to complete the removal

For Development/Testing Environments Only:

If you must retain WmServiceMock for development or testing purposes:

  1. Ensure the package is deployed only in isolated, non-production environments
  2. Verify Integration Server authentication is enabled:    - Navigate to Server > Ports in Integration Server    - Review port security settings and client certificate handling    - Confirm authentication is enforced for all ports
  3. For detailed security configuration, refer to:    - Integration Server Security: Integration Server Security - IBM Documentation https://www.ibm.com/docs/en/webmethods-integration/wm-integration-server/11.1.0    - Configuring Port Security: Configuring How Ports Handle Client Certificates - IBM Documentation https://www.ibm.com/docs/en/webmethods-integration/wm-integration-server/11.1.0

Important: The WmServiceMock package should not be exposed to internet-facing networks or deployed in production systems.

Credits

  • This vulnerability was reported to IBM by Black Lantern Security (https://www.blacklanternsecurity.com). finder

References

Problem Types

  • CWE-502 Deserialization of Untrusted Data CWE