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 vblank_ctl_lock from dpu_encoder_virt, so it is only a
parameter of dpu_encoder_phys.
-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
Link | Resource |
---|---|
https://git.kernel.org/stable/c/14f109bf74dd67e1d0469fed859c8e506b0df53f | Mailing List Patch |
https://git.kernel.org/stable/c/45284ff733e4caf6c118aae5131eb7e7cf3eea5a | Mailing List Patch |
https://git.kernel.org/stable/c/14f109bf74dd67e1d0469fed859c8e506b0df53f | Mailing List Patch |
https://git.kernel.org/stable/c/45284ff733e4caf6c118aae5131eb7e7cf3eea5a | Mailing List Patch |
Configurations
History
14 Feb 2025, 15:38
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CWE | CWE-362 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.0 |
References | () https://git.kernel.org/stable/c/14f109bf74dd67e1d0469fed859c8e506b0df53f - Mailing List, Patch | |
References | () https://git.kernel.org/stable/c/45284ff733e4caf6c118aae5131eb7e7cf3eea5a - Mailing List, Patch |
Information
Published : 2024-03-06 07:15
Updated : 2025-02-14 15:38
NVD link : CVE-2023-52586
Mitre link : CVE-2023-52586
CVE.ORG link : CVE-2023-52586
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')