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

7.1 · HIGH
Published Sep 5, 2025 linux CWE-125 EPSS 0.15% (4th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.1, 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:

iio: imu: bno055: fix OOB access of hw_xlate array

Fix a potential out-of-bounds array access of the hw_xlate array in

bno055.c.

In bno055_get_regmask(), hw_xlate was iterated over the length of the

vals array instead of the length of the hw_xlate array. In the case of

bno055_gyr_scale, the vals array is larger than the hw_xlate array,

so this could result in an out-of-bounds access. In practice, this

shouldn't happen though because a match should always be found which

breaks out of the for loop before it iterates beyond the end of the

hw_xlate array.

By adding a new hw_xlate_len field to the bno055_sysfs_attr, we can be

sure we are iterating over the correct length.

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.1, < 6.1.149 Affected

Frequently Asked Questions

What is CVE-2025-39719?

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

How severe is CVE-2025-39719?

This vulnerability has a CVSS 3.1 base score of 7.1, 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-39719?

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

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