CVE-2026-64001

Source
https://cve.org/CVERecord?id=CVE-2026-64001
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64001.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64001
Downstream
Published
2026-07-19T14:56:18.816Z
Modified
2026-07-21T03:47:46.460287545Z
Summary
ALSA: pcm: oss: Fix setup list UAF on proc write error
Details

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

ALSA: pcm: oss: Fix setup list UAF on proc write error

sndpcmossprocwrite() links a newly allocated setup entry into the OSS setup list before duplicating the task name. If the task-name allocation fails, the error path frees the already linked entry and leaves setup_list pointing at freed memory.

A later OSS device open can then walk the stale list entry in sndpcmosslookfor_setup() and dereference freed memory.

Allocate the task name and initialize the setup entry before publishing the entry on setuplist. Also fetch the initial proc read iterator only after taking setupmutex, so all setup_list traversal follows the same list lifetime rules.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64001.json",
    "cna_assigner": "Linux"
}
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
060d77b9c04acd7aef60790398a53f731db8c8fe
Fixed
8be4efd0dc0093eb7a02ad1aac936bca2a1f04ce
Fixed
e13922bb97b4e6f94f8ac02d034f2d4bd65eeb3c
Fixed
be387230dc22d870afd0e5d35912b07c2bc323bd
Fixed
4cc54bdd54b337e77115be5b55577d1c58608eae

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.17
Fixed
6.12.93
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.12

Database specific

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