7.8
HIGH CVSS 3.1
CVE-2026-43196
soc: ti: pruss: Fix double free in pruss_clk_mux_setup()
Description

In the Linux kernel, the following vulnerability has been resolved: soc: ti: pruss: Fix double free in pruss_clk_mux_setup() In the pruss_clk_mux_setup(), the devm_add_action_or_reset() indirectly calls pruss_of_free_clk_provider(), which calls of_node_put(clk_mux_np) on the error path. However, after the devm_add_action_or_reset() returns, the of_node_put(clk_mux_np) is called again, causing a double free. Fix by returning directly, to avoid the duplicate of_node_put().

INFO

Published Date :

May 6, 2026, 12:16 p.m.

Last Modified :

May 11, 2026, 8:11 p.m.

Remotely Exploit :

No

Source :

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

The following products are affected by CVE-2026-43196 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
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 HIGH [email protected]
Solution
Resolve double free in pruss_clk_mux_setup by returning early on error path.
  • Review and apply the kernel patch for pruss_clk_mux_setup.
  • Ensure error handling avoids duplicate resource deallocation.
  • Test the fix to confirm double free is resolved.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-43196 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-2026-43196 weaknesses.

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-2026-43196 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-43196 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]

    May. 11, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    Added CWE CWE-415
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.128 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.12.75 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.13 up to (excluding) 6.18.16 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.19 up to (excluding) 6.19.6 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.202 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.165 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.10 up to (excluding) 5.10.252
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/04dbbb18cc9c8795c9ff47d8994bc03ebfef9d68 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/24c40076e3bc3d73c839c886d6bda1da6c4d9b93 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/69aa67c1e22d13e9aad4b08c86304ad8e743dcab Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/80db65d4acfb9ff12d00172aed39ea8b98261aad Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/818cf66d91c8ef09b01664a12d5f4ea786d64396 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/b7db9953c2f8da37de498198623b05b46f8e2ca0 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/dbda01bf2dfe5af33163e1e5fca1b82b619c2803 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/e113339cc7d23be4948891f3a702e9dce5b47035 Types: Patch
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 06, 2026

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: soc: ti: pruss: Fix double free in pruss_clk_mux_setup() In the pruss_clk_mux_setup(), the devm_add_action_or_reset() indirectly calls pruss_of_free_clk_provider(), which calls of_node_put(clk_mux_np) on the error path. However, after the devm_add_action_or_reset() returns, the of_node_put(clk_mux_np) is called again, causing a double free. Fix by returning directly, to avoid the duplicate of_node_put().
    Added Reference https://git.kernel.org/stable/c/04dbbb18cc9c8795c9ff47d8994bc03ebfef9d68
    Added Reference https://git.kernel.org/stable/c/24c40076e3bc3d73c839c886d6bda1da6c4d9b93
    Added Reference https://git.kernel.org/stable/c/69aa67c1e22d13e9aad4b08c86304ad8e743dcab
    Added Reference https://git.kernel.org/stable/c/80db65d4acfb9ff12d00172aed39ea8b98261aad
    Added Reference https://git.kernel.org/stable/c/818cf66d91c8ef09b01664a12d5f4ea786d64396
    Added Reference https://git.kernel.org/stable/c/b7db9953c2f8da37de498198623b05b46f8e2ca0
    Added Reference https://git.kernel.org/stable/c/dbda01bf2dfe5af33163e1e5fca1b82b619c2803
    Added Reference https://git.kernel.org/stable/c/e113339cc7d23be4948891f3a702e9dce5b47035
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.