When I run "cat /bin/bash",the final interactive prompt becomes
sh-5.0$ 1;2c1;2c
sh: 1: command not found
sh: 2c1: command not found
sh: 2c: command not found
sh-5.0$
And when I press "Enter", it runs something! The cat command only writes to stdout, why there are some bytes being put into stdin? Is this a vulnerability?