Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC
AV AC PR UI S C I A CVSS EPSS %ile KEV
L H L N U N N H 4.7 .0015 5.0 —
AFFECTED
Product Versions Fixed
Linux e3a5d59a17e9a42e3f3e0e37342b2679bab2ff43 – —
Linux 2.6.20 – 5.4.215
TIMELINE
Feb 26 Reserved by Linux
Mar 2 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2022-49733 (Linux). CVSS 7.8 → 4.7 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
ALSA: pcm: oss: Fix race at SNDCTL_DSP_SYNC
There is a small race window at snd_pcm_oss_sync() that is called from
OSS PCM SNDCTL_DSP_SYNC ioctl; namely the function calls
snd_pcm_oss_make_ready() at first, then takes the params_lock mutex
for the rest. When the stream is set up again by another thread
between them, it leads to inconsistency, and may result in unexpected
results such as NULL dereference of OSS buffer as a fuzzer spotted
recently.
The fix is simply to cover snd_pcm_oss_make_ready() call into the same
params_lock mutex with snd_pcm_oss_make_ready_locked() variant.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| February 26, 2025 | Reserved | Reserved by Linux |
| March 2, 2025 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2022-49733 (Linux). CVSS 7.8 → 4.7 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | e3a5d59a17e9a42e3f3e0e37342b2679bab2ff43 | — |
| Linux | Linux | — | 2.6.20 | 5.4.215 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2022-49733 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.