CVE-2026-74647 (GCVE-0-2026-74647)
Vulnerability from cvelistv5
Published
2026-08-22 15:32
Modified
2026-08-27 12:39
Severity ?
VLAI Severity ?
EPSS score ?
Summary
In the Linux kernel, the following vulnerability has been resolved:
misc: fastrpc: Remove buffer from list prior to unmap operation
fastrpc_req_munmap_impl() is called to unmap any buffer. The buffer is
getting removed from the list after it is unmapped from DSP. This can
create potential race conditions if multiple threads invoke unmap
concurrently, where one thread may remove the entry from the list while
another thread's unmap operation is still ongoing.
Fix this by removing the buffer entry from the list before calling the
unmap operation. If the unmap fails, the entry is re-added to the list
so that userspace can retry the unmap, or alternatively, the buffer
will be cleaned up during device release when the DSP process is torn
down and all DSP-side mappings are freed along with remaining buffers
in the list.
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Version: 2419e55e532de14fdf336e09e453aa2831c73a25 Version: 2419e55e532de14fdf336e09e453aa2831c73a25 Version: 2419e55e532de14fdf336e09e453aa2831c73a25 Version: 2419e55e532de14fdf336e09e453aa2831c73a25 Version: 2419e55e532de14fdf336e09e453aa2831c73a25 Version: 2419e55e532de14fdf336e09e453aa2831c73a25 Version: 2419e55e532de14fdf336e09e453aa2831c73a25 Version: 2419e55e532de14fdf336e09e453aa2831c73a25 |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/misc/fastrpc.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "1edb654b2b41baee2ab5cf418baaf6e57dfbd802",
"status": "affected",
"version": "2419e55e532de14fdf336e09e453aa2831c73a25",
"versionType": "git"
},
{
"lessThan": "4716c23c206a2f99ca54ebfdd8b5ba9dd0102240",
"status": "affected",
"version": "2419e55e532de14fdf336e09e453aa2831c73a25",
"versionType": "git"
},
{
"lessThan": "99f8de36c84cb9b872157aa6c3578c2480cee4b8",
"status": "affected",
"version": "2419e55e532de14fdf336e09e453aa2831c73a25",
"versionType": "git"
},
{
"lessThan": "97273624f7b356eaf8261609a75cfcb8738a165a",
"status": "affected",
"version": "2419e55e532de14fdf336e09e453aa2831c73a25",
"versionType": "git"
},
{
"lessThan": "fe70329055977fc1e8dc6291318d0dd75470795a",
"status": "affected",
"version": "2419e55e532de14fdf336e09e453aa2831c73a25",
"versionType": "git"
},
{
"lessThan": "9bf22a7d950cec2d1efeca7f16bb20fcca84c36a",
"status": "affected",
"version": "2419e55e532de14fdf336e09e453aa2831c73a25",
"versionType": "git"
},
{
"lessThan": "0beaa9bd7eb10d9b5e6352ed5161f3f3bbd4c3c5",
"status": "affected",
"version": "2419e55e532de14fdf336e09e453aa2831c73a25",
"versionType": "git"
},
{
"lessThan": "6102ceb4eab845743ee57acd3863fbd06e93c927",
"status": "affected",
"version": "2419e55e532de14fdf336e09e453aa2831c73a25",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/misc/fastrpc.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "5.5"
},
{
"lessThan": "5.5",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.267",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.218",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.1.*",
"status": "unaffected",
"version": "6.1.185",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.6.*",
"status": "unaffected",
"version": "6.6.152",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.104",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.18.*",
"status": "unaffected",
"version": "6.18.45",
"versionType": "semver"
},
{
"lessThanOrEqual": "7.1.*",
"status": "unaffected",
"version": "7.1.9",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "7.2",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.267",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.218",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1.185",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.6.152",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.104",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.18.45",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.1.9",
"versionStartIncluding": "5.5",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "7.2",
"versionStartIncluding": "5.5",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nmisc: fastrpc: Remove buffer from list prior to unmap operation\n\nfastrpc_req_munmap_impl() is called to unmap any buffer. The buffer is\ngetting removed from the list after it is unmapped from DSP. This can\ncreate potential race conditions if multiple threads invoke unmap\nconcurrently, where one thread may remove the entry from the list while\nanother thread\u0027s unmap operation is still ongoing.\n\nFix this by removing the buffer entry from the list before calling the\nunmap operation. If the unmap fails, the entry is re-added to the list\nso that userspace can retry the unmap, or alternatively, the buffer\nwill be cleaned up during device release when the DSP process is torn\ndown and all DSP-side mappings are freed along with remaining buffers\nin the list."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"scenarios": [
{
"lang": "en",
"value": "AV:L - The flaw is reachable only through local ioctl on a FastRPC misc device (/dev/fastrpc-*); entry is open() plus FASTRPC_IOCTL_MUNMAP after mmap, not via network, Bluetooth, WiFi, or physical buses.\nAC:L - An attacker controls both racing threads and can repeatedly issue concurrent MUNMAP ioctls for the same mapped buffer; the pre-fix window spans the full DSP unmap in fastrpc_req_munmap_impl(), so no attacker-uncontrollable timing is required.\nPR:L - The MMAP/MUNMAP ioctl path has no capable() or init-namespace root check; on Qualcomm/Android phones an unprivileged app that can open the non-secure FastRPC node and create an unsigned user PD can reach this code.\nUI:N - Exploitation needs only attacker-controlled open/ioctl and pthread scheduling against a buffer it already mapped; no separate victim action such as mounting a filesystem or opening a file is required.\nS:U - The race corrupts kernel list/slab state and double-frees struct fastrpc_buf inside the host kernel driver, matching other FastRPC kernel memory-safety CVEs rather than an inherent VM escape or IOMMU boundary bypass.\nC:H - Concurrent unmap can UAF the list node and double-free a fastrpc_buf slab object holding DMA mapping metadata, a classic kernel primitive that can be groomed into arbitrary kernel memory disclosure.\nI:H - Double kfree of fastrpc_buf plus repeated dma_free_coherent on the same coherent mapping enables heap corruption and plausible control-flow or arbitrary-write exploitation in kernel context.\nA:H - Winning the race can trigger list_del on freed memory, slab double-free, or DMA allocator corruption, producing kernel warnings, oopses, or panics that are repeatable via local ioctl flooding."
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-08-27T12:39:52.927Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/1edb654b2b41baee2ab5cf418baaf6e57dfbd802"
},
{
"url": "https://git.kernel.org/stable/c/4716c23c206a2f99ca54ebfdd8b5ba9dd0102240"
},
{
"url": "https://git.kernel.org/stable/c/99f8de36c84cb9b872157aa6c3578c2480cee4b8"
},
{
"url": "https://git.kernel.org/stable/c/97273624f7b356eaf8261609a75cfcb8738a165a"
},
{
"url": "https://git.kernel.org/stable/c/fe70329055977fc1e8dc6291318d0dd75470795a"
},
{
"url": "https://git.kernel.org/stable/c/9bf22a7d950cec2d1efeca7f16bb20fcca84c36a"
},
{
"url": "https://git.kernel.org/stable/c/0beaa9bd7eb10d9b5e6352ed5161f3f3bbd4c3c5"
},
{
"url": "https://git.kernel.org/stable/c/6102ceb4eab845743ee57acd3863fbd06e93c927"
}
],
"title": "misc: fastrpc: Remove buffer from list prior to unmap operation",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2026-74647",
"datePublished": "2026-08-22T15:32:24.127Z",
"dateReserved": "2026-08-15T05:44:03.923Z",
"dateUpdated": "2026-08-27T12:39:52.927Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…