Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

matter-labs/zksync-wallet-vue
master @ d6b7fa2
5
Fixes
0
CVEs
MEDIUM
Peak severity
60.0%
Coverage
Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
src/blocks/modals/SignPubkey.vue: most-fixed (1 issue). Treat as high-risk during review.
0 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: Incomplete or canceled public key signing flows could allow users to remain on or return to privileged transaction routes (like transfer or withdraw) instead of being redirected to a safe landing page.
Auth Bypass: A race condition in checking restricted tokens allowed bypasses if the containment validation logic evaluated before the list of acceptable tokens was fully loaded.
Prototype Pollution: Unsafe handling of the network query parameter when changing networks allowed prototype property resolution, which can lead to client-side denial of service or script execution.