Skip to content

github.com/ipfs/kubo affected by DOS Bitswap unbounded persistent memory leak

Moderate severity GitHub Reviewed Published May 10, 2023 in ipfs/kubo

Package

gomod github.com/ipfs/kubo (Go)

Affected versions

< 0.19.0

Patched versions

0.19.0

Description

Impact

An attacker is able allocate arbitrarily many bytes in the Bitswap server by sending many WANT_BLOCK and or WANT_HAVE requests which are queued in an unbounded queue, with allocations that persist even if the connection is closed.

This affects users accepting or connecting untrusted connections such as by running in the public swarm and no pnet config.
Nodes that are not publicly reachable but connects to untrusted nodes are also vulnerable to the untrusted nodes being connected to since libp2p connections are blindly bidirectional.

Patches

Workarounds

Use PNET, swarm filters or resource manager allows list to block untrusted connections.

Note that using the resource manager will disrupt both client and server features because the bitswap protocol is a message based protocol mixing requests and responses.

References

References

@Jorropo Jorropo published to ipfs/kubo May 10, 2023
Published to the GitHub Advisory Database May 11, 2023
Reviewed May 11, 2023

Severity

Moderate
5.3
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

CVE ID

No known CVE

GHSA ID

GHSA-qvqg-6rp8-4p9h

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.