CVE-2026-18658
Received
Received - Intake
IBM Operational Decision Manager SQL Injection Vulnerability
Vulnerability report for CVE-2026-18658, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-04
Last updated on: 2026-09-04
Assigner: IBM Corporation
Description
Description
IBM Operational Decision Manager 9.6.0.0, 9.5.0.0, 8.11.1.0, 8.11.0.1, 8.12.0.1, 9.5.0.1, and 9.0.0.1 is vulnerable to SQL injection. An unauthenticated attacker can execute arbitrary SQL statements and leverage database functionality to write a web shell to the application web root, resulting in remote code execution.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ibm | operational_decision_manager | 9.6.0.0 |
| ibm | operational_decision_manager | 9.5.0.0 |
| ibm | operational_decision_manager | 8.11.1.0 |
| ibm | operational_decision_manager | 8.11.0.1 |
| ibm | operational_decision_manager | 8.12.0.1 |
| ibm | operational_decision_manager | 9.5.0.1 |
| ibm | operational_decision_manager | 9.0.0.1 |
| apache | log4j_api | to 2.25.4 (inc) |
| apache | log4j_api | to 2.26.1 (inc) |
| jackson | databind | to 2.21.5 (exc) |
| jackson | databind | 2.21.5 |
| jackson | databind | 3.1.4 |
| logback | logback-classic | to 1.6.2 (exc) |
| logback | logback-classic | 1.6.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |