NONE · 0

CVE-2026-74699

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix memory leak in exec_queue_set_hang_replay_state() The q->replay_state is blindly overwritten, which can potentially le...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix memory leak in exec_queue_set_hang_replay_state() The q->replay_state is blindly overwritten, which can potentially leak memory that was previously allocated by vmemdup_user(). Return an error if q->replay_state is not empty. Discovered using AI-assisted static analysis confirmed by Intel Product Security. (cherry picked from commit f6b6cc1118bdbc4265fa8b3bdf8565b26f13e56e)

References

FAQ

What is CVE-2026-74699?

CVE-2026-74699 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix memory leak in exec_queue_set_hang_replay_state() The q->replay_state is blindly overwritten, which can potentially le...

How severe is CVE-2026-74699?

CVSS scoring is not yet available for CVE-2026-74699. Check NVD for updates.

Is there a patch for CVE-2026-74699?

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