CVE-2015-0408
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 5.0u75, 6u85, 7u72, and 8u25 allows remote attackers to affect confidentiality, integrity, and availability via vectors related to RMI.
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 confidenceA critical remote code execution vulnerability in Oracle Java SE's RMI (Remote Method Invocation) subsystem affecting versions 5.0u75, 6u85, 7u72, and 8u25. The CVSS 10 score indicates trivial network exploitation with no authentication required, resulting in complete compromise of confidentiality, integrity, and availability through unspecified RMI vectors.
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= 10.04= 12.04= 14.04= 14.10= 7.0= 8.0= 5.0= 6.0= 7.0= 1.5.0= 1.6.0= 1.7.0= 1.8.0= 1.5.0= 1.6.0= 1.7.0= 1.8.0= 11.0= 12.0= 13.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
- 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 installed Java versionRun 'java -version' or 'java -fullversion' to obtain the exact Java version installed on the systemAffected if Version is 1.5.0 any update, 1.6.0 any update, 1.7.0 through 1.7u75, or 1.8.0 through 1.8u30 (these are below the fixed versions 7u76/8u31)
-
Check Java vendor and distributionRun 'which java' and review the path (e.g., /usr/bin/java) to determine if Oracle JDK/JRE, OpenJDK, or a distribution package is in useAffected if Vendor is Oracle JDK/JRE versions listed above, or if using distribution packages that ship vulnerable Oracle Java versions
-
Identify running RMI registry processesRun 'netstat -tlnp | grep -E "1099|rmi"' or 'ss -tlnp | grep -E "1099|rmi"' to check if the RMI registry port (default 1099/tcp) or dynamic RMI ports are listeningAffected if RMI registry or any RMI endpoint is exposed on a listening network port
-
Check for Java RMI deserialization endpointsReview application logs, configuration files, and network exposed Java services that use java.rmi, javax.rmi, or serialized object communicationAffected if Applications expose RMI interfaces to the network without proper access controls or authentication
-
Verify Java security manager configurationCheck if Java applications run with a Security Manager and appropriate policy files restricting RMI operations. Review startup scripts for '-Djava.security.manager' flagsAffected if No Security Manager is enforced, allowing unrestricted RMI method invocations
A system is affected if it runs any Oracle Java SE version 1.5.0, 1.6.0, 1.7.0 through 1.7u75, or 1.8.0 through 1.8u30, AND has RMI registry services exposed on network ports accessible to attackers.
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 Update (CPU) January 2015 or later: upgrade to Java 7u76+/8u31+ to remediate. If immediate patching is impossible, restrict network access to RMI registry ports (typically 1099/tcp) and disable Java deserialization of untrusted data.
Java 8 update 31 or later (or Java 7u76+/Java 6u91+ for legacy systems, though these versions are End-of-Life)
- 1. Identify the currently installed Java version by running 'java -version' or checking /usr/lib/jvm/
- 2. For Ubuntu/Debian systems: Run 'apt-get update' followed by 'apt-get install openjdk-8-jdk' or 'apt-get install oracle-java8-set-default' to install a patched version
- 3. For Enterprise Linux (RHEL/CentOS): Run 'yum update java-1.8.0-openjdk' or 'yum update java-1.7.0-openjdk' to apply security updates
- 4. For SUSE/OpenSUSE: Run 'zypper update' to apply available security patches for the java-1_8_0 or java-1_7_0 packages
- 5. Verify the updated Java version using 'java -version' to confirm it matches or exceeds the fixed releases (Java 8u31+, Java 7u76+, or Java 6u91+)
- 6. Restart any running Java applications or services to ensure they use the patched JVM
Generated from the published advisory — verify against the referenced sources before acting.
- 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-2015-0408 — 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.debian.org
- h20564.www2.hp.com
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- marc.info
- marc.info
- 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.oracle.com
- www.securityfocus.com
- www.securitytracker.com
- www.ubuntu.com
- www.ubuntu.com
- www.vmware.com
- exchange.xforce.ibmcloud.com
- security.gentoo.org
- security.gentoo.org
- www-304.ibm.com
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2015-0408 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