In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix use-after-free of CPU job query arrays on error path The CPU job ioctl's fail label calls kvfree() on cpu_job's time…
Info
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix use-after-free of CPU job query arrays on error path The CPU job ioctl's fail label calls kvfree() on cpu_job's timestamp and performance query arrays after v3d_job_cleanup(), which drops the job's last reference and frees cpu_job. Reading cpu_job at that point is a use-after-free. Also, on the early v3d_job_init() failure path, it is a NULL dereference, since v3d_job_deallocate() zeroes the local pointer. In th…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/0f8efc45740b0628a787d1b0be8a0ddabd700625
- https://git.kernel.org/stable/c/69c2a1fec2e7ca25598180816f3bc56e1842eb41
- https://git.kernel.org/stable/c/acd55ea40d03e06f20a9986363019e0e5173990e
- https://git.kernel.org/stable/c/b0fe80c0b9250b35e2211bf3117e7aca814a21b0
Timeline
- nvd_ingest NVD