CVE-2016-0376
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 · uneditedThe com.ibm.rmi.io.SunSerializableFactory class in IBM SDK, Java Technology Edition 6 before SR16 FP25 (6.0.16.25), 6 R1 before SR8 FP25 (6.1.8.25), 7 before SR9 FP40 (7.0.9.40), 7 R1 before SR3 FP40 (7.1.3.40), and 8 before SR3 (8.0.3.0) does not properly deserialize classes in an AccessController doPrivileged block, which allows remote attackers to bypass a sandbox protection mechanism and execute arbitrary code as demonstrated by the readValue method of the com.ibm.rmi.io.ValueHandlerPool.ValueHandlerSingleton class, which implements the javax.rmi.CORBA.ValueHandler interface. NOTE: this vulnerability exists because of an incomplete fix for CVE-2013-5456.
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 deserialization vulnerability in the IBM Java SDK where the SunSerializableFactory class improperly handles class deserialization within an AccessController doPrivileged block. Attackers can exploit the readValue method in ValueHandlerPool.ValueHandlerSingleton to bypass Java's sandbox protection and execute arbitrary code. The vulnerability stems from an incomplete fix for CVE-2013-5456.
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= 5.6= 5.7= 5.0= 6.0= 7.0= 6.0= 7.0= 6.0= 7.0= 6.7= 7.2= 7.3= 7.4= 7.5= 5.0= 6.0= 7.0= 11.0= 12.0= 12CVSS 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
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/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 Java SDK is installedRun 'java -version' and look for 'IBM' in the output, or check for IBM J9 JVM installation directories such as /opt/ibm/java-* or /usr/lib/jvm/java-ibm*Affected if The output shows IBM Java SDK or J9 JVM rather than Oracle/OpenJDK
-
Determine the exact IBM Java SDK versionRun 'java -version 2>&1' or use 'java -XshowSettings:version -version' to extract the full version string (e.g., 6.0.16.x, 7.0.9.x, 8.0.3.x)Affected if The installed version matches one of the affected product/version ranges listed and is below the fixed versions (6.0.16.25, 6.1.8.25, 7.0.9.40, 7.1.3.40, 8.0.3.0)
-
Verify the vulnerable SunSerializableFactory class is presentSearch for the IBM Java SDK jars in the installation directory and check for the presence of the SunSerializableFactory class, typically found in the ibmjsseprovider2.jar or similar IBM-specific security jarsAffected if The vulnerable SunSerializableFactory class exists in the IBM Java SDK installation and the version is in the affected range
-
Confirm ValueHandlerPool.ValueHandlerSingleton is accessibleInspect the IBM Java SDK classpath for valuehandlerpool.jar or equivalent deserialization handling classes that contain the readValue method in ValueHandlerSingletonAffected if The ValueHandlerPool.ValueHandlerSingleton class with the vulnerable readValue method is present in the runtime classpath
The environment is affected if IBM Java SDK is installed with a version below 6.0.16.25, 6.1.8.25, 7.0.9.40, 7.1.3.40, or 8.0.3.0, matching one of the listed Red Hat or SUSE product versions.
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 dataUpdate IBM Java SDK to the fixed versions: 6.0.16.25+, 6.1.8.25+, 7.0.9.40+, 7.1.3.40+, or 8.0.3.0+ to patch the deserialization flaw.
- Consultation8.0 h
- Implementation16.0 h
- Testing12.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 $11,200.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2016-0376 — 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 sources- www-01.ibm.com
- www-01.ibm.com
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- rhn.redhat.com
- rhn.redhat.com
- rhn.redhat.com
- rhn.redhat.com
- rhn.redhat.com
- seclists.org
- www.security-explorations.com
- www.securityfocus.com
- www.securityfocus.com
- www.securitytracker.com
- access.redhat.com
- access.redhat.com
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2016-0376 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