In the Linux kernel, the following vulnerability has been resolved:
drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference
In cdns_mhdp_atomic_enable(), the return value of drm_mode_duplicate() is
assigned to mhdp_state->current_mode, and there is a dereference of it in
drm_mode_set_name(), which will lead to a NULL pointer dereference on
failure of drm_mode_duplicate().
Fix this bug add a check of mhdp_state->current_mode.
Metrics
Affected Vendors & Products
References
History
Thu, 07 Nov 2024 17:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
cvssV3_1
|
cvssV3_1
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-06-19T13:35:21.349Z
Updated: 2024-11-07T16:40:10.480Z
Reserved: 2024-06-18T19:36:34.920Z
Link: CVE-2024-38548
Vulnrichment
Updated: 2024-08-02T04:12:25.373Z
NVD
Status : Awaiting Analysis
Published: 2024-06-19T14:15:15.063
Modified: 2024-11-21T09:26:18.933
Link: CVE-2024-38548
Redhat