Lucene search

K
osvGoogleOSV:CVE-2024-42260
HistoryAug 17, 2024 - 9:15 a.m.

CVE-2024-42260

2024-08-1709:15:07
Google
osv.dev
linux kernel
vulnerability
resolved
drm/v3d
performance extension
handle validation
driver.

AI Score

6.8

Confidence

High

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

drm/v3d: Validate passed in drm syncobj handles in the performance extension

If userspace provides an unknown or invalid handle anywhere in the handle
array the rest of the driver will not handle that well.

Fix it by checking handle was looked up successfully or otherwise fail the
extension by jumping into the existing unwind.

(cherry picked from commit a546b7e4d73c23838d7e4d2c92882b3ca902d213)

AI Score

6.8

Confidence

High