CVE Catalog

CVE-2025-39709

MediumCVSS 5.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.15%

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

Summary

In the Linux kernel, the venus driver lacks protection against spurious interrupts during probe. Registering the IRQ before handler initialization can lead to a NULL dereference during system boot on Rb3Gen2.

Risk Assessment

A spurious interrupt during probe can crash the venus driver, leading to system instability or denial of service for video processing.

Recommendation

Update the Linux kernel to a version that initializes the interrupt handler before registering the IRQ in the venus driver.

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: media: venus: protect against spurious interrupts during probe Make sure the interrupt handler is initialized before the interrupt is registered. If the IRQ is registered before hfi_create(), it's possible that an interrupt fires before the handler setup is complete, leading to a NULL dereference. This error condition has been observed during system boot on Rb3Gen2.

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