CVE-2023-52586

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-52586
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-52586.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-52586
Downstream
Related
Published
2024-03-06T07:15:07Z
Modified
2025-08-09T20:01:26Z
Severity
  • 7.0 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/msm/dpu: Add mutex lock in control vblank irq

Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering the vblank irq callback.

v4: -Removed vblankctllock from dpuencodervirt, so it is only a parameter of dpuencoderphys. -Switch from atomic refcnt to a simple int counter as mutex has now been added v3: Mistakenly did not change wording in last version. It is done now. v2: Slightly changed wording of commit message

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

References

Affected packages