A state is a binary sequence made up of 4 bits.
Initially, there's a random and unknown state. You can choose to XOR the state with any other state. Then, the state is randomly permuted in a circular manner. This process can repeat multiple times. Can you guarantee to reach the $(0,0,0,0)$ state regardless of the initial state?
The source of the problem is unknown and I have tried to observe the behavior on different inputs, but I don't have anything specific to post.