CVE-2009-3473
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 9.1 before FP8 does not require the SETSESSIONUSER privilege for the SET SESSION AUTHORIZATION statement, which has unspecified impact and remote attack vectors.
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 confidenceIBM DB2 9.1 prior to Fix Pack 8 contains a privilege escalation vulnerability where the SET SESSION AUTHORIZATION statement does not properly validate the SETSESSIONUSER privilege. This allows any authenticated database user to potentially switch their session authorization to another user, including administrative accounts, enabling unauthorized privilege escalation through remote database connections.
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= 9.1CVSS 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
- Authentication
- None
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:L/Au:N/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.
-
Identify the DB2 version and fix pack levelRun 'db2level' from the DB2 command line or query DB2 for version information using 'SELECT * FROM SYSIBM.SYSVERSION'. Look for version 9.1 and note the fix pack number.Affected if The installed version is DB2 9.1 with a fix pack earlier than Fix Pack 8.
-
Verify if users have the SETSESSIONUSER privilege grantedQuery the DB2 catalog tables, specifically SYSIBM.SYSUSERAUTH or check privileges using 'SELECT GRANTEE, SETSESSIONUSER FROM SYSIBM.SYSUSERAUTH' or 'db2 GET AUTHORIZATIONS' command.Affected if Any non-administrative database user has the SETSESSIONUSER privilege granted to them.
-
Review database audit logs for SET SESSION AUTHORIZATION usageExamine DB2 audit logs or diagnostic logs for any SET SESSION AUTHORIZATION statements that were executed. Use 'db2audit' or review db2diag.log files if audit is enabled.Affected if Any SET SESSION AUTHORIZATION statements appear in logs executed by non-DBA users, or if there are unauthorized session authorization switches to administrative accounts.
-
Check current session authorization contextQuery the current session authorization using 'SELECT CURRENT SQLID FROM SYSIBM.SYSDUMMY1' or 'VALUES CURRENT SQLID' to see the active authorization ID.Affected if The session authorization has been changed to a different user than the originally authenticated user without proper escalation.
A user is affected if running DB2 version 9.1 with a fix pack earlier than 8 and non-administrative users have been granted or can exercise the SETSESSIONUSER privilege to change their session authorization.
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 · scopedApply IBM DB2 Fix Pack 8 or later to resolve the privilege validation issue. Until patched, enable detailed database audit logging for SET SESSION AUTHORIZATION statements and restrict database user permissions to the minimum required.
DB2 9.1 Fix Pack 8 (FP8) or later
- Download IBM DB2 9.1 Fix Pack 8 (or later) from IBM Fix Central or your IBM authorized support channel
- Stop all DB2 instances and services before applying the fix pack
- Install DB2 9.1 Fix Pack 8 following IBM's installation instructions for your operating system
- Restart DB2 instances and services after installation
- Verify the fix pack version is correctly installed by running 'db2level' command
- Test that the SET SESSION AUTHORIZATION statement now properly requires SETSESSIONUSER privilege
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.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,888.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2009-3473 — 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-2009-3473 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