Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Maven

CVE-2015-7501

CRITICAL

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

EPSS Exploitation Probability

via FIRST.org ↗
83.3%probability of exploitation in next 30 days
Very High Risk100th percentile+11.81%
67.9%74.2%80.5%86.8%74.3%83.3%Dec 25Apr 26Jun 26

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.

Blast Radius

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.2
Mavenorg.apache.commons:commons-collections4all versions4.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. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  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 pinpoints whether CVE-2015-7501 is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

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.

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 detects CVE-2015-7501 across Maven dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.