CVE-2016-3427
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 Oracle Java SE 6u113, 7u99, and 8u77; Java SE Embedded 8u77; and JRockit R28.3.9 allows remote attackers to affect confidentiality, integrity, and availability via vectors related to JMX.
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 confidenceCritical remote code execution vulnerability in Oracle Java's JMX (Java Management Extensions) component. Allows remote unauthenticated attackers to execute arbitrary code via specially crafted JMX connections, impacting confidentiality, integrity, and availability.
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= 7= 12.04= 14.04= 15.10= 16.04= 8.0>= 2.1.0, < 2.1.22>= 2.2.0, < 2.2.18>= 3.0.0, < 3.0.22>= 3.11.0, < 3.11.8= 4.0.0= 5.6= 5.7= 5.0= 6.0= 7.0= 6.7= 7.2= 7.3= 7.4= 7.5= 7.6= 7.7= 5.0= 6.0= 7.0CVSS 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
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/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 Java installation and versionRun 'java -version' to see the installed JRE/JDK version. Also check 'which java' to locate the binary and examine the full version string (e.g., 1.8.0_77, 1.7.0_99, 1.6.0_113).Affected if The version matches 6u113 or earlier, 7u99 or earlier, or 8u77 or earlier (or displays these exact versions).
-
Determine if JMX remote management is enabledExamine Java startup scripts or process arguments for JMX-related flags such as '-Dcom.sun.management.jmxremote', '-Dcom.sun.management.jmxremote.port=...', '-Dcom.sun.management.jmxremote.ssl=false', or '-Dcom.sun.management.jmxremote.authenticate=false'. Also check the JMX configuration files in the JRE/lib/management directory.Affected if JMX remote management is enabled with the vulnerability-present configuration (particularly with SSL disabled or authentication disabled).
-
Check for listening JMX portsUse 'netstat -tlnp' or 'ss -tlnp' to inspect listening network ports. Look for ports 1099 (standard JMX RMI) or 7199 (Cassandra JMX).Affected if Ports 1099 or 7199 are listening and accessible over the network (not bound to localhost only).
-
For Apache Cassandra environments, verify JMX configurationIf Apache Cassandra is installed, check the cassandra-env.sh configuration file for JMX settings. Also check if the process is running with JMX options exposed: 'ps aux | grep cassandra' and review any JMX-related JVM arguments.Affected if Cassandra version falls within the affected ranges (2.1.0-2.1.21, 2.2.0-2.2.17, 3.0.0-3.0.21, 3.11.0-3.11.7, or 4.0.0) AND JMX is configured with remote access enabled.
-
Verify JMX authentication and SSL settingsIf JMX is found to be active, inspect the jmxremote.password and jmxremote.access files in the JRE management directory, and check whether SSL is disabled ('-Dcom.sun.management.jmxremote.ssl=false').Affected if JMX is accessible without authentication (jmxremote.password not configured) AND SSL is disabled, allowing unauthenticated remote access.
You are affected if you have Oracle Java SE (6u113, 7u99, 8u77 or earlier), JRockit R28.3.9, or an affected Apache Cassandra version running with JMX remote management enabled and accessible over the network without proper authentication controls.
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 · scoped2.1.222.2.183.0.22
Upgrade to patched Java versions (post-8u77 for Java 8, or later supported versions). If JMX is not required, disable it or restrict network access to trusted IPs only.
Java 8u91 or later (or Java 7u101+/Java 6u115+ for older deployments)
- Identify the current Java version installed on the system using 'java -version'
- For Oracle Java: Download and install Java SE 8u91 or later (or the latest available JDK 8 update) from Oracle's official Java SE download page
- For OpenJDK: Use the system package manager to update. On RHEL/CentOS: 'yum update java-1.8.0-openjdk' or 'yum update java-1.7.0-openjdk'. On Ubuntu/Debian: 'apt-get update && apt-get install openjdk-8-jdk'
- Verify the new Java version with 'java -version' to confirm installation
- For Cassandra specifically: Ensure the JMX authentication is properly configured in cassandra-env.sh or cassandra.yaml with RMI authentication enabled
- Restart any services that use Java after the update
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.0 h
- Implementation12.0 h
- Testing10.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 $8,928.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2016-3427 — 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.oracle.com
- www.oracle.com
- www.oracle.com
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- 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
- rhn.redhat.com
- rhn.redhat.com
- rhn.redhat.com
- rhn.redhat.com
- rhn.redhat.com
- rhn.redhat.com
- rhn.redhat.com
- rhn.redhat.com
- www.debian.org
- www.securityfocus.com
- www.securitytracker.com
- www.securitytracker.com
- www.ubuntu.com
- www.ubuntu.com
- www.ubuntu.com
- access.redhat.com
- access.redhat.com
- lists.apache.org
- lists.apache.org
- security.gentoo.org
- security.netapp.com
- www.openwall.com
- kc.mcafee.com
- www.cisa.gov
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2016-3427 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