In the Linux kernel, the following vulnerability has been resolved:
media: rockchip: rga: Fix possible ERRPTR dereference in rgabuf_init()
rgagetframe() can return ERRPTR(-EINVAL) when buffer type is unsupported or invalid. rgabuf_init() does not check the return value and unconditionally dereferences the pointer when accessing f->size.
Add proper ERR_PTR checking and return the error to prevent dereferencing an invalid pointer.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43297.json",
"cna_assigner": "Linux"
}