CVE-2024-35951

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-35951
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-35951.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-35951
Downstream
Related
Published
2024-05-20T10:15:10Z
Modified
2025-08-09T20:01:26Z
Summary
[none]
Details

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

drm/panfrost: Fix the error path in panfrostmmumapfaultaddr()

Subject: [PATCH] drm/panfrost: Fix the error path in panfrostmmumapfaultaddr()

If some the pages or sgt allocation failed, we shouldn't release the pages ref we got earlier, otherwise we will end up with unbalanced get/put_pages() calls. We should instead leave everything in place and let the BO release function deal with extra cleanup when the object is destroyed, or let the fault handler try again next time it's called.

References

Affected packages