Bug 2420424 (CVE-2025-40340)
| Summary: | CVE-2025-40340 kernel: drm/xe: Fix oops in xe_gem_fault when running core_hotunplug test | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
| Status: | NEW --- | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | Keywords: | Security |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: |
A NULL pointer dereference flaw was found in the Linux kernel's Intel Xe GPU driver. In xe_gem_fault(), after a device hotplug unbind-rebind cycle, a race condition can occur where a process has memory mapped but the TTM buffer object's resource pointer becomes NULL. When the fault handler attempts to check the memory type via mem_type_is_vram(tbo->resource->mem_type), it dereferences the NULL pointer, causing a kernel panic. A local user could potentially trigger this through GPU hotplug operations.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
OSIDB Bzimport
2025-12-09 05:02:27 UTC
|