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

7.8 · HIGH
Published Aug 16, 2025 linux EPSS 0.17% (6th pctl)

Overview

CVE-2025-38535 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 16, 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:

phy: tegra: xusb: Fix unbalanced regulator disable in UTMI PHY mode

When transitioning from USB_ROLE_DEVICE to USB_ROLE_NONE, the code

assumed that the regulator should be disabled. However, if the regulator

is marked as always-on, regulator_is_enabled() continues to return true,

leading to an incorrect attempt to disable a regulator which is not

enabled.

This can result in warnings such as:

[ 250.155624] WARNING: CPU: 1 PID: 7326 at drivers/regulator/core.c:3004

_regulator_disable+0xe4/0x1a0

[ 250.155652] unbalanced disables for VIN_SYS_5V0

To fix this, we move the regulator control logic into

tegra186_xusb_padctl_id_override() function since it's directly related

to the ID override state. The regulator is now only disabled when the role

transitions from USB_ROLE_HOST to USB_ROLE_NONE, by checking the VBUS_ID

register. This ensures that regulator enable/disable operations are

properly balanced and only occur wh

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.7, < 5.10.241 Affected

Frequently Asked Questions

What is CVE-2025-38535?

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

How severe is CVE-2025-38535?

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

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

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