This is the perfect setup for a differential fault attack (DFA). This involves causes glitches at the exact right time in order to leak data from the system. In this case, AES-128 has 10 rounds. The idea with DFA is to ignore the first 8-9 rounds,
and only focus on the last 2 rounds. If you can get 1-2
bitflips in the last two rounds, you can solve for the key, which is pretty awesome! A reference to DFA can be found
here.