CVE-2025-39993
Linux Kernel vulnerability analysis and mitigation

Overview

A use-after-free vulnerability was discovered in the Linux kernel's iMON driver (CVE-2025-39993). The issue was identified on October 15, 2025, affecting the media subsystem, specifically in the remote control (rc) component. The vulnerability stems from improper handling of USB device references in the imon_disconnect function (NVD).

Technical details

The vulnerability occurs when the iMON driver improperly releases the usb_device reference in imon_disconnect without proper coordination with active device users. The fields usbdev_intf0 and usbdev_intf1 are not protected by the users counter (ictx->users). During probe operations, imon_init_intf0 or imon_init_intf1 increments the usb_device reference count depending on the interface. However, during disconnect operations, usb_put_dev is called unconditionally, regardless of actual usage. This can result in a use-after-free condition of the usb_device pointer if vfd_write or other operations are still in progress after disconnect (NVD).

Impact

The vulnerability can lead to use-after-free conditions in the kernel's USB subsystem, potentially causing system instability or crashes. The issue was discovered through KASAN (Kernel Address Sanitizer) reports, indicating memory corruption vulnerabilities that could affect system stability and security (NVD).

Mitigation and workarounds

The fix involves guarding access to usbdev_intf0 and usbdev_intf1 after disconnect by checking ictx->disconnected in all writer paths. Early returns with -ENODEV have been added in send_packet(), vfd_write(), lcd_write() and display_open() if the device is no longer present. The fix also includes setting and reading ictx->disconnected under ictx->lock to ensure memory synchronization (NVD).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-71142N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k-debug-devel-matched
NoNoJan 14, 2026
CVE-2025-71137N/AN/A
  • Linux KernelLinux Kernel
  • linux-gcp
NoYesJan 14, 2026
CVE-2025-71135N/AN/A
  • Linux KernelLinux Kernel
  • kernel-debug-core
NoNoJan 14, 2026
CVE-2025-71134N/AN/A
  • Linux KernelLinux Kernel
  • kernel-uki-virt
NoNoJan 14, 2026
CVE-2025-71133N/AN/A
  • Linux KernelLinux Kernel
  • kernel-modules-extra
NoYesJan 14, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management