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

8.8 · HIGH
Published Sep 16, 2025 linux CWE-125 EPSS 0.23% (14th pctl)

Overview

CVE-2025-39806 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 16, 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: multitouch: fix slab out-of-bounds access in mt_report_fixup()

A malicious HID device can trigger a slab out-of-bounds during

mt_report_fixup() by passing in report descriptor smaller than

607 bytes. mt_report_fixup() attempts to patch byte offset 607

of the descriptor with 0x25 by first checking if byte offset

607 is 0x15 however it lacks bounds checks to verify if the

descriptor is big enough before conducting this check. Fix

this bug by ensuring the descriptor size is at least 608

bytes before accessing it.

Below is the KASAN splat after the out of bounds access happens:

[ 13.671954] ==================================================================

[ 13.672667] BUG: KASAN: slab-out-of-bounds in mt_report_fixup+0x103/0x110

[ 13.673297] Read of size 1 at addr ffff888103df39df by task kworker/0:1/10

[ 13.673297]

[ 13.673297] CPU: 0 UID: 0 PID: 10 Comm: kworker/0:1 Not tainted 6.15.0-00005-gec5d573d8

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 >= 5.15.168, < 5.15.191 Affected

Frequently Asked Questions

What is CVE-2025-39806?

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

How severe is CVE-2025-39806?

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

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

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