Severity by source
AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Local access and low privileges required to invoke thread authority swap; scope change reflects attacker retaining authority beyond their own profile boundary.
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 attacker to gain elevated privileges due to improper management of thread authority swaps.
AnalysisAI
Thread authority swap mismanagement in IBM i 7.3 through 7.6 enables a low-privileged local attacker to gain elevated system authorities, including potentially *ALLOBJ-equivalent access. The CVSS scope change (S:C) confirms that successful exploitation extends privilege impact beyond the attacker's own user profile, threatening the broader system partition. No public exploit or active CISA KEV listing exists at time of analysis; risk is driven by low attack complexity and the critical role IBM i plays in regulated enterprise environments.
Technical ContextAI
IBM i (formerly OS/400 and i5/OS) is an integrated operating system running exclusively on IBM Power Systems hardware. Its security model is capability-based: users hold 'special authorities' - such as *ALLOBJ (all-object access), *SECADM (security administration), and *JOBCTL (job control) - granted via user profiles. IBM i supports thread-level authority swapping, a mechanism that allows a thread to temporarily adopt a different authority profile for controlled, scoped privilege transitions within applications and system services. CWE-269 (Improper Privilege Management) identifies failures to correctly assign, track, or revoke privileges. In this case, the OS fails to properly restore the pre-swap authority level when a thread completes its elevated operation, leaving threads holding authority they should no longer possess. The CPE cpe:2.3:a:ibm:i:*:*:*:*:*:*:*:* covers all sub-versions of IBM i across the affected releases.
RemediationAI
The primary fix is to apply the vendor-released PTF (Program Temporary Fix) documented in the IBM support advisory at https://www.ibm.com/support/pages/node/7283286 - consult that page directly for the specific PTF numbers applicable to each release (7.3, 7.4, 7.5, 7.6), as exact fix versions were not included in the available data. While awaiting patching, reduce exposure by restricting interactive local logon access to the IBM i system: limit 5250 emulator sessions, SSH, and telnet access to trusted administrative accounts only, reducing the pool of users who could invoke the thread authority swap path. Additionally, audit user profiles to remove unnecessary special authorities (*ALLOBJ, *SECADM, *JOBCTL) from non-administrative accounts, limiting the blast radius if exploitation occurs. Note that restricting logon access may affect legitimate remote administration workflows and should be coordinated with operations teams. No specific configuration workaround is confirmed to neutralize the thread authority swap flaw directly - patching is the authoritative remediation.
Same weakness CWE-269 – Improper Privilege Management
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-58466
GHSA-vwx2-74f6-ccgc