CVE Catalog

CVE-2022-49645

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.28%

20th percentile - higher than 20% of all known CVEs

Summary

In the Linux kernel, a vulnerability was found in the drm/panfrost driver where calling the madvise IOCTL twice on a BO causes memory shrinker list corruption. This leads to the BO being added to the list twice, causing memory corruption and kernel crash.

Risk Assessment

The vulnerability can lead to system crash (kernel panic) or potentially unauthorized memory access. It requires access to the panfrost DRM interface, which typically implies local privileges.

Recommendation

It is recommended to update the Linux kernel to a version containing the fix for CVE-2022-49645. Also restrict access to graphics devices for untrusted users.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix shrinker list corruption by madvise IOCTL Calling madvise IOCTL twice on BO causes memory shrinker list corruption and crashes kernel because BO is already on the list and it's added to the list again, while BO should be removed from the list before it's re-added. Fix it.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS