Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Description specifies 'local attacker,' so AV:L is assessed over the NVD-assigned AV:N; PR:L reflects the required low-privilege account; full C/I/A from privilege escalation to system authority.
Primary rating from Vendor (ibm).
CVSS VectorVendor: ibm
Lifecycle Timeline
2DescriptionCVE.org
IBM i 7.6, and 7.5 could allow a local attacker to gain elevated privileges due to improper neutralization of special elements used in an OS command.
AnalysisAI
OS command injection in IBM i 7.5 and 7.6 enables a local attacker holding low-level credentials to escalate privileges to a highly elevated system authority level by injecting shell metacharacters into an unsanitized OS command interface (CWE-78). Both release streams - 7.5 and 7.6 - running on IBM Power Systems hardware are confirmed affected per the IBM advisory. IBM has released a patch via their support portal; no CISA KEV listing and no public exploit code have been identified at time of analysis.
Technical ContextAI
IBM i (formerly OS/400 and i5/OS) is a proprietary integrated operating system that runs exclusively on IBM Power Systems hardware, predominantly deployed in enterprise workloads in the finance, manufacturing, and retail sectors. CWE-78 (Improper Neutralization of Special Elements used in an OS Command) indicates that one or more IBM i components fail to sanitize user-controlled input before passing it to an OS-level command execution interface, allowing injection of shell metacharacters such as semicolons, pipes, or backticks to chain attacker-supplied commands. The CPE string cpe:2.3:a:ibm:i:*:*:*:*:*:*:*:* covers all IBM i version substrings; the advisory explicitly scopes affected releases to 7.5 and 7.6. Successful injection causes arbitrary OS commands to execute in the context of the vulnerable program, potentially under adopted authority granting *ALLOBJ or *SECADM special authority - effectively full system control.
RemediationAI
Apply the vendor-released patch available from IBM's support portal at https://www.ibm.com/support/pages/node/7283284 for IBM i versions 7.5 and 7.6. The input data confirms patch availability but does not specify an exact PTF (Program Temporary Fix) identifier or cumulative package level, so administrators must consult the advisory page directly to retrieve the correct fix package for their release stream. As a compensating control prior to patching, restrict local and remote interactive login access to only explicitly authorized accounts, and audit all user profiles holding *ALLOBJ, *SECADM, or *JOBCTL special authorities to reduce the pool of accounts that could leverage a successful injection. Reviewing IBM i adopted-authority programs (*PGM objects with USRPRF(*OWNER)) and restricting which user profiles may submit batch jobs can further limit the blast radius. Note that restricting general user accounts may have operational impact in 5250-terminal-dependent workflows and should be coordinated with application owners.
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57377
GHSA-67x9-wvm5-8cxw