CVE-2026-1567
Published: 03 March 2026
Summary
CVE-2026-1567 is a high-severity Improper Restriction of XML External Entity Reference (CWE-611) vulnerability in Ibm Infosphere Information Server. Its CVSS base score is 7.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 2.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and AC-4 (Information Flow Enforcement).
Deeper analysis
CVE-2026-1567 is an XML External Entity (XXE) vulnerability, classified under CWE-611, affecting IBM InfoSphere Information Server versions 11.7.0.0 through 11.7.1.6. The flaw resides in the software's handling of XML inputs, enabling attackers to retrieve sensitive information from the server. It carries a CVSS v3.1 base score of 7.1, reflecting network accessibility, low attack complexity, and impacts on confidentiality and availability.
A low-privileged user (PR:L) can exploit this vulnerability remotely over the network (AV:N) with low complexity and no user interaction required (UI:N). Successful exploitation allows limited disclosure of sensitive information (C:L) and high disruption to availability (A:H), while integrity remains unaffected (I:N) in an unchanged scope (S:U).
IBM's security advisory at https://www.ibm.com/support/pages/node/7259630 provides details on mitigation, including available patches for the affected versions. Security practitioners should consult this reference for upgrade instructions and workarounds.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-9318
Vulnerability details
IBM InfoSphere Information Server 11.7.0.0 through 11.7.1.6 An XML External Entity (XXE) vulnerability in IBM InfoSphere Information Server could allow attackers to retrieve sensitive information from the server.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
XXE enables remote file/data read from the server (T1005) via exploitation of a network-accessible application (T1190).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and sanitization of XML input to block external entity declarations that enable the XXE information disclosure in InfoSphere.
Enforces information flow policies that can deny external entity resolution and resulting sensitive data exfiltration over the network.
Mandates secure configuration settings for XML parsers (e.g., disabling external entities) in the affected IBM server software.