CVE-2015-7501
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 · uneditedRed Hat JBoss A-MQ 6.x; BPM Suite (BPMS) 6.x; BRMS 6.x and 5.x; Data Grid (JDG) 6.x; Data Virtualization (JDV) 6.x and 5.x; Enterprise Application Platform 6.x, 5.x, and 4.3.x; Fuse 6.x; Fuse Service Works (FSW) 6.x; Operations Network (JBoss ON) 3.x; Portal 6.x; SOA Platform (SOA-P) 5.x; Web Server (JWS) 3.x; Red Hat OpenShift/xPAAS 3.x; and Red Hat Subscription Asset Manager 1.3 allow remote attackers to execute arbitrary commands via a crafted serialized Java object, related to the Apache Commons Collections (ACC) library.
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 critical Java deserialization vulnerability in the Apache Commons Collections (ACC) library that affects multiple JBoss products. Attackers can craft malicious serialized Java objects that, when deserialized by vulnerable applications, trigger arbitrary method invocation leading to remote code execution. The flaw stems from the library's handling of the InvokerTransformer class during object deserialization, allowing attacker-controlled method calls.
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= 6.0.0= 6.0.0= 6.0.0= 5.0.0= 6.0.0= 4.3.0= 5.0.0= 6.0.0= 5.0.0= 6.0.0= 5.0.0= 3.0.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.0/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 installed JBoss product and versionCheck the product's version file or startup logs. For JBoss EAP, examine the $JBOSS_HOME/bin/version.sh output or the MANIFEST.MF file in the jboss-modules.jar. For other products, locate the version metadata in the installation directory or startup banner.Affected if The installed product matches any of these: Redhat Data Grid 6.0.0, Redhat Jboss A Mq 6.0.0, Redhat Jboss Bpm Suite 6.0.0, Redhat Jboss Data Virtualization 5.0.0 or 6.0.0, Redhat Jboss Enterprise Application Platform 4.3.0, 5.0.0, or 6.0.0, Redhat Jboss Enterprise Brms Platform 5.0.0 or 6.0.0, Redha
-
Locate Apache Commons Collections library in the installationSearch the installation directory for commons-collections*.jar files. Common locations include $JBOSS_HOME/modules/org/apache/commons/collections/ or the lib directory of the deployed application.Affected if A commons-collections JAR file exists in the JBoss installation or in the application's WEB-INF/lib directory.
-
Check Commons Collections versionExamine the JAR file name or inspect the MANIFEST.MF file inside the commons-collections JAR to determine the exact version number.Affected if The Commons Collections library version is 3.2.1 or earlier, or the version cannot be determined from the JAR metadata.
-
Verify InvokerTransformer class is presentUse a JAR inspection tool (such as jar tf or a ZIP viewer) to list the classes in the commons-collections JAR and confirm that org.apache.commons.collections.functors.InvokerTransformer exists.Affected if The InvokerTransformer class is present in the Commons Collections library included with the product.
-
Identify Java deserialization endpointsReview application configuration files (such as web.xml, jboss-web.xml, or custom serde-config.xml) and application code to locate endpoints or services that accept Java serialized object streams. Check for usage of ObjectInputStream or similar deserialization mechanisms.Affected if The application or server exposes any network-accessible interface that performs Java object deserialization without strict filtering.
You are affected if you are running any of the listed JBoss product versions AND the vulnerable Apache Commons Collections library with the InvokerTransformer class is present in the classpath AND your environment accepts Java deserialized object streams on any exposed endpoint.
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 vendor-supplied patches or upgrade to non-vulnerable product versions. If patches are unavailable, implement network-level controls to restrict deserialization endpoints or deploy Java deserialization filters to block untrusted object streams.
Apply latest Red Hat security updates for each respective product via RHN/RHSM; for JBoss EAP 6.x this means updating to the latest EAP 6.4.x with all errata applied
- Subscribe to Red Hat Network (RHN) or Red Hat Subscription Management for the affected systems
- Run 'yum update' or 'yum list updates' to check for available security updates
- Apply the Red Hat Security Advisory (RHSA) patches for this CVE. For JBoss EAP, this is typically addressed in the latest JBoss EAP 6.4.x updates and 5.x patch bundles
- For JBoss A-MQ: apply the latest A-MQ 6.x security updates from Red Hat
- For JBoss Data Grid: apply the latest JDG 6.x updates
- For JBoss BPM Suite/BRMS: apply the latest BPMS/BRMS 6.x and 5.x updates
- For JBoss Data Virtualization: apply the latest JDV 6.x and 5.x updates
- For JBoss Enterprise SOA Platform: apply the latest SOA-P 5.x updates
Generated from the published advisory — verify against the referenced sources before acting.
- 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-2015-7501 — 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- access.redhat.com
- access.redhat.com
- bugzilla.redhat.com
- www.securityfocus.com
- www.securitytracker.com
- www.securitytracker.com
- www.securitytracker.com
- www.securitytracker.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
- rhn.redhat.com
- www.oracle.com
- www.oracle.com
- www.oracle.com
- www.oracle.com
- rhn.redhat.com
- security.netapp.com
- www.oracle.com
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2015-7501 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