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

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

Overview

CVE-2025-38378 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 slab use-after-free bug in appletb_kbd_probe

In probe appletb_kbd_probe() a "struct appletb_kbd *kbd" is allocated

via devm_kzalloc() to store touch bar keyboard related data.

Later on if backlight_device_get_by_name() finds a backlight device

with name "appletb_backlight" a timer (kbd->inactivity_timer) is setup

with appletb_inactivity_timer() and the timer is armed to run after

appletb_tb_dim_timeout (60) seconds.

A use-after-free is triggered when failure occurs after the timer is

armed. This ultimately means probe failure occurs and as a result the

"struct appletb_kbd *kbd" which is device managed memory is freed.

After 60 seconds the timer will have expired and __run_timers will

attempt to access the timer (kbd->inactivity_timer) however the kdb

structure has been freed causing a use-after free.

[ 71.636938] ==================================================================

[ 71.63791

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

CVE-2025-38378 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-38378?

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

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

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