Bug 2298184 (CVE-2022-48843) - CVE-2022-48843 kernel: drm/vrr: Set VRR capable prop only if it is attached to connector
Summary: CVE-2022-48843 kernel: drm/vrr: Set VRR capable prop only if it is attached t...
Keywords:
Status: NEW
Alias: CVE-2022-48843
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: 2024-07-16 13:22 UTC by OSIDB Bzimport
Modified: 2024-08-27 16:06 UTC (History)
4 users (show)

Fixed In Version: kernel 5.4.186, kernel 5.10.107, kernel 5.15.30, kernel 5.16.16, kernel 5.17
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-07-16 13:22:57 UTC
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.


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