Out-of-bound index access is possible in the function getAnchorPrice of Router.sol if the number of anchors equals 1 or 2. Also, the returned anchor price is not the overall median in those situations. Router.sol#L288
Recommend consider using arrayPrices.length/2 as the index to get the median of prices.
