CVE-2026-13094
Received Received - Intake

IBM i Access Client Solutions Arbitrary Code Execution on Windows

Vulnerability report for CVE-2026-13094, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-12

Last updated on: 2026-08-12

Assigner: IBM Corporation

Description

IBM i Access Client Solutions 1.1.2.0 through 1.1.9.13 is vulnerable to arbitrary code execution on Windows when installed for all users due to publicly writeable configuration file.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-12
Last Modified
2026-08-12
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ibm i_access_client_solutions From 1.1.2.0 (inc) to 1.1.9.13 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

IBM i Access Client Solutions versions 1.1.2.0 through 1.1.9.13 on Windows are vulnerable to arbitrary code execution when installed for all users. This occurs because a configuration file is publicly writable, allowing attackers with local access to modify it and execute malicious code with elevated privileges.

Detection Guidance

Check for IBM i Access Client Solutions installations with version 1.1.2.0 through 1.1.9.13. Verify if the configuration file is publicly writeable by running: icacls "C:\ProgramData\IBM\iAccess\config\*.properties" on Windows. Look for files with write permissions granted to 'Everyone' or 'Users'.

Impact Analysis

If you use IBM i Access Client Solutions on Windows with all-user installation, an attacker with local access could exploit this to run arbitrary code on your system. This could lead to data theft, system compromise, or further network infiltration depending on your environment.

Compliance Impact

This vulnerability could violate compliance requirements that mandate secure configurations and access controls, such as GDPR's data protection principles or HIPAA's safeguards for protected health information. Unauthorized code execution risks exposing sensitive data, leading to potential regulatory penalties.

Mitigation Strategies

Update IBM i Access Client Solutions to the latest version. Remove write permissions from the configuration file by running: icacls "C:\ProgramData\IBM\iAccess\config\*.properties" /deny Everyone:(W) /deny Users:(W). Restrict installation to specific users only.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-13094. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart