Security context

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

ledgerhq/ledger-live-mobile
develop @ ed5ec73
6
Fixes
0
CVEs
HIGH
Peak severity
50.0%
Coverage
Highlights
Auth Bypass: 6 prior fixes. Scrutinize any change in this area.
src/context/AuthPass/index.js: most-fixed (5 issues). Treat as high-risk during review.
1 high-severity fix 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: The application's passcode and biometric lock screen repeatedly suffered from bypasses due to incorrect AppState event handling, allowing access to application data without re-authentication when backgrounding or transitioning state on mobile devices.
Auth Bypass: A high-severity bypass during the buy flow allowed transactions to proceed without enforcing physical cryptographic address verification on the hardware device, leaving the user vulnerable to address-spoofing and man-in-the-middle attacks.
Auth Bypass: A layout flaw in the AuthPass component allowed UI elements or application data to be exposed beneath the passcode lock screen because the view container did not utilize a sufficiently high z-index overlay.