VDB
KO
HIGH

GHSA-429q-fhh4-r6hj

Anchor: `InterfaceAccount` allows account substitution between unexpected types

Details

### Impact Any uses of `InterfaceAccount` allows another unexpected account type to be passed, after https://github.com/solana-foundation/anchor/pull/3837 disabled discriminator checking for this type.

The bug was originally reported and fixed in https://github.com/solana-foundation/anchor/pull/4139, see that PR for more details.

### Patches https://github.com/solana-foundation/anchor/pull/4139 patched the issue and was released in `1.0.0-rc.2`. Users should upgrade to the latest released version of Anchor 1.0.

### References Bug landed in: https://github.com/solana-foundation/anchor/pull/3837 Bug fixed in: https://github.com/solana-foundation/anchor/pull/4139

Are you affected?

Enter the version of the package you're using.

Affected packages

crates.io / anchor-lang
Introduced in: 1.0.0-rc.1 Fixed in: 1.0.0-rc.2

Upgrade anchor-lang to 1.0.0-rc.2 or newer (ecosystem crates.io).

References