Is it possible to find 128 bits $B$ such that $md5(B) = B$?
md5 has collisions that can be computed in acceptable time, but I did not find any papers on fixed points in md5.
As pointed out in this question from 2014, there is a 63.2% probability for a totally random hash function to have a fixed point. Since some time has passed, I would be interested in newer research into the topic of fixed points, even if the analysed algorithm is not md5 itself.