Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
SQLi reaching Db2 for i grants read/write/delete so C/I/A:H; network low-complexity, but reaching the SQL interface typically needs some application access, so PR:L rather than PR:N.
Primary rating from Vendor (ibm).
CVSS VectorNVD
Lifecycle Timeline
6DescriptionNVD
IBM i 7.6, 7.5, 7.4, and 7.3 s vulnerable to SQL injection. A remote attacker could send specially crafted SQL statements, which could allow the attacker to view, add, modify, or delete information in the back-end database.
AnalysisAI
SQL injection in IBM i (the operating system for IBM Power/AS400 midrange systems) versions 7.3, 7.4, 7.5, and 7.6 lets a remote attacker submit specially crafted SQL statements that reach the back-end database, enabling unauthorized read, insert, modification, or deletion of stored data. IBM assigned a 9.8 CVSS reflecting full confidentiality, integrity, and availability impact, though CISA's SSVC framework rates technical impact only as 'partial' and exploitation as 'none observed.' There is no public exploit identified at time of analysis, and EPSS is low at 0.22% (13th percentile).
Technical ContextAI
The flaw is a classic CWE-89 SQL injection: untrusted input is concatenated into SQL executed against IBM i's integrated Db2 for i database rather than being parameterized, so attacker-controlled syntax alters the query. IBM i is IBM's proprietary operating system running on Power hardware (the platform historically known as AS/400 / iSeries), and its Db2 for i database is deeply embedded in the OS. The single affected CPE is cpe:2.3:a:ibm:i:*, spanning all currently supported releases (7.3 through 7.6), which indicates the defect lies in a shared IBM i component or interface rather than a single add-on product. IBM's advisory (node/7283289) is the authoritative source for the exact vulnerable component.
RemediationAI
Patch available per vendor advisory: apply the IBM-provided PTF/fix for your IBM i release (7.3, 7.4, 7.5, or 7.6) as documented at https://www.ibm.com/support/pages/node/7283289; the advisory lists the specific PTF group and Group PTF level required for each release, which are not reproduced in this dataset, so consult it for the exact identifiers rather than relying on an inferred version. Until the PTF is applied, reduce exposure by restricting network access to the application or database interface that accepts the vulnerable SQL input - for example limit the affected service to trusted internal hosts via IBM i host server / exit-point controls or a firewall, and enforce least-privilege database authorities so a successful injection cannot reach or alter sensitive tables (trade-off: tightening object/database authorities can break legitimate application access and should be tested). If a specific application or ODBC/JDBC/DRDA path is the entry point, disabling or gating that path removes the attack surface at the cost of the functionality it provides. Review Db2 for i audit journals for anomalous SQL activity while unpatched.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57523
GHSA-9jrj-8r3x-g25j