Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐹 Go📦 npm🐍 PyPI
Not in CISA KEV

GHSA-qr2g-p6q7-w82m go

GHSA-qr2g-p6q7-w82m is a security vulnerability in github.com/coinbase/x402/go. A fix is available for github.com/coinbase/x402/go — see the affected versions and patch details below.

x402 SDK Security Advisory

Also known asGO-2026-4647
Published
Mar 7, 2026
Updated
Apr 8, 2026
Affected
3 pkgs
Patched
3 / 3
Exploits
None indexed
Exploitation data as of Apr 8, 2026 · OSV.dev, FIRST.org (EPSS)

Real-World Exposure

3 pkgs affected

How broadly this vulnerability is actually deployed: weekly install volume shows current usage, and reverse-dependency count shows how many other packages break if it stays unpatched.

161other npm packages depend on this — each one inherits the vulnerability until it's patched upstream
@x402/svmnpm
60Kdownloads / week

Description

Impact

A security vulnerability exists in outdated versions of the x402 SDK.

This vulnerability does not affect users' private keys, smart contracts, or funds.

The issue impacts resource servers accepting payments on Solana when the facilitator is running a vulnerable version of the x402 SDK.

Who Should Take Action

Facilitators that process payments on Solana must upgrade the x402 SDK to the patched versions listed below.

Clients are not required to upgrade.

Resource servers are not required to upgrade unless they operate their own facilitator (self-facilitate).

Patches

Please update to the following package versions:

  • Npm: @x402/svm >= 2.6.0
  • Pypi: x402 >= 2.3.0
  • Go: x402 >= 2.5.0

Affected Packages

3 total 3 fixed
EcosystemPackageVulnerable rangeFix
🐹Gogithub.com/coinbase/x402/goall versions2.5.0go get github.com/coinbase/x402/go@v2.5.0
📦npm@x402/svmall versions2.6.0npm install @x402/svm@2.6.0
🐍PyPIx402all versions2.3.0pip install --upgrade 'x402==2.3.0'

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/coinbase/x402/go, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update github.com/coinbase/x402/go to 2.5.0 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-qr2g-p6q7-w82m 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 GHSA-qr2g-p6q7-w82m can be triaged on real exposure rather than presence alone.

Tailored to GHSA-qr2g-p6q7-w82m. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

### Impact A security vulnerability exists in outdated versions of the x402 SDK. This vulnerability does not affect users' private keys, smart contracts, or funds. The issue impacts resource servers accepting payments on Solana when the facilitator is running a vulnerable version of the x402 SDK. ### Who Should Take Action Facilitators that process payments on Solana must upgrade the x402 SDK to the patched versions listed below. Clients are not required to upgrade. Resource servers are not required to upgrade unless they operate their own facilitator (self-facilitate). ### Patches Pl
O3 Security · Impact-Aware SCA

Is GHSA-qr2g-p6q7-w82m in your dependencies?

O3 Security finds GHSA-qr2g-p6q7-w82m across Go, npm, PyPI dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

GHSA-qr2g-p6q7-w82m: go | O3 Security