CVE-2026-90281: phy: qcom: snps-femto-v2: Fix possible NULL-deref on early runtime suspend

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

phy: qcom: snps-femto-v2: Fix possible NULL-deref on early runtime suspend

Runtime PM must be enabled before creating the PHY, since phycreate() only enables runtime PM on the PHY device if it is already enabled on this parent device. However, the runtime PM callbacks dereference the hsphy instance, which is not yet ready, leaving a window where a suspend callback may trigger a NULL pointer dereference.

Take a runtime PM usage reference with pmruntimegetnoresume() before enabling runtime PM and release it once the PHY has been created, so that no runtime suspend can run before the PHY is ready. This also prevents a short window where an unnecessary runtime suspend can occur.

Use the devres-managed version to ensure PM runtime is symmetrically disabled during driver removal for proper cleanup.

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Ensure runtime PM is enabled before creating the PHY by taking the runtime PM usage reference with pm_runtime_get_noresume() before calling phy_create(), then enable/hold it until the PHY has been created; release the reference once the PHY is created so no early runtime suspend can run while the hsphy instance is not yet ready.

    Linux kernel (phy: qcom: snps-femto-v2 driver) Runtime PM enablement before PHY creation = enabled

Event History

Sep 17, 2026
CVE Published
via MITRE·04:08 PM
Data Sourced
via MITRE·04:08 PM
Description

Frequently Asked Questions

1

When can the NULL pointer dereference occur?

It can occur during driver initialization if runtime PM invokes a suspend callback after runtime PM is enabled but before the PHY and its hsphy instance are fully created and ready.

2

What condition is required to trigger the issue?

A runtime suspend callback must run in the early initialization window. The affected callbacks dereference the hsphy instance before it has been initialized.

3

What does the fix change?

The fix takes a runtime PM usage reference before enabling runtime PM, preventing runtime suspend until PHY creation completes. It also uses devres-managed runtime PM cleanup during driver removal.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203