LiveActive security incident?Get immediate response
CVE Record

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().

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
6

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.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Linux

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2025-68749Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux48aea7f2a2efae6a1bd201061c71a81b3f3b7e55, 48aea7f2a2efae6a1bd201061c71a81b3f3b7e55, 48aea7f2a2efae6a1bd201061c71a81b3f3b7e55, 48aea7f2a2efae6a1bd201061c71a81b3f3b7e55unaffected
LinuxLinux6.8, 0, 6.12.68, 6.17.13, 6.18.2, 6.19affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.