CVE-2026-43297
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
08/05/2026
Last modified:
15/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
media: rockchip: rga: Fix possible ERR_PTR dereference in rga_buf_init()<br />
<br />
rga_get_frame() can return ERR_PTR(-EINVAL) when buffer type is<br />
unsupported or invalid. rga_buf_init() does not check the return value<br />
and unconditionally dereferences the pointer when accessing f->size.<br />
<br />
Add proper ERR_PTR checking and return the error to prevent<br />
dereferencing an invalid pointer.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.8 (including) | 6.12.75 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.18.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.6 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



