5.5
MEDIUM
CVE-2024-42090
Linux kernel pinctrl Deadlock Primitive-sensitive Information Disclosure
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.

INFO

Published Date :

July 29, 2024, 5:15 p.m.

Last Modified :

Aug. 26, 2024, 2:29 p.m.

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67

Remotely Exploitable :

No

Impact Score :

3.6

Exploitability Score :

1.8
Affected Products

The following products are affected by CVE-2024-42090 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2024-42090 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2024-42090 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • Initial Analysis by [email protected]

    Aug. 26, 2024

    Action Type Old Value New Value
    Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
    Changed Reference Type https://git.kernel.org/stable/c/01fe2f885f7813f8aed5d3704b384a97b1116a9e No Types Assigned https://git.kernel.org/stable/c/01fe2f885f7813f8aed5d3704b384a97b1116a9e Patch
    Changed Reference Type https://git.kernel.org/stable/c/4038c57bf61631219b31f1bd6e92106ec7f084dc No Types Assigned https://git.kernel.org/stable/c/4038c57bf61631219b31f1bd6e92106ec7f084dc Patch
    Changed Reference Type https://git.kernel.org/stable/c/420ce1261907e5dbeda1e4daffd5b6c76f8188c0 No Types Assigned https://git.kernel.org/stable/c/420ce1261907e5dbeda1e4daffd5b6c76f8188c0 Patch
    Changed Reference Type https://git.kernel.org/stable/c/48a7a7c9571c3e62f17012dd7f2063e926179ddd No Types Assigned https://git.kernel.org/stable/c/48a7a7c9571c3e62f17012dd7f2063e926179ddd Patch
    Changed Reference Type https://git.kernel.org/stable/c/adec57ff8e66aee632f3dd1f93787c13d112b7a1 No Types Assigned https://git.kernel.org/stable/c/adec57ff8e66aee632f3dd1f93787c13d112b7a1 Patch
    Changed Reference Type https://git.kernel.org/stable/c/b36efd2e3e22a329444b6b24fa48df6d20ae66e6 No Types Assigned https://git.kernel.org/stable/c/b36efd2e3e22a329444b6b24fa48df6d20ae66e6 Patch
    Changed Reference Type https://git.kernel.org/stable/c/b813e3fd102a959c5b208ed68afe27e0137a561b No Types Assigned https://git.kernel.org/stable/c/b813e3fd102a959c5b208ed68afe27e0137a561b Patch
    Changed Reference Type https://git.kernel.org/stable/c/e65a0dc2e85efb28e182aca50218e8a056d0ce04 No Types Assigned https://git.kernel.org/stable/c/e65a0dc2e85efb28e182aca50218e8a056d0ce04 Patch
    Added CWE NIST CWE-667
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 3.10 up to (excluding) 4.19.317 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.20 up to (excluding) 5.4.279 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.221 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.162 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.97 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.37 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.9.8
  • CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jul. 29, 2024

    Action Type Old Value New Value
    Added 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.
    Added Reference kernel.org https://git.kernel.org/stable/c/e65a0dc2e85efb28e182aca50218e8a056d0ce04 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/420ce1261907e5dbeda1e4daffd5b6c76f8188c0 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/b813e3fd102a959c5b208ed68afe27e0137a561b [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/01fe2f885f7813f8aed5d3704b384a97b1116a9e [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/b36efd2e3e22a329444b6b24fa48df6d20ae66e6 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/4038c57bf61631219b31f1bd6e92106ec7f084dc [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/48a7a7c9571c3e62f17012dd7f2063e926179ddd [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/adec57ff8e66aee632f3dd1f93787c13d112b7a1 [No types assigned]
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2024-42090 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2024-42090 weaknesses.

CVSS31 - Vulnerability Scoring System
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability