I started facing this issue after updating to Drupal 7.103. I noticed that the issue occurs because the file_validate_is_image validation fails because the URI extension changes to .tmp.
I fixed this issue by removing this validation since I am already validating the image file extension, so this is not a problem for me.
This could be a clue for someone to implement a proper fix.