CVE-2026-0977
Published: 16 March 2026
Summary
CVE-2026-0977 is a medium-severity Improper Access Control (CWE-284) vulnerability in Ibm Cics Transaction Gateway. Its CVSS base score is 5.1 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 1.7th 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 AC-3 (Access Enforcement) and AC-6 (Least Privilege).
Deeper analysis
CVE-2026-0977 affects IBM CICS Transaction Gateway for Multiplatforms versions 9.3 and 10.1 due to improper access controls (CWE-284). Published on 2026-03-16, the vulnerability enables a user to transfer or view files, earning a CVSS v3.1 base score of 5.1 (AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N).
A local attacker requires no privileges (PR:N) and can exploit the issue with low attack complexity and no user interaction. Successful exploitation allows limited access to transfer or view files, yielding low confidentiality and integrity impacts but no availability disruption.
IBM provides details on the vulnerability, including mitigation guidance, in their security advisory at https://www.ibm.com/support/pages/node/7263518.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-12071
Vulnerability details
IBM CICS Transaction Gateway for Multiplatforms 9.3 and 10.1 could allow a user to transfer or view files due to improper access controls.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Improper access controls enable unauthorized local file viewing/transfer, directly facilitating data collection from the local system (T1005).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly enforces approved authorizations for logical access to files, preventing the unauthorized transfer or viewing enabled by the improper access controls in CVE-2026-0977.
Requires assignment of the minimum necessary privileges, blocking the no-privilege local file access vector described in the CVE.
Enforces information flow policies on file transfers, limiting the unauthorized movement of data that the vulnerability permits.