The Python pickle format is a bytecode [1], although not a Turing-complete one, I think.
[1] https://formats.kaitai.io/python_pickle/
Pickle is definitely turing-complete. It's a super easy way to RCE your system.
Pickle is definitely turing-complete. It's a super easy way to RCE your system.