
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2021-46102 affects Solana rBPF versions 0.2.14 to 0.2.16. The vulnerability exists in the 'relocate' function within src/elf.rs, where an integer overflow bug occurs because the sym.st_value is read directly from the ELF file without proper validation. This vulnerability was discovered in December 2021 and was patched shortly after discovery (BlockSec Blog).
The vulnerability stems from an unchecked integer arithmetic operation in the relocate function. When calculating the variable 'addr' via the expression 'addr = (sym.stvalue + refdpa) as u64', if sym.st_value is sufficiently large, it can trigger an integer overflow. The issue was introduced in version 0.2.14 through PR #200 and was subsequently fixed using safemath mechanism in PR #236. The vulnerability has been assigned a CVSS v3.1 Base Score of 7.5 (HIGH) with vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H (NVD).
If exploited, this vulnerability could allow an attacker to create a malicious ELF file as a smart contract that triggers the integer overflow. When executed, this would cause the rBPF to panic with an 'add with overflow' error, resulting in a denial of service attack. The node would become stuck at 'Finalizing transaction', preventing the execution of subsequent transactions and potentially affecting the entire Solana network (BlockSec Blog).
The vulnerability was fixed in a patch released shortly after discovery on December 6, 2021. The fix implements proper integer arithmetic checks using safemath mechanism. Users should upgrade to the patched version of rBPF. By December 30, 2021, more than 86% of the validators had upgraded to the newest version containing the fix (BlockSec Blog).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."