Security context

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

uniswap/v3-periphery
main @ 0682387
2
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Access Control: 1 prior fix. Scrutinize any change in this area.
RouterPositions.sol: most-fixed (1 issue). Treat as high-risk during review.
2 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: Attackers can potentially trigger unauthorized mint or swap callbacks if the sender address is not validated against the deterministically computed Uniswap V3 pool address. This bypass could allow malicious contracts to simulate pool actions.
Access Control: Callback parameters must be strictly validated to prevent attackers from specifying arbitrary payers or excessive slippage limits during callback operations, protecting user funds from unauthorized pull-liquidity attacks.