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.
An official patch is available. Apply the patch as soon as possible.
CVSS v4.0 Metrics
Exploitability
Attack VectorLocal
ComplexityHigh
RequirementsPresent
PrivilegesLow
User InteractionNone
Threat
Exploit MaturityUnreported
Vulnerable System
ConfidentialityNone
IntegrityNone
AvailabilityHigh
Subsequent System
ConfidentialityNone
IntegrityNone
AvailabilityNone
Supplemental
SafetyNegligible
AutomatableYes
RecoveryAutomatic
Value DensityConcentrated
UrgencyMedium
Patch StatusOfficial Patch
Change Log
| Date | Source | Changes | Score |
|---|
| 2026-07-21 | nvd | patch: Unavailable→Official Patch | 1.9 → 1.9 |
| 2026-07-21 | cve.org | initial, patch: Unavailable | 1.9 |
Affected Software
| Vendor | Product | Version |
|---|
| Linux | Linux | < fce793a056c604b41a298317cf704dae |
| Linux | Linux | < 8015ef9e8a0ee5cecfd0cb6805834d00 |
| Linux | Linux | < 723ac5ab2891b6c10dd6cc78ef5456af |
| Linux | Linux | < 8423f0b6d513b259fdab9c9bf4aaa618 |
| Linux | Linux | ≥ 5.10.148, ≤ 5.10.* |
| Linux | Linux | < 2.6.20 |
| Linux | Linux | ≥ 5.15.68, ≤ 5.15.* |
| Linux | Linux | ≥ 5.19.9, ≤ 5.19.* |
| Linux | Linux | ≥ 6.0, ≤ * |
| Linux | Linux | ≥ 5.4.215, ≤ 5.4.* |
| Linux | Linux | < 4051324a6dafd7053c74c475e80b3ba1 |
| Linux | Linux | 2.6.20 |
| linux | linux_kernel | ≥ 5.5, < 5.10.148 |
| linux | linux_kernel | < 5.4.215 |
| linux | linux_kernel | ≥ 5.16, < 5.19.9 |
| linux | linux_kernel | ≥ 5.11, < 5.15.68 |
| linux | linux_kernel | 6.0 |
Published: 2025-03-02