CVE-2025-37965
Last modified
CVE-2025-37965 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix invalid context error in dml helper [Why] "BUG: sleeping function called from invalid context" error. after: "drm/amd/display: Protect FPU in dml2_validate()/dml21_validate()" The populate_dml_plane_cfg_from_plane_state() uses the GFP_KERNEL flag for memory allocation, which shouldn't be used in atomic contexts. The allocation is needed only for using another helper function get_scaler_data_for_plane(). [How] Modify helpers to pass a pointer to scaler_data within existing context, eliminating the need for dynamic memory allocation/deallocation and copying. (cherry picked from commit bd3e84bc98f81b44f2c43936bdadc3241d654259). EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix invalid context error in dml helper [Why] "BUG: sleeping function called from invalid context" error. after: "drm/amd/display: Protect FPU in dml2_validate()/dml21_validate()" The populate_dml_plane_cfg_from_plane_state() uses the GFP_KERNEL flag for memory allocation, which shouldn't be used in atomic contexts. The allocation is needed only for using another helper function get_scaler_data_for_plane(). [How] Modify helpers to pass a pointer to scaler_data within existing context, eliminating the need for dynamic memory allocation/deallocation and copying. (cherry picked from commit bd3e84bc98f81b44f2c43936bdadc3241d654259)
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.12.25, < 6.12.29 | — |
| Linux | Linux Kernel | >= 6.14.4, < 6.14.7 | — |
| Linux | Linux Kernel | 6.15 | Rc2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-37965?
How severe is CVE-2025-37965?
How do I fix CVE-2025-37965?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-3796A vulnerability classified as critical has been found in PHP…8.8
- CVE-2025-37960In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37961In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37962In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37963In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37964In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37966In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37967In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37968In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37969In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3797A vulnerability classified as critical was found in SeaCMS u…7.2
- CVE-2025-37970In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-37965?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
