← Πίσω στην αναζήτηση CVE

CVE-2026-45137

Anchor

Περιγραφή

Anchor is a framework providing several convenient developer tools for writing Solana programs. From 1.0.0 to before 1.0.2, an logic error causes anchor programs to accept any program id when requiring the system program id, causing false assumptions resulting in potential arbitrary cpi in programs that invoke system program instructions. In the TryFrom<&-a AccountInfo<-a>> implementation for Program<-a, T>, the id of T is compared with Pubkey::default() to check whether anchor should allow any executable account, or a specific account, because when no T is supplied, T defaults to (), which implements Id::id() by returning Pubkey::default(). This results in T = () and T = System (which has Pubkey::default() as the id) having the same behavior, both allow any executable account. Programs built with anchor assume that the anchor runtime verifies passed in programs of type Program<-a, System> are in fact the system program. This false assumption can lead to arbitrary CPI or payment bypass...

CVSS 8.2EPSS 0.246%Κίνδυνος 0.84
Προβολή πηγής
Δημοσίευση
2026-05-27 21:16:18
Επηρεαζόμενες εκδόσεις
>=1.0.0,<1.0.2
Τύπος
Package
Διάνυσμα
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N