U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

CVE-2026-31759 Detail

Description

In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix double free in ulpi_register_interface() error path When device_register() fails, ulpi_register() calls put_device() on ulpi->dev. The device release callback ulpi_dev_release() drops the OF node reference and frees ulpi, but the current error path in ulpi_register_interface() then calls kfree(ulpi) again, causing a double free. Let put_device() handle the cleanup through ulpi_dev_release() and avoid freeing ulpi again in ulpi_register_interface().


Metrics

NVD enrichment efforts reference publicly available information to associate vector strings. CVSS information contributed by other sources is also displayed.
CVSS 4.0 Severity and Vector Strings:

NIST CVSS score
NIST: NVD
N/A
NVD assessment not yet provided.

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving NIST webspace. We have provided these links to other web sites because they may have information that would be of interest to you. No inferences should be drawn on account of other sites being referenced, or not, from this page. There may be other web sites that are more appropriate for your purpose. NIST does not necessarily endorse the views expressed, or concur with the facts presented on these sites. Further, NIST does not endorse any commercial products that may be mentioned on these sites. Please address comments about this page to [email protected].

URL Source(s) Tag(s)
https://git.kernel.org/stable/c/01af542392b5d41fd659d487015a71f627accce3 kernel.org
https://git.kernel.org/stable/c/272a9b26c336a295e4e209157fed809706c1b1f7 kernel.org
https://git.kernel.org/stable/c/2f70ba9dae13a190673cc3f9b4aad52179738f60 kernel.org
https://git.kernel.org/stable/c/38c28fe25611099230f0965c925499bfcf46a795 kernel.org
https://git.kernel.org/stable/c/8763f8317bb389aded32a32b08f6751cfff657d2 kernel.org
https://git.kernel.org/stable/c/a6e5461f076c2ef63159f18e5cdbd30b50f0bc15 kernel.org
https://git.kernel.org/stable/c/aaeae6533d77e6ed4def85baec01e2815ebbef61 kernel.org
https://git.kernel.org/stable/c/ee248e6e941e4f2e634df2bd43e5f1ef810ab6df kernel.org

Weakness Enumeration

CWE-ID CWE Name Source

Change History

1 change records found show changes

Quick Info

CVE Dictionary Entry:
CVE-2026-31759
NVD Published Date:
05/01/2026
NVD Last Modified:
05/01/2026
Source:
kernel.org