NONE · 0

CVE-2023-54101

In the Linux kernel, the following vulnerability has been resolved: driver: soc: xilinx: use _safe loop iterator to avoid a use after free The hash_for_each_possible() loop dereferences "eve_data" t...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: driver: soc: xilinx: use _safe loop iterator to avoid a use after free The hash_for_each_possible() loop dereferences "eve_data" to get the next item on the list. However the loop frees eve_data so it leads to a use after free. Use hash_for_each_possible_safe() instead.

References

FAQ

What is CVE-2023-54101?

CVE-2023-54101 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: driver: soc: xilinx: use _safe loop iterator to avoid a use after free The hash_for_each_possible() loop dereferences "eve_data" t...

How severe is CVE-2023-54101?

CVSS scoring is not yet available for CVE-2023-54101. Check NVD for updates.

Is there a patch for CVE-2023-54101?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.