CVE-2010-4069
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 · uneditedStack-based buffer overflow in IBM Informix Dynamic Server (IDS) 7.x through 7.31, 9.x through 9.40, 10.00 before 10.00.xC10, 11.10 before 11.10.xC3, and 11.50 before 11.50.xC3 allows remote authenticated users to execute arbitrary code via long DBINFO keyword arguments in a SQL statement, aka idsdb00165017, idsdb00165019, idsdb00165021, idsdb00165022, and idsdb00165023.
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 · high confidenceStack-based buffer overflow vulnerability in IBM Informix Dynamic Server's DBINFO function allows remote authenticated users to execute arbitrary code via overly long keyword arguments in SQL statements. The vulnerability affects versions 7.x-7.31, 9.x-9.40, 10.00 before 10.00.xC10, 11.10 before 11.10.xC3, and 11.50 before 11.50.xC3.
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= 7.31= 9.40.tc5= 9.40.uc1= 9.40.uc2= 9.40.uc3= 9.40.uc5= 9.40.xc5= 9.40.xc7= 10.00= 10.00.tc3tl= 10.00.xc1= 10.00.xc2CVSS 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
- M
- Authentication
- Single
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:M/Au:S/C:C/I:C/A:C
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.
-
Determine installed IBM Informix Dynamic Server versionRun 'onstat -' or connect to the database and execute: SELECT FIRST 1 DBINFO('version'); via dbaccess or isql. The output displays the exact version string.Affected if The version is 7.31, any 7.x version, any 9.x version up to and including 9.40, any 10.00 version before 10.00.xC10, any 11.10 version before 11.10.xC3, or any 11.50 version before 11.50.xC3.
-
Confirm DBINFO function is availableExecute a simple DBINFO query: SELECT DBINFO('version') FROM systables WHERE tabid=1; If the query executes without error, the function is present and usable.Affected if The DBINFO function executes successfully, indicating it is enabled and accessible in the environment.
-
Verify remote authenticated access is permittedReview network configuration files (sqlhosts, onconfig) and firewall rules to determine if remote TCP connections to the Informix port (typically 9088 or 1526) are allowed. Check for 'NETTYPE' entries in sqlhosts that permit TCP/IP connections.Affected if Remote TCP/IP connections to the Informix listener port are permitted to unauthenticated or all authenticated users.
-
Check for presence of vulnerable specific versionsCross-reference the detected version against known vulnerable builds: 7.31; 9.40.tc5, 9.40.uc1, 9.40.uc2, 9.40.uc3, 9.40.uc5, 9.40.xc5, 9.40.xc7; 10.00, 10.00.tc3tl, 10.00.xc1, 10.00.xc2. These are explicitly listed as affected.Affected if The installed version exactly matches one of these specific vulnerable build identifiers.
You are affected if IBM Informix Dynamic Server is running a version in the 7.x-7.31, 9.x-9.40, 10.00 pre-xC10, 11.10 pre-xC3, or 11.50 pre-xC3 ranges AND the DBINFO function is accessible to remote authenticated users.
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.
From vendor dataApply vendor-supplied patches (10.00.xC10, 11.10.xC3, 11.50.xC3 or later) or upgrade to a supported version. Minimize exposure by restricting database access to trusted authenticated users only and isolating the database server behind appropriate network controls.
- Consultation3.0 h
- Implementation6.0 h
- Testing8.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,472.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2010-4069 — 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-2010-4069 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