CVE-2025-39709: media: venus: protect against spurious interrupts during probe
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.
Security readout for executives and security teams
Plain-English summary
A startup timing flaw in the Linux Venus media driver can crash the kernel if an interrupt arrives before its handler is fully initialized. The observed consequence is loss of availability, including during system boot. The source bundle reports no confidentiality or integrity impact.
Executive priority
Treat this as a normal-priority availability remediation, elevated for embedded, appliance, or boot-sensitive systems using the Venus driver. It is not supported as an internet-scale or actively exploited threat, but repeated boot failures could disrupt operations. Patch through established kernel or firmware maintenance channels.
Technical view
During driver probe, the IRQ could be registered before hfi_create() completed interrupt-handler initialization. A spurious interrupt in that window could dereference NULL and crash the kernel. The correction initializes the handler before registering the interrupt. CVSS 3.1 is 5.5: local, low-complexity, low-privilege, no user interaction, with high availability impact.
Likely exposure
Exposure is concentrated on Linux systems using the affected Venus media driver, particularly compatible hardware and kernels identified by vendors. The bundle lists affected kernel versions spanning 4.13 through 6.17 and notes the failure on Rb3Gen2. Distributor backports may change actual exposure, so version strings alone are insufficient.
Exploitation context
The supplied record is not in KEV and provides no evidence of active exploitation. Triggering requires local conditions and a narrowly timed interrupt during driver initialization. The failure has been observed during boot, but the sources do not establish deliberate exploitation or reliable attacker control.
Researcher notes
The vulnerability is an initialization-order race in the Venus media driver rather than a general Linux networking flaw. Assessment should correlate driver presence, hardware compatibility, kernel lineage, and vendor backports. The bundle supplies multiple stable-tree corrections but no CWE classification, exploit evidence, or proof that every listed version is exploitable on all hardware.
Mitigation direction
Install a vendor or distribution kernel containing the referenced stable fix or an equivalent backport.
Confirm appliance and hardware vendors have incorporated the correction into supported firmware or kernels.
Prioritize systems using the Venus media driver or showing related boot-time crashes.
If updates are unavailable, consult vendor guidance for supported temporary mitigations.
Validation and detection
Identify systems loading the Venus media driver and record their running kernel packages.
Check distributor or vendor advisories for CVE-2025-39709 backport status.
Confirm the applicable stable commit or equivalent change exists in deployed kernel source metadata.
Review boot and kernel logs for Venus probe failures, NULL dereferences, or kernel crashes.
After updating, perform controlled reboot testing on representative affected hardware.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-39709 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
12Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.