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

GHSA-6fgm-x6ff-w78f

Potential Denial-of-Service condition leading to temporary disability in IBC transfers to the native chain

Also known asGO-2025-3463
Published
Feb 12, 2025
Updated
Mar 11, 2025
Affected
5 pkgs
Patched
2 / 5
Exploits
None indexed

Blast Radius

5 pkgs affected
🐹github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7🐹github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8🐹github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v4🐹github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v5🐹github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v6

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

Description

Impact

Chains using affected versions of Packet Forward Middleware in their IBC Transfer stack are vulnerable to an attack in which there is a potential denial of service. This affects IBC transfers for any asset which is being transferred between another chain and its native chain.

We recommend upgrading as soon as possible.

THIS IS A STATE BREAKING CHANGE

Patches

Versions 7.2.1 and 8.1.1 are patched.

Workarounds

N/A

References

N/A

Affected Packages

5 total 2 fixed
EcosystemPackageVulnerable rangeFix
🐹Gogithub.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7all versions7.2.1
🐹Gogithub.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8all versions8.1.1
🐹Gogithub.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v4all versionsNo fix
🐹Gogithub.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v5all versionsNo fix
🐹Gogithub.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v6all versionsNo fix

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7. 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 github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 to 7.2.1 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-6fgm-x6ff-w78f 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-6fgm-x6ff-w78f 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-6fgm-x6ff-w78f. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

### Impact Chains using affected versions of Packet Forward Middleware in their IBC Transfer stack are vulnerable to an attack in which there is a potential denial of service. This affects IBC transfers for any asset which is being transferred between another chain and its native chain. We recommend upgrading as soon as possible. __THIS IS A STATE BREAKING CHANGE__ ### Patches Versions [7.2.1](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv7.2.1) and [8.1.1](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2F
O3 Security · Impact-Aware SCA

Is GHSA-6fgm-x6ff-w78f in your dependencies?

O3 detects GHSA-6fgm-x6ff-w78f across Go dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.