powerpc/spufs: fix out-of-bounds access in spufs_mem_mmap_access()
Summary
| CVE | CVE-2026-68474 |
|---|---|
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-08-15 06:20:34 UTC |
| Updated | 2026-08-17 06:17:56 UTC |
| Description | In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: fix out-of-bounds access in spufs_mem_mmap_access() spufs_mem_mmap_access() computes the local store offset as address - vma->vm_start, but bounds-checks it against vma->vm_end instead of the local store size. On 64-bit, offset is always well below vma->vm_end, so the clamp never fires and len stays unbounded against the LS_SIZE buffer returned by ctx->ops->get_ls(). Reject offsets at or beyond LS_SIZE and clamp len to the remaining space, mirroring the guard already used by spufs_mem_mmap_fault() and spufs_ps_fault(). |
Risk And Classification
Primary CVSS: v3.1 7.8 HIGH from 416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS: 0.001640000 probability, percentile 0.060860000 (date 2026-08-17)
| Version | Source | Type | Score | Severity | Vector |
|---|---|---|---|---|---|
| 3.1 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | Secondary | 7.8 | HIGH | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| 3.1 | CNA | DECLARED | 7.8 | HIGH | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
CVSS v3.1 Breakdown
Attack Vector
LocalAttack Complexity
LowPrivileges Required
LowUser Interaction
NoneScope
UnchangedConfidentiality
HighIntegrity
HighAvailability
HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | Linux | Linux | affected a352894d07059649398c4769dc8b645e1a1dad88 aa7aa8ba40c089762d821e3987aaae19e1f5705c git | Not specified |
| CNA | Linux | Linux | affected a352894d07059649398c4769dc8b645e1a1dad88 d479a7711f8ff127946467b910d947bd971b94ed git | Not specified |
| CNA | Linux | Linux | affected a352894d07059649398c4769dc8b645e1a1dad88 9d3569bfdceda69d5ffd5148901e57b69954d9ef git | Not specified |
| CNA | Linux | Linux | affected a352894d07059649398c4769dc8b645e1a1dad88 d97a8f3668949a8a9d1f6202f8c53446f2d89aa7 git | Not specified |
| CNA | Linux | Linux | affected a352894d07059649398c4769dc8b645e1a1dad88 913feef74354c653f10ecd4631df7618a95c49c2 git | Not specified |
| CNA | Linux | Linux | affected a352894d07059649398c4769dc8b645e1a1dad88 3c1e92f75e11a11492b8cb901fceeb9f16ae6415 git | Not specified |
| CNA | Linux | Linux | affected a352894d07059649398c4769dc8b645e1a1dad88 4efa313b15925bdd864784865d6585174979294b git | Not specified |
| CNA | Linux | Linux | affected a352894d07059649398c4769dc8b645e1a1dad88 47b87f469a35b5ffc81c16eee6b13a9b6c8d55c6 git | Not specified |
| CNA | Linux | Linux | affected 2.6.27 | Not specified |
| CNA | Linux | Linux | unaffected 2.6.27 semver | Not specified |
| CNA | Linux | Linux | unaffected 5.10.261 5.10.* semver | Not specified |
| CNA | Linux | Linux | unaffected 5.15.212 5.15.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.1.178 6.1.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.6.145 6.6.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.12.97 6.12.* semver | Not specified |
| CNA | Linux | Linux | unaffected 6.18.40 6.18.* semver | Not specified |
| CNA | Linux | Linux | unaffected 7.1.5 7.1.* semver | Not specified |
| CNA | Linux | Linux | unaffected 7.2 * original_commit_for_fix | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| git.kernel.org/stable/c/47b87f469a35b5ffc81c16eee6b13a9b6c8d55c6 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/3c1e92f75e11a11492b8cb901fceeb9f16ae6415 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/913feef74354c653f10ecd4631df7618a95c49c2 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/aa7aa8ba40c089762d821e3987aaae19e1f5705c | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/4efa313b15925bdd864784865d6585174979294b | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/d97a8f3668949a8a9d1f6202f8c53446f2d89aa7 | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/9d3569bfdceda69d5ffd5148901e57b69954d9ef | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| git.kernel.org/stable/c/d479a7711f8ff127946467b910d947bd971b94ed | 416baaa9-dc9f-4396-8d5f-8c081fb06d67 | git.kernel.org | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.