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.

NOTICE UPDATED - May, 29th 2024

The NVD has a new announcement page with status updates, news, and how to stay connected!

CVE-2024-42090 Detail

Description

In the Linux kernel, the following vulnerability has been resolved: pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER In create_pinctrl(), pinctrl_maps_mutex is acquired before calling add_setting(). If add_setting() returns -EPROBE_DEFER, create_pinctrl() calls pinctrl_free(). However, pinctrl_free() attempts to acquire pinctrl_maps_mutex, which is already held by create_pinctrl(), leading to a potential deadlock. This patch resolves the issue by releasing pinctrl_maps_mutex before calling pinctrl_free(), preventing the deadlock. This bug was discovered and resolved using Coverity Static Analysis Security Testing (SAST) by Synopsys, Inc.


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 nvd@nist.gov.

Hyperlink Resource
https://git.kernel.org/stable/c/01fe2f885f7813f8aed5d3704b384a97b1116a9e
https://git.kernel.org/stable/c/4038c57bf61631219b31f1bd6e92106ec7f084dc
https://git.kernel.org/stable/c/420ce1261907e5dbeda1e4daffd5b6c76f8188c0
https://git.kernel.org/stable/c/48a7a7c9571c3e62f17012dd7f2063e926179ddd
https://git.kernel.org/stable/c/adec57ff8e66aee632f3dd1f93787c13d112b7a1
https://git.kernel.org/stable/c/b36efd2e3e22a329444b6b24fa48df6d20ae66e6
https://git.kernel.org/stable/c/b813e3fd102a959c5b208ed68afe27e0137a561b
https://git.kernel.org/stable/c/e65a0dc2e85efb28e182aca50218e8a056d0ce04

Weakness Enumeration

CWE-ID CWE Name Source

Change History

1 change records found show changes

Quick Info

CVE Dictionary Entry:
CVE-2024-42090
NVD Published Date:
07/29/2024
NVD Last Modified:
07/30/2024
Source:
kernel.org