If I know the plaintext I can change CTR encrypted messages e.g. If I know EncCTR(M1) and I know M1, I can make a ciphertext that decrypts to any message I want, e.g. M2 New ciphertext is EncCTR(M1)⊕(M1⊕M2) Decrypt it DecCTR(EncCTR(M1)⊕(M1⊕M2))=DecCTR(Enc(NjjCtr)⊕M1)⊕(M1⊕M2)=Enc(NjjCtr)⊕(Enc(NjjCtr)⊕M1)⊕(M1⊕M2)=M2