There is an Assertion `scaling_list_pred_matrix_id_delta==1 failed at sps.cc:925 in libde265 v1.0.8 when decoding file, which allows attackers to cause a Denial of Service (DoS) by running the application with a crafted file or possibly have unspecified other impact.
The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Libde265 | Struktur | 1.0.8 (including) | 1.0.8 (including) |
Libde265 | Ubuntu | bionic | * |
Libde265 | Ubuntu | esm-apps/bionic | * |
Libde265 | Ubuntu | esm-apps/xenial | * |
Libde265 | Ubuntu | focal | * |
Libde265 | Ubuntu | hirsute | * |
Libde265 | Ubuntu | impish | * |
Libde265 | Ubuntu | jammy | * |
Libde265 | Ubuntu | kinetic | * |
Libde265 | Ubuntu | lunar | * |
Libde265 | Ubuntu | trusty | * |
Libde265 | Ubuntu | xenial | * |
While assertion is good for catching logic errors and reducing the chances of reaching more serious vulnerability conditions, it can still lead to a denial of service. For example, if a server handles multiple simultaneous connections, and an assert() occurs in one single connection that causes all other connections to be dropped, this is a reachable assertion that leads to a denial of service.