Bug 2345195 (CVE-2025-21697) - CVE-2025-21697 kernel: drm/v3d: Ensure job pointer is set to NULL after job completion
Summary: CVE-2025-21697 kernel: drm/v3d: Ensure job pointer is set to NULL after job c...
Keywords:
Status: NEW
Alias: CVE-2025-21697
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-02-12 14:02 UTC by OSIDB Bzimport
Modified: 2025-02-24 08:05 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-02-12 14:02:46 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/v3d: Ensure job pointer is set to NULL after job completion

After a job completes, the corresponding pointer in the device must
be set to NULL. Failing to do so triggers a warning when unloading
the driver, as it appears the job is still active. To prevent this,
assign the job pointer to NULL after completing the job, indicating
the job has finished.


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