CVE-2026-46679
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedlibp2p is a JavaScript Implementation of libp2p networking stack. Prior to version 15.0.23, three cooperating omissions in @libp2p/gossipsub allow an unauthenticated single peer to exhaust the Node.js heap of any gossipsub node with default options. This issue has been patched in version 15.0.23.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceIn @libp2p/gossipsub versions prior to 15.0.23, three missing validation checks allow an unauthenticated remote peer to trigger heap exhaustion on any gossipsub node using default configuration, resulting in denial of service.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate @libp2p/gossipsub in dependenciesInspect your project's package.json file, or run 'npm list @libp2p/gossipsub' or 'yarn list @libp2p/gossipsub' to list the installed package and its versionAffected if @libp2p/gossipsub appears in dependencies with a version number lower than 15.0.23
-
Verify gossipsub protocol is enabledExamine your libp2p configuration code or config file to confirm that the gossipsub protocol is included in the protocols list or enabled by default in your setupAffected if gossipsub is listed as an enabled protocol or is used without explicit disablement
-
Confirm network exposure to remote peersCheck your libp2p node configuration for listen addresses and connection settings. Verify if the node accepts incoming connections from untrusted remote peers (not limited to localhost or trusted peers only)Affected if The node is configured to accept remote peer connections on public or untrusted networks
-
Check heap memory limits and behaviorMonitor node memory usage during normal operation or inspect startup flags for heap limits (--max-old-space-size). Under this vulnerability, heap exhaustion occurs when processing malicious gossipsub messages from remote peersAffected if Running with default memory settings and exposed to untrusted network, the node may exhibit rapid heap growth or crash when receiving crafted gossipsub messages
A user is affected if @libp2p/gossipsub version is below 15.0.23 AND gossipsub is enabled AND the node accepts remote peer connections on an untrusted network.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade @libp2p/gossipsub to version 15.0.23 or later to apply the patched code that addresses the three validation omissions.
@libp2p/gossipsub version 15.0.23
- Check current version of @libp2p/gossipsub in your project (e.g., npm list @libp2p/gossipsub)
- Upgrade @libp2p/gossipsub to version 15.0.23 or later using your package manager (e.g., npm install @libp2p/[email protected])
- Verify the upgrade was successful by checking the installed version
- Test that your gossipsub functionality works correctly with the updated dependency
- Ensure any dependent libp2p packages are also compatible with the upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing4.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,144.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-46679 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-46679 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data