Acknowledgement extension out of memory
Package
Affected versions
>= 5.0.0, <= 5.0.22
>= 6.0.0, <= 6.0.18
>= 7.0.0, <= 7.0.18
>= 8.0.0, <= 8.0.8
Patched versions
5.0.23
6.0.19
7.0.19
8.0.9
Description
Published to the GitHub Advisory Database
Jun 10, 2026
Reviewed
Jun 10, 2026
Last updated
Jun 10, 2026
Impact
Bad clients that always send a fixed batch value while the server is using the acknowledgement extension can cause the unacknowledged message queue to grow indefinitely, eventually resulting in an OutOfMemoryError.
Such bad clients would always send:
{ "channel": "/meta/connect", ... "ext": { "ack": 1 } }The server would never clear the unacknowledged message queue, and one bad client can cause a server outage.
Patches
5.0.x - cometd/cometd#2168
6.0.x - cometd/cometd#2169
8.0.x - cometd/cometd#2118
Workarounds
Disable the acknowledgement extension.
Resources
cometd/cometd#2116
cometd/cometd#2117
References