Bug 2486441 (CVE-2026-46310) - CVE-2026-46310 kernel: media: renesas: vsp1: Fix NULL pointer deref on module unload
Summary: CVE-2026-46310 kernel: media: renesas: vsp1: Fix NULL pointer deref on module...
Keywords:
Status: NEW
Alias: CVE-2026-46310
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-08 17:02 UTC by OSIDB Bzimport
Modified: 2026-06-08 18:22 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-08 17:02:02 UTC
In the Linux kernel, the following vulnerability has been resolved:

media: renesas: vsp1: Fix NULL pointer deref on module unload

When unloading the module on gen 4, we hit a NULL pointer dereference.
This is caused by the cleanup code calling vsp1_drm_cleanup() where it
should be calling vsp1_vspx_cleanup().

Fix this by checking the IP version and calling the drm or vspx function
accordingly, the same way as the init code does.


Note You need to log in before you can comment on or make changes to this bug.