cve/2024/CVE-2024-53162.md
2025-09-29 21:09:30 +02:00

885 B

CVE-2024-53162

Description

In the Linux kernel, the following vulnerability has been resolved:crypto: qat/qat_4xxx - fix off by one in uof_get_name()The fw_objs[] array has "num_objs" elements so the > needs to be >= toprevent an out of bounds read.

POC

Reference

No PoCs from references.

Github