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

GHSA-m44j-cfrm-g8qc

MEDIUMFix: bcgit/bc-java@1b9fd9b

GHSA-m44j-cfrm-g8qc is a medium-severity (CVSS 5.3) vulnerability in org.bouncycastle:bcprov-jdk18on. O3 Security confirms whether GHSA-m44j-cfrm-g8qc is actually reachable in your code before you act, and blocks exploitation at runtime until you patch.

Bouncy Castle crafted signature and public key can be used to trigger an infinite loop

Also known asCVE-2024-30172
Published
May 14, 2024
Updated
Feb 4, 2026
Affected
8 pkgs
Patched
7 / 8
Exploits
None indexed
Exploitation data as of Feb 4, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Real-World Exposure

8 pkgs affected
org.bouncycastle:bcprov-jdk18onorg.bouncycastle:bcprov-jdk15to18org.bouncycastle:bcprov-jdk14org.bouncycastle:bctls-jdk18onorg.bouncycastle:bctls-jdk14org.bouncycastle:bctls-jdk15to18.NETBouncyCastle.NETBouncyCastle.Cryptography

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

An issue was discovered in Bouncy Castle Java Cryptography APIs starting in 1.73 and before 1.78. An Ed25519 verification code infinite loop can occur via a crafted signature and public key.

Affected Packages

8 total 7 fixed
EcosystemPackageVulnerable rangeFix
Mavenorg.bouncycastle:bcprov-jdk18on1.73&&< 1.781.78
Mavenorg.bouncycastle:bcprov-jdk15to181.73&&< 1.781.78
Mavenorg.bouncycastle:bcprov-jdk141.73&&< 1.781.78
Mavenorg.bouncycastle:bctls-jdk18on1.73&&< 1.781.78
Mavenorg.bouncycastle:bctls-jdk141.73&&< 1.781.78
Mavenorg.bouncycastle:bctls-jdk15to181.73&&< 1.781.78

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for org.bouncycastle:bcprov-jdk18on. 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 org.bouncycastle:bcprov-jdk18on to 1.78 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-m44j-cfrm-g8qc 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-m44j-cfrm-g8qc 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-m44j-cfrm-g8qc. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

An issue was discovered in Bouncy Castle Java Cryptography APIs starting in 1.73 and before 1.78. An Ed25519 verification code infinite loop can occur via a crafted signature and public key.
O3 Security · Impact-Aware SCA

Is GHSA-m44j-cfrm-g8qc in your dependencies?

O3 detects GHSA-m44j-cfrm-g8qc across Maven, NuGet dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.

GHSA-m44j-cfrm-g8qc: bcprov-jdk18on… | O3 Security