NONE · 0

CVE-2023-54202

In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix race condition UAF in i915_perf_add_config_ioctl Userspace can guess the id value and try to race oa_config object c...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix race condition UAF in i915_perf_add_config_ioctl Userspace can guess the id value and try to race oa_config object creation with config remove, resulting in a use-after-free if we dereference the object after unlocking the metrics_lock. For that reason, unlocking the metrics_lock must be done after we are done dereferencing the object. [tursulin: Manually added stable tag.] (cherry picked from commit 49f6f6483b652108bcb73accd0204a464b922395)

References

FAQ

What is CVE-2023-54202?

CVE-2023-54202 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix race condition UAF in i915_perf_add_config_ioctl Userspace can guess the id value and try to race oa_config object c...

How severe is CVE-2023-54202?

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

Is there a patch for CVE-2023-54202?

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