Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
Network-reachable unauthenticated service with trivial exploit complexity; availability high for crash potential, integrity low for metadata-only modification, no confidentiality impact evidenced.
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 remote attacker to cause a denial of service and modify authentication metadata due to a buffer overflow.
AnalysisAI
Unauthenticated remote exploitation of a buffer overflow in IBM i 7.3 through 7.6 allows attackers to cause denial of service and modify authentication metadata without any credentials or user interaction. The CVSS vector (AV:N/AC:L/PR:N/UI:N) confirms trivially reachable exploitation over the network against default-accessible services. IBM has released a patch; no public exploit code or CISA KEV listing has been identified at time of analysis.
Technical ContextAI
IBM i (formerly OS/400 and i5/OS) is IBM's proprietary integrated operating system for IBM Power Systems midrange servers, widely deployed in banking, insurance, and manufacturing for mission-critical workloads. The root cause is CWE-120 (Classic Buffer Overflow: buffer copy without checking size of input), indicating that a network-accessible component copies externally supplied data into a fixed-size buffer without bounds validation, corrupting adjacent memory. The CPE string cpe:2.3:a:ibm:i:*:*:*:*:*:*:*:* covers the IBM i application stack across all confirmed affected releases: 7.3, 7.4, 7.5, and 7.6. The dual impact - denial of service and authentication metadata modification - suggests the overflow reaches a memory region used by an authentication subsystem, making this more than a simple crash vulnerability.
RemediationAI
IBM has released a patch per vendor advisory at https://www.ibm.com/support/pages/node/7283578; administrators should retrieve and apply the relevant PTFs for their IBM i release (7.3, 7.4, 7.5, or 7.6) as the primary remediation - exact PTF identifiers must be confirmed from the advisory. Patch available per vendor advisory; no independently confirmed fix version number was included in the available intelligence. If immediate PTF application is not feasible, network-level controls should be implemented: restrict inbound access to IBM i network services (particularly those involved in remote authentication flows) to known-trusted IP ranges via firewall policy, reducing exposure to unauthenticated attackers. Note that blanket network restriction may interrupt legitimate remote administration and application connectivity, so coordination with operations teams is required before implementing this workaround.
Same weakness CWE-120 – Classic Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-58231
GHSA-hq8f-q49p-7786