CVE-2026-1352
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 for Linux, UNIX and Windows (includes Db2 Connect Server) could allow an authenticated user to cause a denial of service due to improper neutralization of special elements in data query logic.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceIBM Db2 versions 11.5.0-11.5.9 and 12.1.0-12.1.4 for Linux, UNIX, and Windows contain a vulnerability where authenticated users can trigger a denial of service via improper neutralization of special elements in data query logic, likely allowing maliciously crafted SQL to cause service disruption.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 11.5.0, <= 11.5.9>= 12.1.0, <= 12.1.4CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify if IBM Db2 is installedRun 'db2start' or check for Db2 processes with 'ps -ef | grep db2sysc' on Linux/UNIX, or check Services on Windows. Also look for Db2 installation directories like /opt/ibm/db2 or C:\Program Files\IBM\DB2'.Affected if IBM Db2 database server is present on the system
-
Determine the installed Db2 versionRun 'db2level' command as the Db2 instance user, or query with 'db2 select * from sysibmadm.env_cfg_info'Affected if The version output shows 11.5.x where x is 0-9, or 12.1.x where x is 0-4
-
Confirm version is within affected rangesCompare the version from step 2 against: 11.5.0 through 11.5.9 inclusive, or 12.1.0 through 12.1.4 inclusiveAffected if Installed version falls within 11.5.0-11.5.9 or 12.1.0-12.1.4
-
Check database authentication is enabledVerify that Db2 authentication is configured by running 'db2 get dbm cfg | grep AUTHENTICATION'Affected if Authentication is set to anything other than NONE, meaning users require credentials to connect
-
Assess network exposureCheck if the Db2 port (typically 50000 or 50001) is exposed externally via 'netstat -an | grep 5000' or review firewall rulesAffected if Db2 listener is bound to external interfaces and reachable from untrusted networks
You are affected if IBM Db2 is installed and the version falls within 11.5.0-11.5.9 or 12.1.0-12.1.4, regardless of authentication configuration, since the flaw is exploitable by any authenticated user.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade IBM Db2 to a version beyond 11.5.9 and 12.1.4, or apply the appropriate interim fix/FP from IBM. Implement least-privilege database user accounts and restrict query execution permissions until patching is complete.
Db2 11.5.10+ or 12.1.5+ (any version beyond the affected range)
- Review IBM Db2 fix packs and security bulletins at www.ibm.com for CVE-2026-1352
- Download and install the appropriate Db2 fix pack that addresses this vulnerability
- For Db2 11.5.x, install version 11.5.10 or later
- For Db2 12.1.x, install version 12.1.5 or later
- Test the upgrade in a non-production environment before applying to production
- Apply the fix pack following IBM's standard Db2 update procedures
- Verify the fix by checking that the vulnerability is resolved
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.0 h
- Implementation12.0 h
- Testing10.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,928.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-1352 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-1352 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data