CVE-2023-33860
Mié, 10/07/2024 – 16:15
CVE-2023-33860
CVE-2023-33860
Mié, 10/07/2024 – 16:15
CVE-2023-33860
CVE-2024-40417
Mié, 10/07/2024 – 16:15
CVE-2024-40417
CVE-2024-40412
Mié, 10/07/2024 – 16:15
CVE-2024-40412
CVE-2024-3798
Mié, 10/07/2024 – 12:15
CVE-2024-3798
This issue affects Phoniebox in all releases through 2.7. Newer releases were not tested, but they might also be vulnerable.
CVE-2024-3799
Mié, 10/07/2024 – 12:15
CVE-2024-3799
This issue affects Phoniebox in all releases through 2.7. Newer releases were not tested, but they might also be vulnerable.
CVE-2024-6422
Mié, 10/07/2024 – 08:15
CVE-2024-6422
CVE-2024-6421
Mié, 10/07/2024 – 08:15
CVE-2024-6421
CVE-2024-5664
Mié, 10/07/2024 – 08:15
CVE-2024-5664
CVE-2024-39493
Mié, 10/07/2024 – 08:15
CVE-2024-39493
crypto: qat – Fix ADF_DEV_RESET_SYNC memory leak
Using completion_done to determine whether the caller has gone
away only works after a complete call. Furthermore it's still
possible that the caller has not yet called wait_for_completion,
resulting in another potential UAF.
Fix this by making the caller use cancel_work_sync and then freeing
the memory safely.
CVE-2024-39492
Mié, 10/07/2024 – 08:15
CVE-2024-39492
mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdown
The return value of pm_runtime_get_sync() in cmdq_mbox_shutdown()
will return 1 when pm runtime state is active, and we don't want to
get the warning message in this case.
So we change the return value