Description
IBM Db2 Mirror for i 7.4, 7.5, and 7.6 could allow a local attacker to obtain information due to a race condition involving a predictable Unix domain socket path in a world-writable directory.
Published: 2026-09-04
Score: 4.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Local Information Disclosure
Action: Apply Patch
AI Analysis

Impact

The vulnerability is a race condition that occurs when IBM Db2 Mirror for i creates a Unix domain socket using a predictable path in a directory that is world‑writable. A local attacker who can write to that directory could manipulate the timing of socket creation to read data that should be restricted, leading to the disclosure of sensitive information. The flaw is identified as CWE‑367 and does not provide any remote code execution or privilege escalation capabilities. The impact is limited to information disclosure for users who have write access to the affected directory.

Affected Systems

IBM Db2 Mirror for i is affected in the 7.4, 7.5, and 7.6 releases. The publicly disclosed patches for these versions are identified by the PTF numbers SJ11153, SJ11193, and SJ11207 for 7.4; SJ11152, SJ11194, and SJ11206 for 7.5; and SJ11151, SJ11195, and SJ11205 for 7.6.

Risk and Exploitability

The CVSS score of 4.4 indicates moderate severity. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting a lower likelihood of widespread exploitation. The attack vector is local; a threat actor must have local write access to the world‑writable directory used for socket creation. In the absence of that permission, the race condition cannot be triggered. Therefore, while the condition is exploitable, it requires a reasonably privileged local attacker and is therefore considered a moderate risk rather than a high‑severity threat.

Generated by OpenCVE AI on September 4, 2026 at 19:08 UTC.

Remediation

Vendor Solution

IBM strongly recommends addressing the vulnerability now. IBM i Release 5770-SS1 PTF Numbers PTF Download Link 7.4 SJ11153 SJ11193 SJ11207 https://www.ibm.com/mysupport/s/fix-information?legacy=SJ11153 https://www.ibm.com/mysupport/s/fix-information?legacy=SJ11193 https://www.ibm.com/mysupport/s/fix-information?legacy=SJ11207 7.5 SJ11152  SJ11194 SJ11206 https://www.ibm.com/mysupport/s/fix-information?legacy=SJ11152 https://www.ibm.com/mysupport/s/fix-information?legacy=SJ11194 https://www.ibm.com/mysupport/s/fix-information?legacy=SJ11206 7.6 SJ11151 SJ11195 SJ11205 https://www.ibm.com/mysupport/s/fix-information?legacy=SJ11151 https://www.ibm.com/mysupport/s/fix-information?legacy=SJ11195 https://www.ibm.com/mysupport/s/fix-information?legacy=SJ11205 https://www.ibm.com/support/fixcentral


OpenCVE Recommended Actions

  • Apply the IBM PTFs listed for the affected release(s) – for example, install SJ11153, SJ11193, and SJ11207 for 7.4, SJ11152, SJ11194, and SJ11206 for 7.5, or SJ11151, SJ11195, and SJ11205 for 7.6 – to remove the predictable socket path from a world‑writable directory.
  • Modify the permissions on the directory used for socket creation so that it is not world‑writable, for example by setting its mode to 770 or by moving the socket to a secure location that is only writable by the Db2 Mirror process.
  • Ensure that the system’s file system and user policies restrict local users from writing to the directory in question, thereby eliminating the race condition entirely.

Generated by OpenCVE AI on September 4, 2026 at 19:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:ibm:db2_mirror_for_i:*:*:*:*:*:*:*:*

Fri, 04 Sep 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
Description IBM Db2 Mirror for i 7.4, 7.5, and 7.6 could allow a local attacker to obtain information due to a race condition involving a predictable Unix domain socket path in a world-writable directory.
Title IBM Db2 Mirror for i is affected by multiple vulnerabilities [, , ]
First Time appeared Ibm
Ibm db2 Mirror For I
Weaknesses CWE-367
CPEs cpe:2.3:a:ibm:db2_mirror_for_i:7.4.0:*:*:*:*:*:*:*
cpe:2.3:a:ibm:db2_mirror_for_i:7.4:*:*:*:*:*:*:*
cpe:2.3:a:ibm:db2_mirror_for_i:7.5.0:*:*:*:*:*:*:*
cpe:2.3:a:ibm:db2_mirror_for_i:7.5:*:*:*:*:*:*:*
cpe:2.3:a:ibm:db2_mirror_for_i:7.6.0:*:*:*:*:*:*:*
cpe:2.3:a:ibm:db2_mirror_for_i:7.6:*:*:*:*:*:*:*
Vendors & Products Ibm
Ibm db2 Mirror For I
References
Metrics cvssV3_1

{'score': 4.4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L'}


Subscriptions

Ibm Db2 Mirror For I
cve-icon MITRE

Status: PUBLISHED

Assigner: ibm

Published:

Updated: 2026-09-04T17:29:37.355Z

Reserved: 2026-08-01T23:25:05.890Z

Link: CVE-2026-18567

cve-icon Vulnrichment

Updated: 2026-09-04T17:29:34.038Z

cve-icon NVD

Status : Analyzed

Published: 2026-09-04T16:17:20.970

Modified: 2026-09-08T21:43:59.853

Link: CVE-2026-18567

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T21:45:17Z

Weaknesses
  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition