CVE-2026-97931
Last modified
CVE-2026-97931 is a high-severity vulnerability rated 7/10 on the CVSS scale. 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.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 030a07e441296c372f946cd4065b5d831d8dc40c, < 64a87950239867682cde128020e1a47088295e5c; >= 030a07e441296c372f946cd4065b5d831d8dc40c, < d9c537b14f4982f17b103e3a2cfeee4bee6bc026; >= 030a07e441296c372f946cd4065b5d831d8dc40c, < 0eb9dd4774af0ac4d1fd105ef2b0a1f6cec06f2f; >= 030a07e441296c372f946cd4065b5d831d8dc40c, < 71c610aeb1770302ac9c9e0b9a4ecd37f1311928 |
| Linux | Linux | 2.6.28 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-97931?
How severe is CVE-2026-97931?
How do I fix CVE-2026-97931?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-97926In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-97927In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97928In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97929In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9793A flaw was found in Keycloak. When a JSON Web Encryption (JW…7.5
- CVE-2026-97930In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97932In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97933In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97934In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97935In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97936In the Linux kernel, the following vulnerability has been re…
- CVE-2026-97937In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-97931?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
