CVE-2007-2116
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 · uneditedUnspecified vulnerability in the Advanced Replication component in Oracle Database 9.0.1.5+, 9.2.0.7, and 10.1.0.5 has unknown impact and attack vectors, aka DB10. NOTE: as of 20070424, Oracle has not disputed claims that these are buffer overflows in kkzi.o for the SYS.DBMS_SNAP_INTERNAL package using the (1) SNAP_OWNER or (2) SNAP_NAME parameters.
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 confidenceBuffer overflow vulnerability in Oracle Database Advanced Replication component (SYS.DBMS_SNAP_INTERNAL package in kkzi.o) affecting SNAP_OWNER and SNAP_NAME parameters. Present in versions 9.0.1.5+, 9.2.0.7, and 10.1.0.5. The high CVSS score suggests potential for remote code execution or complete database compromise.
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.0.1.5= 9.2.0.7= 10.2.0.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
- Single
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:L/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.
-
Identify Oracle Database versionExecute: SELECT * FROM V$VERSION WHERE BANNER LIKE 'Oracle%'; or SELECT VERSION FROM V$INSTANCE;Affected if The version is 9.0.1.5, 9.2.0.7, or 10.2.0.1 exactly (or falls within the range if broader interpretation applies)
-
Verify Advanced Replication component is installedExecute: SELECT COMP_NAME, VERSION, STATUS FROM DBA_REGISTRY WHERE COMP_NAME LIKE '%Replication%';Affected if The component shows as VALID and installed, meaning Advanced Replication is enabled
-
Confirm DBMS_SNAP_INTERNAL package existsExecute: SELECT OWNER, OBJECT_NAME, OBJECT_TYPE FROM DBA_OBJECTS WHERE OBJECT_NAME = 'DBMS_SNAP_INTERNAL';Affected if The package exists in the database schema (typically under SYS)
-
Check if current user has execute access to DBMS_SNAP_INTERNALExecute: SELECT GRANTEE, TABLE_NAME, PRIVILEGE FROM DBA_TAB_PRIVS WHERE TABLE_NAME = 'DBMS_SNAP_INTERNAL';Affected if Users other than SYS have execute privileges, indicating potential attack surface
You are affected if your Oracle Database version matches 9.0.1.5, 9.2.0.7, or 10.2.0.1 AND Advanced Replication is installed with the DBMS_SNAP_INTERNAL package accessible to non-admin 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.
dbcve · scopedApply Oracle Critical Patch Updates for this vulnerability. If patching is not feasible, restrict access to the DBMS_SNAP_INTERNAL package and disable Advanced Replication features if not required.
Apply Oracle CPU April 2007 or later; for 9.0.1.x upgrade to 9.0.1.6+, for 9.2.0.x upgrade to 9.2.0.8+, for 10.1.0.x upgrade to 10.1.0.6+
- 1. Identify the exact Oracle Database release and patch level by querying SELECT VERSION FROM V$INSTANCE;
- 2. Apply the Oracle Critical Patch Update (CPU) released in April 2007 or later, which contains the fix for CVE-2007-2116
- 3. For Oracle 9.0.1.x: Apply patch set 9.0.1.6 or later
- 4. For Oracle 9.2.0.x: Apply patch set 9.2.0.8 or later
- 5. For Oracle 10.1.0.x: Apply patch set 10.1.0.6 or later
- 6. After applying the patch, restart the database services
- 7. Verify the fix by confirming the patch is applied: opatch lsinventory
- 8. Test the Advanced Replication functionality to ensure no regression
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.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 $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2007-2116 — 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-2007-2116 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