CVE-2025-71141
MediumIn the Linux kernel, the following vulnerability has been resolved: drm/tilcdc: Fix removal actions in case of failed probe The drm_kms_helper_poll_fini() and drm_atomic_helper_shutdown() helpers should only be called when the device has been successfully registered. Currently, these functions are called unconditionally in tilcdc_fini(), which causes warnings during probe deferral scenarios. [ 7.972317] WARNING: CPU: 0 PID: 23 at drivers/gpu/drm/drm_atomic_state_helper.c:175 drm_atomic_helper_crtc_duplicate_state+0x60/0x68 ... [ 8.005820] drm_atomic_helper_crtc_duplicate_state from drm_atomic_get_crtc_state+0x68/0x108 [ 8.005858] drm_atomic_get_crtc_state from drm_atomic_helper_disable_all+0x90/0x1c8 [ 8.005885] drm_atomic_helper_disable_all from drm_atomic_helper_shutdown+0x90/0x144 [ 8.005911] drm_atomic_helper_shutdown from tilcdc_fini+0x68/0xf8 [tilcdc] [ 8.005957] tilcdc_fini [tilcdc] from tilcdc_pdev_probe+0xb0/0x6d4 [tilcdc] Fix this by rewriting the failed probe cleanup path using the standard goto error handling pattern, which ensures that cleanup functions are only called on successfully initialized resources. Additionally, remove the now-unnecessary is_registered flag.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected versions
Linux kernel versions
6.6.2,
6.5.12,
6.7
and later are affected. Fixed in
6.6.120,
6.18.4,
6.19
and their respective stable series.
References
The following references provide additional information about CVE-2025-71141 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/21e52dc7762908c3d499cfb493d1b8281fc1d3ab
-
PatchKernel patch commithttps://git.kernel.org/stable/c/71be8825e83c90c1e020feb77b29e6a99629e642
-
PatchKernel patch commithttps://git.kernel.org/stable/c/a585c7ef9cabda58088916baedc6573e9a5cd2a7
Frequently asked questions
-
What is CVE-2025-71141?
CVE-2025-71141 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 6.6.2 onward and has been patched in 6.6.120, 6.18.4 and 6.19. CVE-2025-71141 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2025-71141?
CVE-2025-71141 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2025-71141?
Yes — CVE-2025-71141 has been patched. Fixed versions include 6.6.120, 6.18.4 and 6.19. If you are running Linux kernel 6.6.2 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2025-71141 actively exploited?
No — CVE-2025-71141 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.