CVE-2026-53009

Aliases:UBUNTU-CVE-2026-53009DEBIAN-CVE-2026-53009CGA-4j2c-4jrj-r95rCGA-52c5-2gvj-mm2mCGA-95wf-x8rx-65cwCGA-c38v-mj4m-952rCGA-c5j4-5rj3-vprxCGA-cgj9-w3g7-9f85CGA-f58m-gjrg-frjvCGA-fhc3-g3rr-xp79CGA-j287-v9m6-p47rCGA-j5fj-c43r-rc46CGA-jj3w-52gj-73wxCGA-jjmv-vv97-9rw3CGA-q6v3-27xc-p9m3CGA-qv9w-46v5-4ww3CGA-r9g9-rwqc-8frmCGA-vhp8-vm2w-wjmmCGA-w6h8-rm2c-8846CGA-wp96-j34x-524wCGA-3v29-rx3x-vqv5CGA-qcv7-f4p3-9jxcCGA-2374-6g7j-j5hcCGA-26cj-jvg9-pcpmCGA-2cxq-vmch-5gj9CGA-35wf-xh46-7cr6CGA-37c7-75g7-9qchCGA-382c-7pc2-cqfmCGA-3h8q-6p3q-m6jjCGA-4369-3hrp-vrv5CGA-5pmh-xhjq-655wCGA-69cj-299f-2cghCGA-6c3h-758w-vj3xCGA-6gxr-cc5w-xfm4CGA-73qc-5vqv-pg4xCGA-7chm-g28x-6c58CGA-7j27-2p9f-hqhcCGA-82pw-7jw6-c8gfCGA-84ph-8f37-rvcjCGA-88xv-qxxp-24r8CGA-8j67-vpq5-3vx4CGA-939h-r376-82hrCGA-9495-m339-wrv4CGA-9g3w-xq6g-j25fCGA-9vc7-h6j2-5gvhCGA-c23x-9gq9-xmxrCGA-ccq7-mfmf-p492CGA-f5vg-vxfm-3x23CGA-f6v9-f3xj-328rCGA-f888-8wmm-gq4rCGA-g47r-xxwh-fxg5CGA-gv7h-8w75-qfmwCGA-p242-xr4c-gh26CGA-p8f2-xv3r-99f3CGA-pfc3-gp5j-pgp5CGA-pfmc-3jcj-2fhvCGA-phjg-j37v-7rfgCGA-pw2g-p7gw-fwvmCGA-qq6h-3vx5-3w2jCGA-qv8m-fqrm-7jj8CGA-rh48-crjv-fc8rCGA-rm47-557x-c9hvCGA-rwjc-xqp4-ppv2CGA-v755-p8wh-mvxpCGA-v94r-m3pf-2j3hCGA-vjwc-6fxq-5q6pCGA-wh6v-mj9f-69jpCGA-xp48-fx3r-4v3rCGA-xprv-jf4r-3cw6CGA-qg29-fhr4-vwpc
Modified
Published: 24 Jun 2026, 16:29
Last modified:09 Sept 2026, 12:05

Vulnerability Summary

Overall Risk (default)
medium
31/100
CVSS Score
7.8 HIGH
v3.1 (cve.org)
EPSS Score
0.14% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

24 Jun 2026, 16:29
Published
Vulnerability first disclosed
09 Sept 2026, 12:05
Last Modified
Vulnerability information updated

Description

In the Linux kernel, the following vulnerability has been resolved: ice: fix double-free of tx_buf skb If ice_tso() or ice_tx_csum() fail, the error path in ice_xmit_frame_ring() frees the skb, but the 'first' tx_buf still points to it and is marked as valid (ICE_TX_BUF_SKB). 'next_to_use' remains unchanged, so the potential problem will likely fix itself when the next packet is transmitted and the tx_buf gets overwritten. But if there is no next packet and the interface is brought down instead, ice_clean_tx_ring() -> ice_unmap_and_free_tx_buf() will find the tx_buf and free the skb for the second time. The fix is to reset the tx_buf type to ICE_TX_BUF_EMPTY in the error path, so that ice_unmap_and_free_tx_buf(). Move the initialization of 'first' up, to ensure it's already valid in case we hit the linearization error path. The bug was spotted by AI while I had it looking for something else. It also proposed an initial version of the patch. I reproduced the bug and tested the fix by adding code to inject failures, on a build with KASAN. I looked for similar bugs in related Intel drivers and did not find any.

