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

4.7 · MEDIUM
Published Jul 4, 2025 linux CWE-367 EPSS 0.10% (1th pctl)

Overview

CVE-2025-38217 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 4, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. 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:

hwmon: (ftsteutates) Fix TOCTOU race in fts_read()

In the fts_read() function, when handling hwmon_pwm_auto_channels_temp,

the code accesses the shared variable data->fan_source[channel] twice

without holding any locks. It is first checked against

FTS_FAN_SOURCE_INVALID, and if the check passes, it is read again

when used as an argument to the BIT() macro.

This creates a Time-of-Check to Time-of-Use (TOCTOU) race condition.

Another thread executing fts_update_device() can modify the value of

data->fan_source[channel] between the check and its use. If the value

is changed to FTS_FAN_SOURCE_INVALID (0xff) during this window, the

BIT() macro will be called with a large shift value (BIT(255)).

A bit shift by a value greater than or equal to the type width is

undefined behavior and can lead to a crash or incorrect values being

returned to userspace.

Fix this by reading data->fan_source[channel] into a local variable

onc

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.3, < 6.6.95 Affected

Frequently Asked Questions

What is CVE-2025-38217?

CVE-2025-38217 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 4, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2025-38217?

This vulnerability has a CVSS 3.1 base score of 4.7, rated MEDIUM. 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-38217?

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

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