CVE-2026-97931

Source
https://cve.org/CVERecord?id=CVE-2026-97931
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-97931.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-97931
Downstream
Published
2026-09-25T10:22:47Z
Modified
2026-09-26T03:48:41Z
Severity
  • 7.0 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
ALSA: us122l: Prevent write upgrades for read mappings
Details

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

ALSA: us122l: Prevent write upgrades for read mappings

The hwdep mmap callback rejects read-buffer mappings that are initially writable, but leaves VM_MAYWRITE set on mappings created with PROT_READ. A process that can open the hwdep node O_RDWR can later use mprotect() to make the mapping writable.

The read allocation begins with struct usb_stream. Its read_size member is used by the fault handler to decide which pages belong to the read buffer. The read VMA intentionally remains expandable because pcm_usb_stream uses mremap() after reading that size. Changing read_size first can therefore map and access pages beyond the allocation. The same member is also consumed by usb_stream_free(), where changing it can make free_pages_exact() release pages outside the allocation.

Clear VM_MAYWRITE for read-buffer mappings after rejecting an initially writable VMA. This keeps the separate output-buffer mapping writable while preventing later permission upgrades.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/97xxx/CVE-2026-97931.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
030a07e441296c372f946cd4065b5d831d8dc40c
Fixed
64a87950239867682cde128020e1a47088295e5c
Fixed
d9c537b14f4982f17b103e3a2cfeee4bee6bc026
Fixed
0eb9dd4774af0ac4d1fd105ef2b0a1f6cec06f2f
Fixed
71c610aeb1770302ac9c9e0b9a4ecd37f1311928

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.28
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

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