Sceawere
Vulnerability Detail
CVE-2026-17272UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
IBM i Buffer Overflow Denial of Service
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 8.2
- Creation Date
- 2h ago
- Vendor
- IBM
- Product
- i
- Attack Type
- CWE-787 Out-of-bounds Write
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
- Attack Complexity
- LOW
Narrative and Response
Description
IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote attacker to cause a denial of service due to a buffer overflow.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "8.2",
"pubDate": "2026-08-13T21:17:42.687Z",
"pubdate": "2026-08-13T21:17:42.687Z",
"executiveSummary": "A buffer overflow vulnerability exists in IBM i versions 7.6, 7.5, 7.4, and 7.3 that can be exploited by a remote attacker to induce a denial of service condition. The vulnerability arises from improper memory handling when processing untrusted inputs, allowing remote threat actors to corrupt memory structures within vulnerable components of the operating system.\nThe primary impact of successful exploitation is service disruption, potentially causing critical system functions or network-facing services to crash, thereby denying legitimate access to system resources. The risk implication is high for operational availability, as an attacker with network connectivity can trigger the fault without necessarily requiring complex authentication or prior privileges, depending on the specific vulnerable vector exposed.\nExploitation requirements are dictated by the network accessibility of the vulnerable service on the target IBM i system. The attack capabilities are strictly limited to causing a denial of service based on the provided description, as the buffer overflow manifests in a manner that disrupts execution flow or triggers memory access violations rather than achieving arbitrary code execution.",
"technicalDetails": "The root cause of the vulnerability is a classic buffer overflow condition residing within the input parsing and memory management logic of affected IBM i services across versions 7.6, 7.5, 7.4, and 7.3. When the vulnerable component receives data from a remote source, it fails to perform adequate bounds checking on the size of the incoming payload relative to the allocated memory buffer.\nDuring the attack flow, a remote attacker crafts a specialized payload containing an excessive amount of data designed to exceed the fixed-size buffer allocated on the stack or heap. As the vulnerable application or operating system subsystem copies the oversized input into memory without proper validation, the incoming data overflows the boundaries of the destination buffer and overwrites adjacent memory regions, such as control variables, saved frame pointers, or return addresses.\nBecause the memory corruption corrupts critical execution structures, the affected process or subsystem encounters an unhandled exception or memory access violation upon attempting to process the corrupted state. This typically results in an immediate crash of the service or system component, precipitating a denial of service condition for dependent operations.\nNetwork exposure is inherent to this vulnerability if the affected IBM i services are reachable over the network. Authentication and privilege requirements depend on the specific daemon or interface handling the malformed input; however, the vulnerability allows remote attackers to initiate the attack sequence. The payload behavior is destructive to process stability, leading directly to a post-exploitation impact characterized solely by application or system unavailability requiring administrative intervention or service restarts to restore normal operations."
}