If a core tries a read/write on a particular block, and that block is not present in its own cache, then it has to take one of its block on a particular basis( could be LRU). So a least recently used block is now modified, hence its called as the victim as we are modifying that block instead of any other.