CVE-2025-40336

Description

In the Linux kernel, the following vulnerability has been resolved:drm/gpusvm: fix hmm_pfn_to_map_order() usageHandle the case where the hmm range partially covers a huge page (like2M), otherwise we can potentially end up doing something nasty likemapping memory which is outside the range, and maybe not even mapped bythe mm. Fix is based on the xe userptr code, which in a future patchwill directly use gpusvm, so needs alignment here.v2: - Add kernel-doc (Matt B) - s/fls/ilog2/ (Thomas)

Risk Information

Base Score
7.0
MODERATE
Vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U
EPSS Score
Exploitation Probability
0.027

Associated Vulnerability

No records found

Patch Details

No records found

References

https://nvd.nist.gov/vuln/detail/CVE-2023-1234
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1234