Buffer Overflow
libde265.so is vulnerable to Buffer Overflow. The vulnerability is caused by the readcodingunit function in slice.cc due to a lack of sanitization of the value obtained from intraPredMode.getx, y. It directly casts the result to an enum IntraPredMode without checking its validity. This potentiall...