In the Linux kernel, the following vulnerability has been resolved:
drm/i915: Fix potential context UAFs
gem_context_register() makes the context visible to userspace, and which
point a separate thread can trigger the I915_GEM_CONTEXT_DESTROY ioctl.
So we need to ensure that nothing uses the ctx ptr after this. And we
need to ensure that adding the ctx to the xarray is the *last* thing
that gem_context_register() does with the ctx pointer.
[tursulin: Stable and fixes tags add/tidy.]
(cherry picked from commit bed4b455cf5374e68879be56971c1da563bcd90c)
Security readout for executives and security teams
Plain-English summary
CVE-2023-52913 is a Linux kernel flaw in the Intel i915 graphics driver. A local user could potentially trigger a use-after-free race and gain high-impact control over confidentiality, integrity, or availability. It is not a remote internet-facing bug based on the provided CVSS vector.
Executive priority
Prioritize patching on multi-user Linux workstations, shared engineering systems, and endpoints with untrusted local users. Treat as high severity, but not as an internet-wide emergency based on current source evidence.
Technical view
The issue is in drm/i915 gem_context_register(). The context becomes visible to userspace before the function finishes using the ctx pointer. Another thread can call I915_GEM_CONTEXT_DESTROY, creating potential context use-after-free. The fix ensures adding the context to the xarray is the last operation using that pointer.
Likely exposure
Linux systems using affected kernel builds with the i915 DRM driver are the relevant exposure. The source lists Linux kernel affected entries including 5.10, 5.15.171, 6.1.7, and 6.2 data; validate exact exposure through your distribution’s kernel advisories.
Exploitation context
The CVSS vector is local, low complexity, low privileges, and no user interaction. The source bundle does not show CISA KEV listing or active exploitation. Exploitation would require local access to a vulnerable system and access to the affected driver path.
Researcher notes
The public description identifies a race between context registration visibility and context destruction. The referenced stable commits are the primary technical sources. No CWE, exploit proof, or distribution-specific fixed package list is provided in the bundle.
Mitigation direction
Apply a vendor kernel update containing the referenced upstream stable fixes.
Check Linux distribution advisories for CVE-2023-52913-specific package versions.
If updates are delayed, reduce untrusted local shell or desktop access where feasible.
Reboot into the updated kernel after patch installation.
Validation and detection
Inventory Linux hosts and identify kernel versions in use.
Confirm whether the i915 DRM driver is present or loaded.
Compare installed kernel packages against distribution advisories for this CVE.
Verify the running kernel is the updated kernel after reboot.
Record systems without vendor-confirmed fixed builds for follow-up.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2023-52913 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.