CVE-2025-68749: accel/ivpu: Fix race condition when unbinding BOs
In the Linux kernel, the following vulnerability has been resolved:
accel/ivpu: Fix race condition when unbinding BOs
Fix 'Memory manager not clean during takedown' warning that occurs
when ivpu_gem_bo_free() removes the BO from the BOs list before it
gets unmapped. Then file_priv_unbind() triggers a warning in
drm_mm_takedown() during context teardown.
Protect the unmapping sequence with bo_list_lock to ensure the BO is
always fully unmapped when removed from the list. This ensures the BO
is either fully unmapped at context teardown time or present on the
list and unmapped by file_priv_unbind().
Security readout for executives and security teams
Plain-English summary
A race condition in the Linux ivpu accelerator driver can leave buffer objects incompletely unmapped during context shutdown. The supplied CVSS assessment indicates a low-privileged local user could potentially cause serious confidentiality, integrity, and availability impacts. However, the technical description documents a teardown warning and does not explain a demonstrated security impact.
Executive priority
Treat this as high priority where untrusted local users share systems exposing ivpu. Patch through normal emergency kernel maintenance after vendor confirmation. Systems without the driver or without relevant local access are lower urgency, but the supplied data is insufficient to declare them unaffected solely by version.
Technical view
ivpu_gem_bo_free() could remove a buffer object from the tracking list before unmapping completed. Concurrent file_priv_unbind() teardown could then reach drm_mm_takedown() with an unclean memory manager. The upstream correction holds bo_list_lock across unmapping and list removal, ensuring teardown either sees a fully unmapped object or can unmap the still-listed object.
Likely exposure
Exposure requires Linux systems running an affected kernel with the accel/ivpu driver and a local low-privileged attack path. The bundle names versions including 6.8, 6.12.68, 6.17.13, 6.18.2, and 6.19, but its version data is ambiguous. Confirm exact affected and fixed releases through kernel or distribution guidance.
Exploitation context
The supplied CVSS vector requires local access and low privileges, with no user interaction. The bundle reports no CISA KEV listing and provides no evidence of active exploitation or a public proof of concept. It also does not establish whether the warning is reliably exploitable beyond incorrect teardown behavior.
Researcher notes
The documented defect is a locking and object-lifecycle race during buffer-object unbinding. The fix serializes unmapping with bo_list_lock. CVSS claims complete confidentiality, integrity, and availability impact, but the source description only identifies an unclean memory-manager warning; the causal path to those security impacts is not documented in the bundle.
Mitigation direction
Update to a vendor-supported kernel containing the applicable referenced stable fix.
Check Linux distribution advisories for exact affected and corrected package versions.
Prioritize multi-user systems where untrusted local users can access the ivpu device.
Restrict unnecessary local access to accelerator devices until updates are applied.
Validation and detection
Record the running kernel and distribution package versions on systems using ivpu.
Confirm whether the ivpu driver is present, loaded, and accessible to untrusted users.
Match kernel builds against vendor advisories or the referenced stable commits.
After updating, verify the corrected kernel is running and monitor teardown warnings.
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-2025-68749 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.
1CVSS vectors
3Timeline events
0ADP providers
5Source links
CVSS vector scores
1 official score
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.