Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Local attack vector and low-privilege requirement are consistent with description; SQL injection justifies C:H/I:H/A:H despite DoS-focused description.
Primary rating from Vendor (ibm).
CVSS VectorNVD
Lifecycle Timeline
5DescriptionNVD
IBM i 7.6, 7.5, 7.4, and 7.3 could allow a local authenticated attacker to cause a denial of service due to improper neutralization of special elements used in an SQL command.
AnalysisAI
SQL injection in IBM i 7.3 through 7.6 enables a local authenticated attacker to cause a denial of service - and potentially achieve broader data confidentiality and integrity impact - by submitting SQL commands containing improperly neutralized special elements. The flaw (CWE-89) is exploitable without user interaction once local access is obtained. No public exploit code has been identified and CISA has not listed this in KEV; a vendor patch is available.
Technical ContextAI
IBM i is IBM's proprietary operating system for Power Systems midrange servers, used extensively in enterprise ERP and database workloads. The affected CPE is cpe:2.3:a:ibm:i:*:*:*:*:*:*:*:*, covering IBM i versions 7.3, 7.4, 7.5, and 7.6. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-supplied input containing SQL metacharacters is passed to a database query without adequate sanitization or parameterization. On IBM i, the integrated Db2 for i database engine processes these queries; malformed input can disrupt database operations and, depending on the query context, may expose or corrupt data, which aligns with the CVSS C:H/I:H/A:H scoring.
RemediationAI
The primary remediation is to apply the vendor-released patch available through IBM's support portal at https://www.ibm.com/support/pages/node/7283289; the exact PTF or fix version should be confirmed there, as no specific patched release number is independently available in the current data. If immediate patching is not possible, restrict access to the affected SQL interface to trusted local users only and audit existing local accounts for unnecessary privileges. On IBM i, use object-level and command-level authority restrictions to limit which users can invoke the vulnerable functionality. Enforcing least-privilege principles for local accounts reduces the attack surface without requiring a patch. Note that restricting local access may affect legitimate database operations and should be tested in a non-production environment first.
Same weakness CWE-89 – SQL Injection
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57365
GHSA-mpmf-fj5f-3x59