Bug 2429600 (CVE-2025-71124) - CVE-2025-71124 kernel: drm/msm/a6xx: move preempt_prepare_postamble after error check
Summary: CVE-2025-71124 kernel: drm/msm/a6xx: move preempt_prepare_postamble after err...
Keywords:
Status: NEW
Alias: CVE-2025-71124
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-14 16:03 UTC by OSIDB Bzimport
Modified: 2026-01-15 10:18 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-14 16:03:37 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/msm/a6xx: move preempt_prepare_postamble after error check

Move the call to preempt_prepare_postamble() after verifying that
preempt_postamble_ptr is valid. If preempt_postamble_ptr is NULL,
dereferencing it in preempt_prepare_postamble() would lead to a crash.

This change avoids calling the preparation function when the
postamble allocation has failed, preventing potential NULL pointer
dereference and ensuring proper error handling.

Patchwork: https://patchwork.freedesktop.org/patch/687659/


Note You need to log in before you can comment on or make changes to this bug.