7.8
HIGH
CVE-2024-26748
Apache CDNS3 Use-after-Free Vulnerability
Description

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fix memory double free when handle zero packet 829 if (request->complete) { 830 spin_unlock(&priv_dev->lock); 831 usb_gadget_giveback_request(&priv_ep->endpoint, 832 request); 833 spin_lock(&priv_dev->lock); 834 } 835 836 if (request->buf == priv_dev->zlp_buf) 837 cdns3_gadget_ep_free_request(&priv_ep->endpoint, request); Driver append an additional zero packet request when queue a packet, which length mod max packet size is 0. When transfer complete, run to line 831, usb_gadget_giveback_request() will free this requestion. 836 condition is true, so cdns3_gadget_ep_free_request() free this request again. Log: [ 1920.140696][ T150] BUG: KFENCE: use-after-free read in cdns3_gadget_giveback+0x134/0x2c0 [cdns3] [ 1920.140696][ T150] [ 1920.151837][ T150] Use-after-free read at 0x000000003d1cd10b (in kfence-#36): [ 1920.159082][ T150] cdns3_gadget_giveback+0x134/0x2c0 [cdns3] [ 1920.164988][ T150] cdns3_transfer_completed+0x438/0x5f8 [cdns3] Add check at line 829, skip call usb_gadget_giveback_request() if it is additional zero length packet request. Needn't call usb_gadget_giveback_request() because it is allocated in this driver.

INFO

Published Date :

April 3, 2024, 5:15 p.m.

Last Modified :

Jan. 14, 2025, 5:27 p.m.

Source :

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

Remotely Exploitable :

No

Impact Score :

5.9

Exploitability Score :

1.8
Affected Products

The following products are affected by CVE-2024-26748 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-26748 vulnerability anywhere in the article.

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

    Jan. 14, 2025

    Action Type Old Value New Value
    Added CVSS V3.1 NIST AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    Added CWE NIST CWE-415
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.4 up to (excluding) 5.4.270 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.5 up to (excluding) 5.10.211 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.150 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.80 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.19 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.7.7 *cpe:2.3:o:linux:linux_kernel:6.8:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.8:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.8:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.8:rc4:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.8:rc5:*:*:*:*:*:*
    Changed Reference Type https://git.kernel.org/stable/c/1e204a8e9eb514e22a6567fb340ebb47df3f3a48 No Types Assigned https://git.kernel.org/stable/c/1e204a8e9eb514e22a6567fb340ebb47df3f3a48 Patch
    Changed Reference Type https://git.kernel.org/stable/c/1e204a8e9eb514e22a6567fb340ebb47df3f3a48 No Types Assigned https://git.kernel.org/stable/c/1e204a8e9eb514e22a6567fb340ebb47df3f3a48 Patch
    Changed Reference Type https://git.kernel.org/stable/c/3a2a909942b5335b7ea66366d84261b3ed5f89c8 No Types Assigned https://git.kernel.org/stable/c/3a2a909942b5335b7ea66366d84261b3ed5f89c8 Patch
    Changed Reference Type https://git.kernel.org/stable/c/3a2a909942b5335b7ea66366d84261b3ed5f89c8 No Types Assigned https://git.kernel.org/stable/c/3a2a909942b5335b7ea66366d84261b3ed5f89c8 Patch
    Changed Reference Type https://git.kernel.org/stable/c/5fd9e45f1ebcd57181358af28506e8a661a260b3 No Types Assigned https://git.kernel.org/stable/c/5fd9e45f1ebcd57181358af28506e8a661a260b3 Patch
    Changed Reference Type https://git.kernel.org/stable/c/5fd9e45f1ebcd57181358af28506e8a661a260b3 No Types Assigned https://git.kernel.org/stable/c/5fd9e45f1ebcd57181358af28506e8a661a260b3 Patch
    Changed Reference Type https://git.kernel.org/stable/c/70e8038813f9d3e72df966748ebbc40efe466019 No Types Assigned https://git.kernel.org/stable/c/70e8038813f9d3e72df966748ebbc40efe466019 Patch
    Changed Reference Type https://git.kernel.org/stable/c/70e8038813f9d3e72df966748ebbc40efe466019 No Types Assigned https://git.kernel.org/stable/c/70e8038813f9d3e72df966748ebbc40efe466019 Patch
    Changed Reference Type https://git.kernel.org/stable/c/92d20406a3d4ff3e8be667c79209dc9ed31df5b3 No Types Assigned https://git.kernel.org/stable/c/92d20406a3d4ff3e8be667c79209dc9ed31df5b3 Patch
    Changed Reference Type https://git.kernel.org/stable/c/92d20406a3d4ff3e8be667c79209dc9ed31df5b3 No Types Assigned https://git.kernel.org/stable/c/92d20406a3d4ff3e8be667c79209dc9ed31df5b3 Patch
    Changed Reference Type https://git.kernel.org/stable/c/9a52b694b066f299d8b9800854a8503457a8b64c No Types Assigned https://git.kernel.org/stable/c/9a52b694b066f299d8b9800854a8503457a8b64c Patch
    Changed Reference Type https://git.kernel.org/stable/c/9a52b694b066f299d8b9800854a8503457a8b64c No Types Assigned https://git.kernel.org/stable/c/9a52b694b066f299d8b9800854a8503457a8b64c Patch
    Changed Reference Type https://git.kernel.org/stable/c/aad6132ae6e4809e375431f8defd1521985e44e7 No Types Assigned https://git.kernel.org/stable/c/aad6132ae6e4809e375431f8defd1521985e44e7 Patch
    Changed Reference Type https://git.kernel.org/stable/c/aad6132ae6e4809e375431f8defd1521985e44e7 No Types Assigned https://git.kernel.org/stable/c/aad6132ae6e4809e375431f8defd1521985e44e7 Patch
    Changed Reference Type https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html No Types Assigned https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html Mailing List
  • CVE Modified by af854a3a-2127-422b-91ae-364da2661108

    Nov. 21, 2024

    Action Type Old Value New Value
    Added Reference https://git.kernel.org/stable/c/1e204a8e9eb514e22a6567fb340ebb47df3f3a48
    Added Reference https://git.kernel.org/stable/c/3a2a909942b5335b7ea66366d84261b3ed5f89c8
    Added Reference https://git.kernel.org/stable/c/5fd9e45f1ebcd57181358af28506e8a661a260b3
    Added Reference https://git.kernel.org/stable/c/70e8038813f9d3e72df966748ebbc40efe466019
    Added Reference https://git.kernel.org/stable/c/92d20406a3d4ff3e8be667c79209dc9ed31df5b3
    Added Reference https://git.kernel.org/stable/c/9a52b694b066f299d8b9800854a8503457a8b64c
    Added Reference https://git.kernel.org/stable/c/aad6132ae6e4809e375431f8defd1521985e44e7
    Added Reference https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Nov. 05, 2024

    Action Type Old Value New Value
    Removed Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jun. 25, 2024

    Action Type Old Value New Value
    Added Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html [No types assigned]
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 29, 2024

    Action Type Old Value New Value
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 14, 2024

    Action Type Old Value New Value
  • CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Apr. 03, 2024

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fix memory double free when handle zero packet 829 if (request->complete) { 830 spin_unlock(&priv_dev->lock); 831 usb_gadget_giveback_request(&priv_ep->endpoint, 832 request); 833 spin_lock(&priv_dev->lock); 834 } 835 836 if (request->buf == priv_dev->zlp_buf) 837 cdns3_gadget_ep_free_request(&priv_ep->endpoint, request); Driver append an additional zero packet request when queue a packet, which length mod max packet size is 0. When transfer complete, run to line 831, usb_gadget_giveback_request() will free this requestion. 836 condition is true, so cdns3_gadget_ep_free_request() free this request again. Log: [ 1920.140696][ T150] BUG: KFENCE: use-after-free read in cdns3_gadget_giveback+0x134/0x2c0 [cdns3] [ 1920.140696][ T150] [ 1920.151837][ T150] Use-after-free read at 0x000000003d1cd10b (in kfence-#36): [ 1920.159082][ T150] cdns3_gadget_giveback+0x134/0x2c0 [cdns3] [ 1920.164988][ T150] cdns3_transfer_completed+0x438/0x5f8 [cdns3] Add check at line 829, skip call usb_gadget_giveback_request() if it is additional zero length packet request. Needn't call usb_gadget_giveback_request() because it is allocated in this driver.
    Added Reference kernel.org https://git.kernel.org/stable/c/aad6132ae6e4809e375431f8defd1521985e44e7 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/1e204a8e9eb514e22a6567fb340ebb47df3f3a48 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/3a2a909942b5335b7ea66366d84261b3ed5f89c8 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/9a52b694b066f299d8b9800854a8503457a8b64c [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/70e8038813f9d3e72df966748ebbc40efe466019 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/92d20406a3d4ff3e8be667c79209dc9ed31df5b3 [No types assigned]
    Added Reference kernel.org https://git.kernel.org/stable/c/5fd9e45f1ebcd57181358af28506e8a661a260b3 [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-26748 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-26748 weaknesses.

CVSS31 - Vulnerability Scoring System
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability
© cvefeed.io
Latest DB Update: Jul. 14, 2025 14:49