Skip to content

pocketmine/raklib reliable-ordered queue size is unlimited, allowing a session to hog server memory

Moderate severity GitHub Reviewed Published Nov 15, 2023 in pmmp/RakLib • Updated Nov 15, 2023

Package

composer pocketmine/raklib (Composer)

Affected versions

>= 0.14.0, < 0.14.6
>= 0.15.0, < 0.15.1

Patched versions

0.14.6
0.15.1

Description

Impact

A client can send reliable-ordered packets 0, 2, 3, 4, 5 ... etc, and all the packets 2 and up will stay in the reliable-ordered queue until 1 arrives. A malicious client can exploit this to waste all available server memory by simply never sending the missing packet. Since the server doesn't make any effort to limit the size of the queue or detect this kind of abuse, this problem is easy to abuse.

Patches

This bug was fixed on the 0.14.x and 0.15.x release lines by 371190f5854372154d1b263cd2a10e658e92bebe.

Workarounds

No workaround is known.

References

@dktapps dktapps published to pmmp/RakLib Nov 15, 2023
Published to the GitHub Advisory Database Nov 15, 2023
Reviewed Nov 15, 2023
Last updated Nov 15, 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

Weaknesses

CVE ID

No known CVE

GHSA ID

GHSA-w98g-5fmx-wm4x

Source code

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