Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Local low-privilege account required to invoke the path; no interaction needed; arbitrary ownership change over any file yields full C/I/A impact.
Primary rating from Vendor (ibm).
CVSS VectorVendor: ibm
Lifecycle Timeline
2DescriptionCVE.org
IBM i 7.6, 7.5, 7.4, and 7.3 could allow a local authenticated attacker to change the ownership of arbitrary files due to improper validation of an attacker-controlled file path.
AnalysisAI
Arbitrary file ownership change in IBM i 7.3 through 7.6 enables local authenticated attackers to seize control of files outside their intended access scope by supplying a crafted, attacker-controlled path to a vulnerable ownership-change operation that lacks adequate validation. The flaw is rooted in CWE-73 (External Control of File Name or Path) and carries a CVSS 7.8 High score with full confidentiality, integrity, and availability impact, consistent with a local privilege escalation path to system-level control. IBM has released a patch via their support portal; no public exploit code has been identified and the vulnerability does not appear in the CISA KEV catalog at the time of this analysis.
Technical ContextAI
IBM i (formerly AS/400 and iSeries) is an integrated operating system from IBM running on IBM Power hardware, widely deployed in enterprise environments for mission-critical workloads in banking, insurance, retail, and government. CWE-73, External Control of File Name or Path, describes a root-cause class where user-supplied input is passed directly - or with insufficient sanitization - into a filesystem operation that resolves paths on the attacker's behalf. In this case, the vulnerable operation performs file ownership changes; by supplying path traversal sequences or symbolic references in the controlled path, a local attacker can redirect the chown-equivalent call to arbitrary objects, including those owned by privileged or system-level profiles. The affected CPE, cpe:2.3:a:ibm:i:*:*:*:*:*:*:*:*, spans all sub-releases across IBM i 7.3, 7.4, 7.5, and 7.6, covering a broad installed base of Power Systems deployments.
RemediationAI
Patch available per vendor advisory - apply the IBM-released fix documented at https://www.ibm.com/support/pages/node/7283293, which covers IBM i 7.3, 7.4, 7.5, and 7.6; exact PTF numbers per release level are listed in the advisory and must be matched to the installed OS version. As a compensating control prior to patching, administrators should restrict interactive and batch job access for non-privileged user profiles using IBM i's adopted authority controls, and enable object authority auditing via the CHGSECAUD or CHGOBJAUD commands to detect unauthorized ownership changes against critical objects. Note that restricting user profiles broadly may impact legitimate batch workloads; changes should be tested in a non-production LPAR before applying system-wide. Monitoring the QSYS journal for unexpected CHGOWN or equivalent object-authority events can provide early detection of exploitation attempts.
Same weakness CWE-73 – External Control of File Name or Path
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-58379
GHSA-rfp4-533m-42vc