CVE Catalog

CVE-2026-46310

MediumCVSS 5.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.11%

2th percentile - higher than 2% of all known CVEs

Summary

In the Renesas VSP1 driver in the Linux kernel, a NULL pointer dereference occurs when unloading the module on gen 4. The cleanup code calls vsp1_drm_cleanup() instead of vsp1_vspx_cleanup() for the appropriate IP version. The fix checks the IP version and calls the correct function.

Risk Assessment

The risk is a system crash or kernel panic during module unload, which could affect system stability.

Recommendation

Update the Linux kernel to a version that includes the fix for the Renesas VSP1 driver.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS