Bug 2350393 (CVE-2024-58086) - CVE-2024-58086 kernel: drm/v3d: Stop active perfmon if it is being destroyed
Summary: CVE-2024-58086 kernel: drm/v3d: Stop active perfmon if it is being destroyed
Keywords:
Status: NEW
Alias: CVE-2024-58086
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-03-06 17:01 UTC by OSIDB Bzimport
Modified: 2025-03-07 11:30 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-03-06 17:01:35 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/v3d: Stop active perfmon if it is being destroyed

If the active performance monitor (`v3d->active_perfmon`) is being
destroyed, stop it first. Currently, the active perfmon is not
stopped during destruction, leaving the `v3d->active_perfmon` pointer
stale. This can lead to undefined behavior and instability.

This patch ensures that the active perfmon is stopped before being
destroyed, aligning with the behavior introduced in commit
7d1fd3638ee3 ("drm/v3d: Stop the active perfmon before being destroyed").

Comment 1 Avinash Hanwate 2025-03-07 06:33:47 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025030624-CVE-2024-58086-080c@gregkh/T

Comment 3 Avinash Hanwate 2025-03-07 11:26:25 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025030624-CVE-2024-58086-080c@gregkh/T


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