Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Maven
Not in CISA KEV
CRITICAL severity

CVE-2015-7501 commons-collections

CRITICAL

CVE-2015-7501 is a critical-severity (CVSS 9.8) Deserialization of Untrusted Data vulnerability in commons-collections:commons-collections. 4 public exploit references exist, so weaponization risk is real. A fix is available for commons-collections:commons-collections — see the affected versions and patch details below.

Deserialization of Untrusted Data in Apache commons collections

Also known asGHSA-fjq5-5j5f-mvxh
Published
Nov 9, 2017
Updated
Apr 16, 2026
Affected
5 pkgs
Patched
2 / 5
Exploits
4 known
Exploitation data as of Sep 21, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

EPSS Exploitation Probability

via FIRST.org ↗
70.1%probability of exploitation in next 30 days
Very High Risk0.00%
Lower risk than most CVEs99th percentile — riskier than 99% of all scored CVEsHighest risk

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

How urgent is this, really

CVE-2015-7501 plotted by exploitation likelihood (EPSS) against impact (CVSS). The shaded corner — EPSS 50%+ and CVSS 7.0+ — is where this CVE sits: patch-first territory.

Where this sits among everything scored

Of 377,333 CVEs with a current EPSS score, this one falls in the 50–90% band (highlighted). Real counts from FIRST.org, not a sample — log-scaled since the landscape is heavily right-skewed.

Real-World Exposure

5 pkgs affected
commons-collections:commons-collectionsorg.apache.commons:commons-collections4org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-collectionsnet.sourceforge.collections:collections-genericorg.apache.servicemix.bundles:org.apache.servicemix.bundles.collections-generic

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.

Description

Red 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.

Affected Packages

5 total 2 fixed
EcosystemPackageVulnerable rangeFix
Mavencommons-collections:commons-collectionsall versions3.2.2commons-collections:commons-collections:3.2.2
Mavenorg.apache.commons:commons-collections4all versions4.1org.apache.commons:commons-collections4:4.1
Mavenorg.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-collections3.2.1No fix
Mavennet.sourceforge.collections:collections-genericall versionsNo fix
Mavenorg.apache.servicemix.bundles:org.apache.servicemix.bundles.collections-generic4.01No fix
Exploits & PoCs
4

Research use only. For defensive security, authorized penetration testing, and academic research only. Never execute exploit code against systems without explicit written authorization.

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for commons-collections:commons-collections, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update commons-collections:commons-collections to 3.2.2 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2015-7501 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like CVE-2015-7501 can be triaged on real exposure rather than presence alone.

Tailored to CVE-2015-7501. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

How to detect CVE-2015-7501

A community-maintained Nuclei template exists for this CVE. You can scan for it directly:

nuclei -id cve-2015-7501 -u https://target
Template
Red Hat JBoss - Insecure Deserialization
Severity
critical
Impact
Unauthenticated remote code execution with JBoss service account privileges. Full system compromise possible including file access, credential theft, and lateral movement. Actively exploited by threat actors targeting legacy JBoss deployments.
Remediation
Apply Red Hat Security Advisory RHSA-2015:2538. Upgrade to JBoss EAP 7.x which removes the affected invoker servlets. Restrict access to /invoker/* endpoints via jboss-web.xml security constraints. Update Apache Commons Collections to version 3.2.2 or 4.1 or later.

Template by ProjectDiscovery nuclei-templates (pdteam, DhiyaneshDk), MIT licensed. View the full template. Scan only systems you are authorised to test.

Fixing This On Your OS

If you run this on a Linux distribution, patch through your package manager against the distro's own security advisory below — it tracks the exact backported fix for your release, which can ship on a different timeline (and sometimes a different severity) than the upstream project.

Red HatCritical

This issue affects the Apache commons-collections library as shipped with Fuse 6.2.0 and A-MQ 6.2.0. However, this flaw is not known to be exploitable under supported scenarios in these product versions, and so has been assigned an impact of Important for these products and their respective errata.

ProductFixed inAdvisory
JBoss Enterprise BRMS Platform 5.3jbossasRHSA-2015:2670
Red Hat Enterprise Linux 5jakarta-commons-collections-0:3.2-2jpp.4RHSA-2015:2671
Red Hat Enterprise Linux 6jakarta-commons-collections-0:3.2.1-3.5.el6_7RHSA-2015:2521
Red Hat Enterprise Linux 7apache-commons-collections-0:3.2.1-22.el7_2RHSA-2015:2522
Red Hat JBoss A-MQ 6.2see advisoryRHSA-2015:2557
Red Hat JBoss BPMS 6.0jbossasRHSA-2015:2579
Red Hat JBoss BPMS 6.2jbossasRHSA-2015:2560
Red Hat JBoss BRMS 6.1jbossasRHSA-2015:2578

Frequently Asked Questions

Red 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.
O3 Security · Impact-Aware SCA

Is CVE-2015-7501 in your dependencies?

O3 Security finds CVE-2015-7501 across Maven dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

CVE-2015-7501: commons (Critical 9.8) | O3 Security