Security context

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

status-im/status-legacy
develop @ 05c7dfb
40
Fixes
0
CVEs
HIGH
Peak severity
65.6%
Coverage
Highlights
Auth Bypass: 13 prior fixes. Scrutinize any change in this area.
src/status_im/commands/handlers/loading.cljs: most-fixed (3 issues). Treat as high-risk during review.
16 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: Inadequate Keycard identifier validation can allow unauthorized unblocking or PIN modifications without matching active card credentials. Ensure card UIDs are verified before executing lifecycle operations.
Code Injection: Loading remote scripts or commands dynamically from unverified DApp URLs without strict Content-Type and hash verification allows remote code execution in the client context.
Auth Bypass: WebViews bridging to sensitive device capabilities (such as the camera) or private key providers (Web3 injection) can be exploited if they lack persistent, explicit, origin-verified consent mechanisms.