CVSS Metrics

  • v3.1HIGHScore: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • v3.1HIGHScore: 7CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Trends

Current EPSS score: 0.14% Percentile: 4%

Techniques & Countermeasures

  • CWE-1341Multiple Releases of Same Resource or Handle

    The product attempts to close or release a resource or handle more than once, without any successful open between the close operations.

  • CWE-415Double Free

    The product calls free() twice on the same memory address.

  • CWE-416Use After Free

    The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Affected Systems

  • chainguardhyperv-daemons-6.18

    all

  • chainguardlinux-aws-6.12

    all

  • chainguardlinux-aws-6.18

    all

  • chainguardlinux-aws-6.18-boot-installed

    all

  • chainguardlinux-aws-6.18-bootc

    all

  • chainguardlinux-aws-6.18-bootc-boot-installed

    all

  • chainguardlinux-aws-6.18-fips-boot-installed

    all

  • chainguardlinux-aws-6.18-headers

    all

  • chainguardlinux-aws-6.18-modules

    all

  • chainguardlinux-azure-6.12

    all

  • chainguardlinux-azure-6.18

    all

  • chainguardlinux-azure-6.18-boot-installed

    all

  • chainguardlinux-azure-6.18-fips-boot-installed

    all

  • chainguardlinux-azure-6.18-headers

    all

  • chainguardlinux-azure-6.18-modules

    all

  • chainguardlinux-desktop-6.18

    all

  • chainguardlinux-desktop-6.18-bootc

    all

  • chainguardlinux-desktop-6.18-bootc-boot-installed

    all

  • chainguardlinux-desktop-6.18-headers

    all

  • chainguardlinux-desktop-6.18-modules

    all

  • chainguardlinux-firecracker-6.18

    all

  • chainguardlinux-gcp-6.12

    all

  • chainguardlinux-gcp-6.18

    < 0

  • chainguardlinux-gcp-6.18-bootc

    < 0

  • chainguardlinux-gcp-6.18-bootc-boot-installed

    < 6.18.38-r2

  • chainguardlinux-qemu-6.12

    all

  • chainguardlinux-qemu-6.18

    < 6.18.44-r1 | < 0

  • chainguardlinux-qemu-6.18-bootc

    < 6.18.44-r1 | < 0

  • chainguardlinux-qemu-6.18-bootc-boot-installed

    < 6.18.38-r2

  • chainguardlinux-qemu-melange

    all

  • chainguardlinux-vmware-6.12

    all

  • chainguardlinux-vmware-6.18

    all

  • chainguardlinux-vmware-6.18-boot-installed

    all

  • chainguardlinux-vmware-6.18-fips-boot-installed

    all

  • chainguardlinux-vmware-6.18-headers

    all

  • chainguardlinux-vmware-6.18-modules

    all

  • debianlinux

    all | all | all | < 7.0.10-1

  • ubuntulinux

    all | all | all | all | < 7.0.0-28.28

  • ubuntulinux-allwinner-5.19

    all

  • ubuntulinux-aws

    all | all | all | all | < 7.0.0-1009.9

  • ubuntulinux-aws-5.0

    all

  • ubuntulinux-aws-5.11

    all

  • ubuntulinux-aws-5.13

    all

  • ubuntulinux-aws-5.15

    all

  • ubuntulinux-aws-5.19

    all

  • ubuntulinux-aws-5.3

    all

  • ubuntulinux-aws-5.4

    all

  • ubuntulinux-aws-5.8

    all

  • ubuntulinux-aws-6.14

    all

  • ubuntulinux-aws-6.17

    all

Showing first 50 affected entries in server-rendered view.

References (26)