CVE & CISA-KEV Catalog

CVE-2025-38690

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: drm/xe/migrate: prevent infinite recursion If the buf + offset is not aligned to XE_CAHELINE_BYTES we fallback to using a bounce buffer. However the bounce buffer here is allocated on the stack, and the only alignment requirement here is that it's naturally aligned to u8, and not XE_CACHELINE_BYTES. If the bounce buffer is also misaligned we then recurse back into the function again, however the new bounce buffer might also not be aligned, and might never be until we eventually blow through the stack, as we keep recursing. Instead of using the stack use kmalloc, which should respect the power-of-two alignment request here. Fixes a kernel panic when triggering this path through eudebug. v2 (Stuart): - Add build bug check for power-of-two restriction - s/EINVAL/ENOMEM/ (cherry picked from commit 38b34e928a08ba594c4bbf7118aa3aadacd62fff)

How to fix

Remediation Available
linux kernelNVD
Affected:>= 6.16, < 6.16.2Fixed in:6.16.2CVE-2025-38690derived from NVD

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

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

Exploit Intelligence

0.13%probability of exploitation in 30 days
3rdpercentile

Low risk: more likely to be exploited than 3% of all known CVEs.

References

Related Vulnerabilities

Other CWE-617 vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2020-8617High7.593%-Fix
CVE-2020-36222High7.578%-Fix
CVE-2006-5779High7.575%-Fix
CVE-2021-27212High7.564%-Fix
CVE-2018-5740High7.559%-Fix
CVE-2023-28425Medium5.555%-Fix
Embed a live status badge for CVE-2025-38690
CVE-2025-38690 severity badge

Markdown

[![CVE-2025-38690](https://tridentstack.com/cve/badge/CVE-2025-38690.svg)](https://tridentstack.com/cve/CVE-2025-38690)

HTML

<a href="https://tridentstack.com/cve/CVE-2025-38690"><img src="https://tridentstack.com/cve/badge/CVE-2025-38690.svg" alt="CVE-2025-38690"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-11-24.