In the Linux kernel, the following vulnerability has been resolved:
drm/vrr: Set VRR capable prop only if it is attached to connector
VRR capable property is not attached by default to the connector
It is attached only if VRR is supported.
So if the driver tries to call drm core set prop function without
it being attached that causes NULL dereference.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-07-16 13:15
Updated : 2024-07-24 18:25
NVD link : CVE-2022-48843
Mitre link : CVE-2022-48843
CVE.ORG link : CVE-2022-48843
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference