PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-3603 IBM CVE debrief

IBM Engineering Lifecycle Management versions 7.0.3, 7.1.0, and 7.2.0 contain an XML external entity injection (XXE) vulnerability. The flaw exists in XML data processing and can be exploited by an authenticated attacker to expose sensitive information or cause memory resource exhaustion. The vulnerability was published to the CVE Program on 26 May 2026 and carries a HIGH severity CVSS 3.1 score of 7.1. IBM has released a security bulletin addressing this issue.

Vendor
IBM
Product
Engineering Lifecycle Management
CVSS
HIGH 7.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-26
Original CVE updated
2026-05-27
Advisory published
2026-05-26
Advisory updated
2026-05-27

Who should care

Organizations running IBM Engineering Lifecycle Management versions 7.0.3, 7.1.0, or 7.2.0 should prioritize patching. Security teams managing DevOps and engineering lifecycle platforms, system administrators responsible for IBM ELM deployments, and compliance officers concerned with data exposure risks should address this vulnerability promptly.

Technical summary

The vulnerability stems from improper restriction of XML external entity references (CWE-611) in IBM Engineering Lifecycle Management. When processing XML data, the application fails to adequately restrict external entity resolution, allowing an authenticated attacker to inject malicious XML that can reference external entities. This can lead to two primary outcomes: (1) exposure of sensitive files or data from the server through external entity resolution, and (2) denial of service through memory consumption via entity expansion attacks (billion laughs attack or similar). The attack requires network access and valid authentication credentials, with low attack complexity.

Defensive priority

HIGH

Recommended defensive actions

  • Apply security patches from IBM as referenced in the vendor security bulletin.
  • Review XML parser configurations in IBM Engineering Lifecycle Management deployments to ensure external entity processing is disabled where possible.
  • Implement network segmentation to limit exposure of IBM Engineering Lifecycle Management instances.
  • Monitor for anomalous XML processing activity or unexpected outbound connections from affected systems.
  • Validate that authentication controls are properly enforced, as exploitation requires authenticated access.

Evidence notes

The vulnerability affects three specific versions of IBM Engineering Lifecycle Management: 7.0.3, 7.1.0, and 7.2.0. The CVSS vector string CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L indicates network attack vector, low attack complexity, low privileges required, no user interaction, unchanged scope, high confidentiality impact, no integrity impact, and low availability impact. The weakness is classified as CWE-611: Improper Restriction of XML External Entity Reference.

Official resources

IBM disclosed this vulnerability via their Product Security Incident Response Team (PSIRT) and it was subsequently published to the National Vulnerability Database.