CVE-2026-68378: dpll: fix NULL pointer dereference in dpll_msg_add_pin_ref_sync()

Published Aug 10, 2026
·
Updated

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

dpll: fix NULL pointer dereference in dpllmsgaddpinrefsync()

When a dpllpin is shared across multiple dplldevice instances and those devices are being unregistered (e.g. during driver module removal), a NULL pointer dereference can occur in dpllmsgaddpinrefsync().

This happens under the following conditions: - A pin is registered with two or more dpll devices (dpllA, dpllB) - The pin has refsync pairs with other pins - During unregistration of dpllA's pins, a refsync partner pin is unregistered first, removing it from dpllA->pinrefs - But since the partner pin is still registered with dpllB, its dpllrefs is not empty, so dpllpinrefsyncpairdel() does NOT run and the partner stays in the pin's refsyncpins xarray - When the pin itself is then unregistered from dpllA, the delete notification calls dpllmsgaddpinrefsync() which finds the partner in refsyncpins, passes dpllpinavailable() (partner is still registered with dpllB), but dpllpinondpllpriv(dpllA, partner) returns NULL because partner was already removed from dpllA->pinrefs - The NULL priv pointer is passed to the driver's refsyncget callback, which dereferences it

BUG: kernel NULL pointer dereference, address: 0000000000000034 Oops: Oops: 0000 [#1] SMP NOPTI RIP: 0010:zl3073xdpllinputpinrefsyncget+0x73/0x80 [zl3073x] Call Trace: dpllmsgaddpinrefsync+0xb8/0x200 dpllcmdpingetone+0x3b6/0x4b0 dpllpineventsend+0x72/0x140 dpllpinunregister+0x5a/0x2b0 dpllpinunregister+0x49/0x70

Fix this by skipping refsync pins whose priv pointer cannot be resolved for the current dpll device.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Modify dpll_msg_add_pin_ref_sync() to skip ref_sync pins where the NULL priv pointer cannot be resolved (i.e., avoid dereferencing the NULL priv pointer passed to ref_sync_get), addressing the NULL pointer dereference in dpll: fix NULL pointer dereference in dpll_msg_add_pin_ref_sync().

    Linux kernel dpll ref_sync handling in dpll_msg_add_pin_ref_sync() = Skip ref_sync pins whose priv pointer cannot be resolved

Event History

Aug 10, 2026
CVE Published
via MITRE·12:03 PM
Data Sourced
via MITRE·12:03 PM
Description
Data Sourced
via NVD·01:20 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68378?

CVE-2026-68378 has a risk rating of 27.

2

How do I fix CVE-2026-68378?

To address CVE-2026-68378, update your Linux kernel to the latest version that includes the fix for the NULL pointer dereference.

3

What causes the CVE-2026-68378 vulnerability?

CVE-2026-68378 is caused by a NULL pointer dereference in the dpll_msg_add_pin_ref_sync() function when shared dpll_pin instances are unregistered.

4

What impact does CVE-2026-68378 have on Linux systems?

CVE-2026-68378 can lead to a crash of the system or affected applications due to the NULL pointer dereference.

5

Is CVE-2026-68378 specific to a certain version of the Linux kernel?

CVE-2026-68378 affects multiple versions of the Linux kernel that utilize the dpll subsystem.

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