Cyber Resilience

CVE-2026-3602

SQLi in Ibm App Connect Enterprise 12.0.1.0 – 12.0.12.27

Published
30 June 2026
Modified
20 July 2026
Patch / advisory
CVSS Score v3.1 4.7
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N
EPSS Score 0.0019 8th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-3602 is a medium-severity External Control of File Name or Path (CWE-73) vulnerability in Ibm App Connect Enterprise. Its CVSS base score is 4.7 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

IBM App Connect Enterprise 13.0.1.0 through 13.0.7.2, and 12.0.1.0 through 12.0.12.26 and IBM Integration Bus for z/OS 10.1.0.0 through 10.1.0.7 is vulnerable to SQL injection. A remote attacker could socially engineer a user into accidentally creating files they may not…

more

be aware of.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SQL injection in a publicly accessible integration product directly enables remote exploitation of the application (T1190).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-22341Same vendor: Ibm
CVE-2024-40689Same vendor: Ibm
CVE-2023-47147Same vendor: Ibm
CVE-2023-33852Same vendor: Ibm
CVE-2023-25684Same vendor: Ibm
CVE-2023-26282Same vendor: Ibm
CVE-2023-38724Same vendor: Ibm
CVE-2023-23470Same vendor: Ibm
CVE-2026-26361Shared CWE-73
CVE-2025-10134Shared CWE-73

Affected Assets

ibm
app connect enterprise
12.0.1.0 — 12.0.12.27 · 13.0.1.0 — 13.0.8.0
ibm
integration bus
10.1.0.0 — 10.1.0.7

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V5.3.2
  • V6.2.5

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly blocks CWE-89 SQL injection and CWE-73 external file/path control by validating and sanitizing all user-supplied input before it reaches SQL statements or file operations in App Connect/Integration Bus.

prevent

Enforces access-control decisions on database and file-system resources so that even a successful injection cannot create or modify files the authenticated user is not explicitly permitted to affect.

prevent

Limits the privileges of the application account used by App Connect/Integration Bus, reducing the blast radius of any SQL injection that bypasses input validation.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 full match
prevents

Secure SDLC practices include input validation and path sanitization that eliminate this weakness.

PR.AA-05 mostly match
prevents

Least-privilege file authorization directly limits damage from externally controlled paths.

PR.AT-02 partial match
prevents

Training raises developer awareness of SQLi risks and can reduce introduction likelihood (partial) but removes none of the actual coding flaw's risk by itself since technical neutralization is still required.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can detect path-traversal issues but does not itself implement preventive controls.

prevents

Early warnings and shared best-practice information help organizations apply the latest remediation techniques against SQL-injection vulnerabilities.

prevents

Threat-intelligence feeds that surface new SQL-injection campaigns enable rapid updates to query-construction defenses and detection signatures before exploitation occurs.

prevents

Secure development lifecycle mandates input validation and path-handling controls that directly prevent external file/path manipulation.

prevents

Application security requirements explicitly call for controls against untrusted input influencing file operations.

prevents

Secure architecture principles discourage unsafe path construction but do not prescribe concrete file-name controls.

References