#37462 [BC-Low] Invalid RLP decoding for single bytes
Description
Brief/Intro
Vulnerability Details
RLP encoding is defined as follows:
...
- For a single byte whose value is in the `[0x00, 0x7f]` (decimal `[0, 127]`) range, that byte is its own RLP encoding.
...Impact Details
References
Proof of Concept
Proof of Concept
Previous#38169 [SC-Insight] Deferred Evaluation Of `Default_Return_Value` May Skip Side Effect ExecutionNext#37442 [BC-Insight] Potential Address Collision with Precompile Contract During Contract Deployment
Was this helpful?