CVE-2026-74545

Source
https://cve.org/CVERecord?id=CVE-2026-74545
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74545.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74545
Downstream
Published
2026-08-15T12:27:54Z
Modified
2026-08-18T03:56:30Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
rtase: fix double free of multi-frag skb on DMA map failure
Details

In the Linux kernel, the following vulnerability has been resolved:

rtase: fix double free of multi-frag skb on DMA map failure

In rtase_start_xmit(), when the head buffer DMA mapping fails after rtase_xmit_frags() has mapped all fragments, the error path clears the fragment descriptors with rtase_tx_clear_range(), which frees the skb through the last-frag slot and accounts tx_dropped. Control then falls through to the common error label, which frees the same skb a second time and counts it again.

Return right after clearing the fragments when the skb owns frags; the no-frag case still drops through and frees the head skb once.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74545.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d6e882b89fdf80be0ab4f914ec10f75215e49495
Fixed
4f09172aff5f73a5e914f4fbc0d00a1c2ea9f7cb
Fixed
db986098f30881fafcc752800aa3b13fd289c922
Fixed
de691dc3227b061c4d0beba9f0128fe1ff33dd68
Fixed
6fb7b769d6ed6d1d2e02af4a80e57a2477f35086

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74545.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.12.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74545.json"