You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During fuzzing with beaconfuzz, I found that the following input leads to a memory exhaustion failure (Out Of Memory - OOM). This issue will lead to a complete denial of service (DoS) of the nodejs and the server when trying to allocate to much memory.
Expected behavior
Should throw an Error since this enr string is invalid.
zcli reject this ENR recort string with the following message:
$ zcli net enr 7969
input: 7969
invalid ENR RLP encoding
rlp: value size exceeds available input length
Describe the bug
During fuzzing with beaconfuzz, I found that the following input leads to a memory exhaustion failure (Out Of Memory - OOM). This issue will lead to a complete denial of service (DoS) of the nodejs and the server when trying to allocate to much memory.
Expected behavior
Should throw an
Error
since this enr string is invalid.zcli
reject this ENR recort string with the following message:Steps to Reproduce
oom_enr_lodestar.js:
Run:
Desktop (please complete the following information):
Ubuntu 18.04
0.2.4
v12.9.1
The text was updated successfully, but these errors were encountered: