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

GHSA-fjq5-5j5f-mvxh

CRITICAL

Deserialization of Untrusted Data in Apache commons collections

Also known asCVE-2015-7501
Published
May 13, 2022
Updated
Feb 17, 2024
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

It was found that the Apache commons-collections library permitted code execution when deserializing objects involving a specially constructed chain of classes. A remote attacker could use this flaw to execute arbitrary code with the permissions of the application using the commons-collections 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 GHSA-fjq5-5j5f-mvxh 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 GHSA-fjq5-5j5f-mvxh 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 GHSA-fjq5-5j5f-mvxh. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

It was found that the Apache commons-collections library permitted code execution when deserializing objects involving a specially constructed chain of classes. A remote attacker could use this flaw to execute arbitrary code with the permissions of the application using the commons-collections library.
O3 Security · Impact-Aware SCA

Is GHSA-fjq5-5j5f-mvxh in your dependencies?

O3 detects GHSA-fjq5-5j5f-mvxh across Maven dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.