VYPR

Rbpf

by Solanalabs

Source repositories

CVEs (2)

  • CVE-2022-31264HigMay 21, 2022
    risk 0.42cvss 7.5epss 0.01

    Solana solana_rbpf before 0.2.29 has an addition integer overflow via invalid ELF program headers. elf.rs has a panic via a malformed eBPF program.

  • CVE-2021-46102HigJan 27, 2022
    risk 0.00cvss 7.5epss 0.02

    From version 0.2.14 to 0.2.16 for Solana rBPF, function "relocate" in the file src/elf.rs has an integer overflow bug because the sym.st_value is read directly from ELF file without checking. If the sym.st_value is rather large, an integer overflow is triggered while calculating…