GHSA-xwqr-xmgg-j69q · Severity: high · Ecosystem: rust — Integer overflow in solana_rbpf
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 the variable "addr" via "addr = (sym.st_value + refd_pa) as u64";
Conclusion & alert: CVE-2021-46102 is rated High Exploit Risk (68.9/100): CVSS High severity, with medium exploitation likelihood (EPSS 0.56%). Core evidence: 2 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ | |
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-03-28 | 0.53% | 0.56% | +0.03% |
| 2 | 2025-11-21 | 0.56% | 0.53% | -0.03% |
| 3 | 2025-11-18 | — | 0.56% | — |
Full EPSS history (12 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
| 5.0 | 2.0 | MEDIUM |
|
10.0 | 2.9 | [email protected] |
GHSA-xwqr-xmgg-j69q · Severity: high · Ecosystem: rust — Integer overflow in solana_rbpf
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| solanalabs | rbpf | >= 0.2.14, <= 0.2.16 | cpe:2.3:a:solanalabs:rbpf:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://blocksecteam.medium.com/new-integer-overflow-bug-discovered-in-solana-rbpf-7729717159ee | Exploit Third Party Advisory |
| https://github.com/solana-labs/rbpf/blob/c14764850f0b83b58aa013248eaf6d65836c1218/src/elf.rs#L609-L630 | Exploit Third Party Advisory |
| https://github.com/solana-labs/rbpf/pull/200 | Patch Third Party Advisory |
| https://github.com/solana-labs/rbpf/pull/236 | Patch Third Party Advisory |