CVE-2017-3567
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 · uneditedVulnerability in the OJVM component of Oracle Database Server. Supported versions that are affected are 11.2.0.4 and 12.1.0.2. Difficult to exploit vulnerability allows low privileged attacker having Create Session, Create Procedure privilege with network access via multiple protocols to compromise OJVM. Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of OJVM. CVSS 3.0 Base Score 5.3 (Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H).
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 confidenceThis is a denial-of-service vulnerability in the Oracle Java Virtual Machine (OJVM) component of Oracle Database Server. A low-privileged attacker with Create Session and Create Procedure database privileges can exploit this flaw via network access to cause OJVM to hang or crash repeatedly. The attack complexity is rated as high, requiring specific privileges but no user interaction.
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.2.0.4= 12.1.0.2CVSS 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
- High
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.0/AV:N/AC:H/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 Oracle Database versionRun the query: SELECT VERSION FROM V$INSTANCE; or check the Oracle inventory for the installed database version.Affected if The version is 11.2.0.4 or 12.1.0.2, as these are the affected versions listed.
-
Verify OJVM component is installedQuery DBA_REGISTRY or V$OPTION to check if Java Virtual Machine is installed: SELECT COMP_NAME, VERSION, STATUS FROM DBA_REGISTRY WHERE COMP_NAME LIKE '%Java%';Affected if OJVM is present in the database, as the vulnerability exists in the Java Virtual Machine component.
-
Check if network access is enabledReview Oracle Net configuration files (listener.ora, sqlnet.ora) and check if the database is configured for network listener connections.Affected if The database accepts network connections, as the attacker requires network access to exploit this flaw.
-
Audit Create Session privilege assignmentsQuery: SELECT GRANTEE, PRIVILEGE FROM DBA_TAB_PRIVS WHERE GRANTEE <> 'PUBLIC' AND PRIVILEGE = 'CREATE SESSION'; or check DBA_ROLE_PRIVS for roles with Create Session.Affected if Multiple non-essential users or roles have Create Session privilege, providing potential attack vectors.
-
Audit Create Procedure privilege assignmentsQuery: SELECT GRANTEE, PRIVILEGE FROM DBA_TAB_PRIVS WHERE PRIVILEGE = 'CREATE PROCEDURE'; or check role grants for this privilege.Affected if Users or roles other than essential Java developers or administrators have Create Procedure privilege, which is required for exploitation.
A user is affected if they run Oracle Database 11.2.0.4 or 12.1.0.2 with OJVM installed and accessible over the network, where low-privileged users hold both Create Session and Create Procedure privileges.
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 the Oracle Critical Patch Update (CPU) for April 2017 or later that addresses CVE-2017-3567. Alternatively, restrict network access to the database and limit the Create Session and Create Procedure privileges to only essential users until patching can be completed.
- Consultation2.0 h
- Implementation4.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,328.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2017-3567 — 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-2017-3567 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