Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-38016

8.8 · HIGH
Published Jun 18, 2025 linux EPSS 0.24% (14th pctl)

Overview

CVE-2025-38016 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 18, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

HID: bpf: abort dispatch if device destroyed

The current HID bpf implementation assumes no output report/request will

go through it after hid_bpf_destroy_device() has been called. This leads

to a bug that unplugging certain types of HID devices causes a cleaned-

up SRCU to be accessed. The bug was previously a hidden failure until a

recent x86 percpu change [1] made it access not-present pages.

The bug will be triggered if the conditions below are met:

A) a device under the driver has some LEDs on

B) hid_ll_driver->request() is uninplemented (e.g., logitech-djreceiver)

If condition A is met, hidinput_led_worker() is always scheduled *after*

hid_bpf_destroy_device().

hid_destroy_device

` hid_bpf_destroy_device

` cleanup_srcu_struct(&hdev->bpf.srcu)

` hid_remove_device

` ...

` led_classdev_unregister

` led_trigger_set(led_cdev, NULL)

` led_set_brightness(led_cdev, LED_OFF)

` ...

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.11, < 6.12.30 Affected

Frequently Asked Questions

What is CVE-2025-38016?

CVE-2025-38016 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 18, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2025-38016?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-38016?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-38016?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-38016 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.