Highlights
Auth Bypass: 5 prior fixes. Scrutinize any change in this area.
packages/extension/src/providers/ethereum/ui/eth-verify-transaction.vue: most-fixed (3 issues). Treat as high-risk during review.
7 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Auth Bypass: A high-severity vulnerability existed where transaction sender validation relied on volatile template state rather than verifying against the actual keyring. This could allow unauthorized dApps or internal routines to bypass the standard wallet signer bounds.
Sandbox Escape: An insecure ProxyHandler in the injected Ethereum provider allowed dApps to potentially pollute prototypes or manipulate properties on the client-facing proxy, escaping execution sandbox constraints.
Cryptographic Issue: Incorrect integration of the noble ed25519 SHA-512 synchronization hook broke fundamental signature validation logic, leaving cryptographic guarantees in a broken state.