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-38394

7.8 · HIGH
Published Jul 25, 2025 linux CWE-787 EPSS 0.15% (4th pctl)

Overview

CVE-2025-38394 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

HID: appletb-kbd: fix memory corruption of input_handler_list

In appletb_kbd_probe an input handler is initialised and then registered

with input core through input_register_handler(). When this happens input

core will add the input handler (specifically its node) to the global

input_handler_list. The input_handler_list is central to the functionality

of input core and is traversed in various places in input core. An example

of this is when a new input device is plugged in and gets registered with

input core.

The input_handler in probe is allocated as device managed memory. If a

probe failure occurs after input_register_handler() the input_handler

memory is freed, yet it will remain in the input_handler_list. This

effectively means the input_handler_list contains a dangling pointer

to data belonging to a freed input handler.

This causes an issue when any other input device is plugged in - in my

case I had an old Pi

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.15, < 6.15.6 Affected

Frequently Asked Questions

What is CVE-2025-38394?

CVE-2025-38394 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-38394?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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-38394?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-38394 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.